[C#] (Microsoft AZ-204 certification) Exercise: Create resources by using the Microsoft .NET SDK v3
- az login;
- az group create --location UKSouth --name az204-cosmos-rg;
- az cosmosdb create --name bugfreedollop --resource-group az204-cosmos-rg;
- az cosmosdb keys list --name bugfreedollop --resource-group az204-cosmos-rg;
- dotnet build;
- dotnet run;
- az group delete --name az204-cosmos-rg --no-wait;