im-open/create-app-insights-annotation

An action to create an annotation in Azure App Insights flagging any event you like.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
subscriptionIdThe subscription ID where this annotation will be made. Used to build the App Insights ID.yes
resourceGroupNameThe name of the Resource Group containing the App Insights resource. Used to build the App Insights ID.yes
appInsightsResourceNameThe name of the Azure App Insights resource. Used to build the App Insights ID.yes
releaseNameThe name to give the created release annotation.yes${{ github.run_id }}
categoryThe category of annotation.yesDeployment
customMetadataComma-separated list of name-value pairs used to attach custom metadata to the annotation. For example: "ProjectName=My Project,DeployedBy=DAno

no outputs