Impossible to create Datalake Analytics

Johannes Lorenz 26 Reputation points
2021-11-28T18:06:13.607+00:00

Hi, there is a problem to create a "Data Lake Analytics".
Within the portal, select "Data Lake Analytics", then "New Data Lake Analytics account". Type in the values, click "Review + Create". Then it starts to check the input values, the checkmark turns to green, but nothing happens after that. No error message, just nothing.
I tried with several browser, e.g. Chrome, Firefox. No positive result.

Then I tried the command line interface, e.g.
az dla account create --account "<xxxx>" --subscription "<yyyyy>" --default-data-lake-store "testdlastore" --resource-group "testdla" --location "westeurope"
but this ends with the error: "Resource Name should contain only lowercase letters and numbers", even there are only lowercase letters used.

Microsoft, please fix.

BR Johannes

Azure Data Lake Analytics
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 89,466 Reputation points Microsoft Employee
    2021-11-29T08:29:37.73+00:00

    Hello @Johannes Lorenz ,

    Thanks for the question and using MS Q&A platform.

    Azure Portal: As per repro, I'm able to create ADLA account using Azure Portal without any issue.

    153253-adla-accountcreateaz.gif

    Azure CLI: As per repro, I'm able to create ADLA account using Azure CLI without any issue.

    az dla account create --account “chepra" --subscription “Azure Subscription” --default-data-lake-store "chepraadls" --resource-group "MyAnalytics" --location " Central US"  
    

    153230-image.png

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.