Azure Developer Challenge: cannot create storage account in module

Copper Contributor

Hi team,

I am almost completed Azure Developer Challenge. The only remaining open item is connected with the creation of Storage account and the corresponding CHECK in the next module:
1. https://docs.microsoft.com/en-us/learn/modules/store-app-data-with-azure-blob-storage/4-create-stora...

I created the requested storage account (it is just one command) - but Check does not work.
Please help!

 

vyanum_0-1617869548272.png

 

2 Replies

@vyanum Not wishing to hijack your thread, but I have been having the exact same issue all morning. Doing the Data Engineer learning and cannot create a storage account in the Sandbox even though the CLI returns a successful message.

 

{- Finished ..
"accessTier": "Hot",
"allowBlobPublicAccess": null,
"allowSharedKeyAccess": null,
"azureFilesIdentityBasedAuthentication": null,
"blobRestoreStatus": null,
"creationTime": "2021-04-08T13:34:26.650257+00:00",
"customDomain": null,
"enableHttpsTrafficOnly": true,
"enableNfsV3": null,
"encryption": {
"encryptionIdentity": null,
"keySource": "Microsoft.Storage",
"keyVaultProperties": null,
"requireInfrastructureEncryption": null,
"services": {
"blob": {
"enabled": true,
"keyType": "Account",
"lastEnabledTime": "2021-04-08T13:34:26.728379+00:00"
},
"file": {
"enabled": true,
"keyType": "Account",
"lastEnabledTime": "2021-04-08T13:34:26.728379+00:00"
},
"queue": null,
"table": null
}
},
"extendedLocation": null,
"failoverInProgress": null,
"geoReplicationStats": null,
"id": "/subscriptions/a5b92474-8104-4078-881f-2a0437193580/resourceGroups/learn-f5858749-3c50-4a0f-bc3d-a800b381451b/providers/Microsoft.Storage/storageAccounts/yslstorageaccount",
"identity": null,
"isHnsEnabled": null,
"kind": "StorageV2",
"largeFileSharesState": null,
"lastGeoFailoverTime": null,
"location": "centralus",
"minimumTlsVersion": null,
"name": "yslstorageaccount",
"networkRuleSet": {
"bypass": "AzureServices",
"defaultAction": "Allow",
"ipRules": [],
"resourceAccessRules": null,
"virtualNetworkRules": []
},
"primaryEndpoints": {
"blob": "https://yslstorageaccount.blob.core.windows.net/",
"dfs": "https://yslstorageaccount.dfs.core.windows.net/",
"file": "https://yslstorageaccount.file.core.windows.net/",
"internetEndpoints": null,
"microsoftEndpoints": null,
"queue": "https://yslstorageaccount.queue.core.windows.net/",
"table": "https://yslstorageaccount.table.core.windows.net/",
"web": "https://yslstorageaccount.z19.web.core.windows.net/"
},
"primaryLocation": "centralus",
"privateEndpointConnections": [],
"provisioningState": "Succeeded",
"resourceGroup": "learn-f5858749-3c50-4a0f-bc3d-a800b381451b",
"routingPreference": null,
"secondaryEndpoints": {
"blob": "https://yslstorageaccount-secondary.blob.core.windows.net/",
"dfs": "https://yslstorageaccount-secondary.dfs.core.windows.net/",
"file": null,
"internetEndpoints": null,
"microsoftEndpoints": null,
"queue": "https://yslstorageaccount-secondary.queue.core.windows.net/",
"table": "https://yslstorageaccount-secondary.table.core.windows.net/",
"web": "https://yslstorageaccount-secondary.z19.web.core.windows.net/"
},
"secondaryLocation": "eastus2",
"sku": {
"name": "Standard_RAGRS",
"tier": "Standard"
},
"statusOfPrimary": "available",
"statusOfSecondary": "available",
"tags": {},
"type": "Microsoft.Storage/storageAccounts"
}

@vyanum 

 

Hi ! 

I was able to solve this issue by adding the following tags to the storage account : 

 

ms-resource-usage : azure-cloud-shell
x-created-for : freelearning

 

Other users have tried with a slightly different tag :

x-created-by: azure-cloud-shell
x-created-for: freelearning

 

See the following discussion : "That's not quite right" showed up after I followed each step in Azure Learning - Microsoft Q&A