Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.35 KB

File metadata and controls

37 lines (22 loc) · 1.35 KB

AZ-204 Demo #4: Explore App Configuration service

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.

Technical requirements:

  • 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

Demonstration

  1. Script need to be updated with web app name previously deployed.

  2. Run script line by line to deploy src.zip to the website.

If the rebuild required you can find source in ".\src" To run the web site locally update appsettings.json and add appropriate connection string to AppConfig in the connection string section.

  1. BlackFriday deals should be deployed as feature. When you open the web site first no Black Friday's deals should be visible

    nodeals

  2. You can change the flag from code or from Azure Portal:

    flag

  3. The Web up should be restarted by CLI command and new versions with deals should be visible.

    deals

References

Code tutorial tutorial