christophelav/Application Insights Annotate
Collect run metadata and publish a deployment annotation to Application Insights to track deployments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | The `Application ID` of the Application Insights resource (available in the Azure Portal under `API Access`). | yes | — |
| name | Name of your deployment. You can set the version number or use the value `github.event.head_commit.message` to set the last commit message. | yes | — |
| is-deployment-succeed | Indicates if the deployment is in success. | — | true |
| treat-error-as-warning | Allows to treat error as warning to prevent worlflow failure. It is may not important in some cases if the annotation can not be created. | — | false |
Outputs
no outputs