vladris / azure-data-engineering

https://freecontent.manning.com/vlad-riscutia-data-engineering-on-azure/
21 stars 22 forks source link

Code: SubscriptionNotFound #17

Open daranzolin opened 2 weeks ago

daranzolin commented 2 weeks ago

After successfully creating the resource group for Azure Data Lake Storage (adls-rg), the az storage account create command fails with Code: SubscriptionNotFound, even though it lists my valid subscription id in the same error message. It sounds like a step in between is missing?

Edit: this is from Chapter 2, 11_create_adls.ps1

daranzolin commented 2 weeks ago

This was answered on StackOverflow here.

The above error occurs when Microsoft.Storage Resource Provider is not registered for the subscription.