Forum Discussion
mehtaparth09
Jun 25, 2021Copper Contributor
Azure Policy to control the pricing tier/sku of all services
Hi All,
Can someone please help in customizing the policy to control the pricing tier/sku for all other Azure services. Like for now I want to control below Azure service's pricing tier/sku to allow only specific sku.
1. API Management
2. App Service Plan
3. Cosmos DB
4. Azure Data Explorer
5. MySQL
6. Synapse
7. Container Registry
8. Event Hub
9. Redis Cache
10. Service Bus
11. Signal IR
- lukemurraynzLearn ExpertI can't help you create them, but the Azure Community Policy repo - has a few policies I think may help you out, because they are either exactly what you want or you can reverse engineer them: https://github.com/Azure/Community-Policy/tree/master/Policies
If you do find you develop any useful policies, feel free to add a policy to it.