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. ...
- May 14, 2022You could try creating a custom RBAC role that allows people to manage the SQL resources and apply them to the database resources individually.
lukemurraynz
May 14, 2022Learn Expert
You could try creating a custom RBAC role that allows people to manage the SQL resources and apply them to the database resources individually.
BrunoIllipronti
May 17, 2022Copper Contributor
I ended using AAD Groups to tackle this as there is no policy options regarding Azure SQL scaling. Thanks