Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 603 Bytes

File metadata and controls

23 lines (12 loc) · 603 Bytes

AZ-204 Demo: Create Web App from Azure CLI

In the demo, you will create an empty Web App from Azure CLI and access to the Web App by HTTPS

Technical Requirement

  • Azure CLI or Cloud Shell
  • VS Code

Demonstration

  1. Open webapp.azcli and execute commands line by line.

  2. When deployment finished you can observe Web App from portal and check out the website URL.

Recoding

demo1

Reference

Follow the guides to deploy new Web App.