im-open/create-app-insights-annotation
An action to create an annotation in Azure App Insights flagging any event you like.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| subscriptionId | The subscription ID where this annotation will be made. Used to build the App Insights ID. | yes | — |
| resourceGroupName | The name of the Resource Group containing the App Insights resource. Used to build the App Insights ID. | yes | — |
| appInsightsResourceName | The name of the Azure App Insights resource. Used to build the App Insights ID. | yes | — |
| releaseName | The name to give the created release annotation. | yes | ${{ github.run_id }} |
| category | The category of annotation. | yes | Deployment |
| customMetadata | Comma-separated list of name-value pairs used to attach custom metadata to the annotation. For example: "ProjectName=My Project,DeployedBy=DA | no | — |
Outputs
no outputs