Monitor jobs in Azure Data Lake Analytics using the Azure portal

Important

Azure Data Lake Analytics retired on 29 February 2024. Learn more with this announcement.

For data analytics, your organization can use Azure Synapse Analytics or Microsoft Fabric.

To see all the jobs

  1. From the Azure portal, select Microsoft Azure in the upper left corner.

  2. Select the tile with your Data Lake Analytics account name. The job summary is shown on the Job Management tile.

    Azure Data Lake Analytics job management

    The job Management gives you a glance of the job status. Notice there's a failed job.

  3. Select the Job Management tile to see the jobs. The jobs are categorized in Running, Queued, and Ended. You shall see your failed job in the Ended section. It shall be first one in the list. When you have many jobs, you can select Filter to help you to locate jobs.

    Azure Data Lake Analytics filter jobs

  4. Select the failed job from the list to open the job details:

    Azure Data Lake Analytics failed job

    Notice the Resubmit button. After you fix the problem, you can resubmit the job.

  5. Select highlighted part from the previous screenshot to open the error details. You shall see something like:

    Azure Data Lake Analytics failed job details

    It tells you the source folder isn't found.

  6. Select Duplicate Script.

  7. Update the FROM path to: /Samples/Data/SearchLog.tsv

  8. Select Submit Job.

Next steps