Relative Content

Tag Archive for azureazure-resource-manager

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.

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.