Closed tbarlow12 closed 4 years ago
Enable custom app insights instrumentation key
provider: appInsights: instrumentationKey: {your_key}
If an instrumentation key is added, arm template will use that value instead of the key from the generated template
Out of scope: The default template will still create an instance of app insights - should be future PR to remove that
Deploy a function app with a custom app insights instrumentation key
Note: Run npm run test:ci to run all validation checks on proposed changes
npm run test:ci
npm run lint
npm run lint:fix
npm test
Is this ready for review?: YES Is it a breaking change?: NO
What did you implement:
Enable custom app insights instrumentation key
How did you implement it:
If an instrumentation key is added, arm template will use that value instead of the key from the generated template
Out of scope: The default template will still create an instance of app insights - should be future PR to remove that
How can we verify it:
Deploy a function app with a custom app insights instrumentation key
Todos:
Note: Run
npm run test:ci
to run all validation checks on proposed changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: YES
Is it a breaking change?: NO