Hi Elena Ladyjenskaia,
Thank you for reaching out to Microsoft Q & A forum.
I understand the error you encountered while working with Bicep and Azure Storage. To resolve the issue, please follow these steps:
1.Create a Storage Account: In the Unit 7 page of your training, there is a section titled "Create a storage account for toy design documents." You will find the Azure CLI command there:
az storage account create \
--name {storageaccountname} \
--location eastus
2.Execution Instructions: Instead of copying the entire command, simply execute az storage account create
. This will prompt you to enter the storage account name and location. Please provide the required values and continue with the process.
3.Testing: We have also tried this from our end and received positive results, as shown in the screenshots below:
I hope this helps you resolve the issue. If you have any further questions or need additional assistance, please feel free to ask.
If you have found the answer provided to be helpful, please click on the "Accept answer" button so that it is useful for other members in the Microsoft Q&A community.