< Previous Challenge - Home - Next Challenge >
The goals of this challenge include understanding:
- How to deploy Azure App Service plan and App Service website using Bicep.
- How to leverage Azure App Service source code integration to automatically deploy a sample app from GitHub.
This challenge is all about Azure App Service. During the challenge, you will use Bicep to create an Azure App Service Plan and App Service website.
- Provision an Azure App Service, using a Linux web app with
linuxFxVersionset toNODE|14-LTS - Within the App Service, deploy the application found at the url
https://github.com/Azure-Samples/nodejs-docs-hello-world- hint: use this with the
repoUrlparameter
- hint: use this with the
- Demonstrate that your application is running by launching the website in your browser
- show
https://<sitename> - show
https://<sitename>/api - show
https://<sitename>/api/accounts/jondoe
- show
- Bicep resource definitions: