How to authenticate with Azure ARM API?
I have a Logic App in Azure, and I would like to create an application that will monitor all the runs and provide better filtering than the Azure Portal.
Azure – API – Lists current service health events in the tenant
I want to list current service health events in the tenant via https://learn.microsoft.com/en-us/rest/api/resourcehealth/events/list-by-tenant-id?view=rest-resourcehealth-2024-02-01&tabs=HTTP.
How to set the azure SQL server Predicate Expression through ARM Template
I have an ARM Template to deploy SQL Server and can make it to enable Audit Settings and set up auditActionsAndGroups property by following this site
https://learn.microsoft.com/en-us/azure/templates/microsoft.sql/servers/auditingsettings?pivots=deployment-language-arm-template.
But it doesn’t have the Predicate Expression property.