Forum Discussion
BrunoIllipronti
May 11, 2022Copper Contributor
Policy to Prevent Azure SQL Scaling ?
Hello,
Is there a way to create an Azure Policy to be applied on different Azure SQL databases?
The policy wouldn't allow users to scale up/down databases with the exception of a user/group.
Thank you.
- You could try creating a custom RBAC role that allows people to manage the SQL resources and apply them to the database resources individually.
2 Replies
- lukemurraynzLearn ExpertYou could try creating a custom RBAC role that allows people to manage the SQL resources and apply them to the database resources individually.
- BrunoIlliprontiCopper ContributorI ended using AAD Groups to tackle this as there is no policy options regarding Azure SQL scaling. Thanks