Shuzheng
Shuzheng

Reputation: 14018

How to send events to Azure Application Insights from GitHub Actions workflow runs?

I want to rotate Entra ID application client secrets from GitHub Actions scheduled workflows.

In order for the team to get notified in case of failures, I'm looking for ways to emit events to e.g. Azure Application Insights.

There is some posts about the /v2/track API, but it seems to not be documented by Microsoft:

https://github.com/microsoft/ApplicationInsights-JS/issues/2201

How can I send events for GitHub Actions workflow runs to Azure Application Insights, and are there better solutions?

Upvotes: -3

Views: 40

Answers (0)

Related Questions