admin管理员组

文章数量:1242803

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:

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

本文标签: How to send events to Azure Application Insights from GitHub Actions workflow runsStack Overflow