-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Azure Monitor Exporter] Add resource and outputs for ARM template to fix pipeline build #16390
Conversation
/azp run js - monitor-opentelemetry-exporter - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - monitor-opentelemetry-exporter - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - monitor-opentelemetry-exporter - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - monitor-opentelemetry-exporter - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -92,6 +93,16 @@ | |||
"principalId": "[parameters('testApplicationOid')]", | |||
"scope": "[resourceGroup().id]" | |||
} | |||
}, | |||
{ | |||
"type": "Microsoft.Insights/components", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this going to create an Application Insights resource when you execute the tests?
/azp run js - monitor-opentelemetry-exporter - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for taking care of this
… fix pipeline build (#16390) * add resource and outputs for arm template * fix * update version * fix pipeline * stop server
No description provided.