In the demo you will create new Web App from Azure CLI and deploy web app from Zip Archive. Then you will set up continues integration from GitHub Repository.
- Install VSCode and Azure CLI Tools.
- All scripts should be run from the demo folder.
The GIT deployment made for the public repo. In case of the insufficient rights you can fork the repo and update its adders in the script.
-
Open VSCode and run the script demo.azcli line by line
-
Check the result on the web app – should be a test page.
-
Deploy Web App from Zip archive and verify the deployment from browser:
Note: you can use following git repo for your demo https://github.com/true-while/secure-web-https.git
PowerShell deployment tutorial could be find here