Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 562 Bytes

File metadata and controls

25 lines (13 loc) · 562 Bytes

AZ-204 Demo: Provision of Azure Container Registry

In the demo you will provision container registry to use in the next demos. You will tag the image and push the image in ACR

Technical Requirements:

  • Visual Studio Code
  • AZ CLI tool installed locally or Cloud Shell.

Demonstration:

  1. Open in VS Code script (deploy.azcli)[deploy.azcli].

  2. Execute line by line to get the container registry deployed.

  3. Push the image from the command docker push

    Push Image

  4. Demonstrate ACR with the image

    ACR