Skip to main content

app-insights-deployment

@ensono-stacks/azure-node:app-insights-deployment

Configure Deployment & Infra for application insights

This generator will make sure your dockerfile is using the custom server, and your environment variable is set.

Prerequisites

  • Requires an existing application with deployment code already generated for it
  • Requires the APPLICATIONINSIGHTS_CONNECTION_STRING secret to exist

Usage

nx generate @ensono-stacks/azure-node:app-insights-deployment

Command line arguments

The following command line arguments are available:

OptionDescriptionType
--projectTarget project name.string
--applicationinsightsConnectionStringThe env variable that stores the app insights connection string.string

Generator Output

  • Updates targets in project.json.
  • Updates pipline stages to make sure env variables are passed down
  • Updates Dockerfile if necessary to make sure it uses the custom server