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?