Skip to content

An application showcasing the use of variant feature flags from Azure App Configuration and the transmission of telemetry data to Application Insights

License

Notifications You must be signed in to change notification settings

Azure-Samples/quote-of-the-day-dotnet

Repository files navigation

QuoteOfTheDayAZD

Prerequisites

Use Azure Developer CLI

This application can be run using the Azure Developer CLI, or azd, with very few commands:

  • Navigate to the root of the repository.
  • Install azd.
  • Log in azd (if you haven't done it before) to your Azure account:
azd auth login
  • Log in to the Azure CLI.
az login
  • Initialize azd from the root of the repo.
azd init
  • During init:
    • Enter an environment name for this deployment when prompted.
  • Create Azure resources and deploy the sample by running:
azd up

Notes:

  • The operation takes a few minutes the first time it is ever run for an environment.
  • At the end of the process, azd will display the url for the webapp. Follow that link to test the sample.
  • You can run azd up after saving changes to the sample to re-deploy and update the sample.
  • azd down is an easy way to delete the newly created resources. The Entra App Registration will not be removed and must be removed separately.
  • Report any problems by opening an issue in this repo.
  • FAQ and troubleshoot for azd.

About

An application showcasing the use of variant feature flags from Azure App Configuration and the transmission of telemetry data to Application Insights

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published