Tag Archives: Azure policy

Deploy Diagnostic Settings for Azure Function to Event Hub

Azure policy to set the diagnostic Settings for Azure Function to Event Hub so that all the events will be routed to the corresponding event hub. Azure policy can automate this process and for resources that already exist, a remediation … Continue reading

Posted in Azure, Azure event hub, Azure policy, Cloud | Tagged , , | Leave a comment

Deploy Diagnostic Settings for Storage Analytics to Event Hub.

{ “properties”: { “displayName”: “Deploy Diagnostic Settings for Storage Analytics to Event Hub”, “policyType”: “Custom”, “mode”: “Indexed”, “metadata”: { “createdBy”: “9e1a4c2c-4a14-468c-bad0-0ed38afbb990”, “createdOn”: “2023-01-17T02:48:32.7901427Z”, “updatedBy”: null, “updatedOn”: null, “category”: “Storage” }, “parameters”: { “eventHubRuleId”: { “type”: “String”, “metadata”: { “displayName”: “Event … Continue reading

Posted in Azure, Azure event hub, Azure policy, Cloud | Tagged , , | Leave a comment

Useful tips to find the resource types under the azure policy.

In our organization, we have restrictions to use all the services in azure and have to work with the different teams to enable the resource types in policy for the resources. Recently I was working to add the non-azure VM … Continue reading

Posted in Azure, Cloud | Tagged , , | Leave a comment