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

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Quote of the Day - JavaScript

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
  • Enter an environment name (e.g. quote-of-the-day-js-example) for this deployment when prompted.

  • Create Azure resources and deploy the sample by running:

    azd up

Notes:

  • The operation may take a few minutes when run for the first time in an environment.
  • Upon completion, azd will display the web application's url. Follow this link to test the sample.
  • To re-deploy and update the sample after making changes, run azd up.
  • Use azd down to easily delete the newly created resources.
  • Report any problems by opening an issue in this repo.
  • Refer to the 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

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •