MicrosoftLearning / dp-420-cosmos-db-dev

DP-420: Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB
https://microsoftlearning.github.io/dp-420-cosmos-db-dev/
MIT License
81 stars 95 forks source link

Lab 31 : Deploy the Bicep template using the az deployment group create command: #38

Closed Mihai-Ac closed 1 year ago

Mihai-Ac commented 1 year ago

Lab/Demo: 31

Task: Create Azure Cosmos DB for NoSQL resources using Bicep templates

Step: 07 :Deploy the Bicep template using the az deployment group create command:

az deployment group create --name "bicep-deploy-account" --resource-group $resourceGroup --template-file .\deploy.bicep

Description of issue: When running the code, there is an issue with the account authorization: image

MScalopez commented 1 year ago

This most likely was a temporary issue, I have run the lab on both the backend vms and the production vms and had no issues running every step of this lab, including step 7. Please look at the result below. I also note that the screenshot above was for the arm deployment, while the description of the issue was for the bicep section, I am assuming you had the issues on both sections. But like I said, I ran every step from both the ARM and BICEP sections with no issues and all my resources were created for both templates on both the production and the backend environments.

image

image