In the demo you will manage Feature Flag deployment. You will deploy ContosoCars Azure webapp and App Configuration resource as well. You will update configuration settings to get web app connected to app configuration.
- In the previous demo you deploy web app. You need to copy short name of the web app.
- Visual Studio Code
- dontet 3.1 (optional in case of rebuild the website)
- Azure CLI or CLoud Shell
-
Script need to be updated with web app name previously deployed.
-
Run script line by line to deploy
src.zipto the website.
If the rebuild required you can find source in ".\src" To run the web site locally update
appsettings.jsonand add appropriate connection string toAppConfigin the connection string section.
-
BlackFriday deals should be deployed as feature. When you open the web site first no Black Friday's deals should be visible
-
You can change the flag from code or from Azure Portal:
-
The Web up should be restarted by CLI command and new versions with deals should be visible.
Code tutorial tutorial


