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 30 : Error in Create Azure Cosmos DB account using Azure CLI #36

Closed Mihai-Ac closed 1 year ago

Mihai-Ac commented 1 year ago

Lab/Demo: 30

Task: Create Azure Cosmos DB account using Azure CLI

Step: 8. Create a new Azure Cosmos DB account using the predefined variables and the following command:

az cosmosdb create --name $accountName --resource-group $resourceGroup

Description of issue When running the code an error pointing at credential access scope: image

MScalopez commented 1 year ago

This might have been a temporary issue, I tested this labs both on the backend VMs and the production ones an was successfully able to create the Azure Cosmos DB account as you can see on the attached screenshot below.

image