Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.01 KB

Demo.md

File metadata and controls

26 lines (14 loc) · 1.01 KB

AZ-204 Demo: Provision Azure Cosmos DB from Azure CLI

In this demo you will provision new Azure Cosmos DB (sql) from Azure CLI . You will pull the account connection string.

Technical Requirements

  • Visual Studio Code
  • AZ CLI installed locally or cloud shell from Azure portal.

Demonstration:

  1. Run the script line by line in the local shell or in Cloud shell.

  2. Keep connection string for the next demos.

  3. Do not delete the resources, it will be used in the #3 & #4 demos.

References

  1. Create new storage account as following tutorial

  2. Create container with Public Access as following tutorial

  3. Open account keys and copy connecting string as following tutorial