Hi Pranav,
The main thing to check here is whether you are using Azure Data Lake Analytics (ADLA) with ADLS Gen1 or ADLS Gen2.
Azure Data Lake Analytics was designed around the older Data Lake Store/ADLS Gen1 model, and the ADLA service itself has also been retired. Because of that, the experience in the Azure portal may not behave like a normal active service anymore, and you may not be able to submit jobs or browse/list the connected storage account from the ADLA portal.
If you created a newer ADLS account, it is most likely ADLS Gen2. In that case, I would not expect it to work correctly with ADLA job submission from the portal.
A few things to verify:
- Confirm whether the storage account is ADLS Gen1 or ADLS Gen2.
Confirm whether the ADLA account and the storage account are in the same subscription/tenant and supported region.
Check whether the ADLA account has the storage account added as a linked data source.
Check permissions on the storage account. The user submitting the job needs access to the ADLA account and the storage path.
If this is a new setup, consider moving to a supported service instead of ADLA.
For new development, the better option is to use one of the currently supported services, such as:
Azure Synapse Analytics Spark
Azure Databricks
Microsoft Fabric
Azure Data Factory / Synapse pipelines for orchestration and data movement
So in short, if this is a newly created ADLA/ADLS setup, the issue is most likely due to the ADLA retirement / unsupported combination rather than a simple portal configuration problem. I would recommend using ADLS Gen2 with Synapse, Databricks, Fabric, or ADF instead of trying to build a new workload on ADLA.Hi Pranav,
The main thing to check here is whether you are using Azure Data Lake Analytics (ADLA) with ADLS Gen1 or ADLS Gen2.
Azure Data Lake Analytics was designed around the older Data Lake Store/ADLS Gen1 model, and the ADLA service itself has also been retired. Because of that, the experience in the Azure portal may not behave like a normal active service anymore, and you may not be able to submit jobs or browse/list the connected storage account from the ADLA portal.
If you created a newer ADLS account, it is most likely ADLS Gen2. In that case, I would not expect it to work correctly with ADLA job submission from the portal.
A few things to verify:
Confirm whether the storage account is ADLS Gen1 or ADLS Gen2.
Confirm whether the ADLA account and the storage account are in the same subscription/tenant and supported region.
Check whether the ADLA account has the storage account added as a linked data source.
Check permissions on the storage account. The user submitting the job needs access to the ADLA account and the storage path.
If this is a new setup, consider moving to a supported service instead of ADLA.
For new development, the better option is to use one of the currently supported services, such as:
Azure Synapse Analytics Spark
Azure Databricks
Microsoft Fabric
Azure Data Factory / Synapse pipelines for orchestration and data movement
So in short, if this is a newly created ADLA/ADLS setup, the issue is most likely due to the ADLA retirement / unsupported combination rather than a simple portal configuration problem. I would recommend using ADLS Gen2 with Synapse, Databricks, Fabric, or ADF instead of trying to build a new workload on ADLA.