Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.04 KB

Demo.md

File metadata and controls

27 lines (15 loc) · 1.04 KB

AZ-204 Demo: Provision Azure Blob from Azure CLI

In this demo you will create new Azure Storage Account. Pull the account connection string. Upload image files a check the file availability for public access. .

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 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