Closed FlorentATo closed 6 months ago
In order to update the SQL Server firewall, the identity used to authenticate to Azure (using azure/login) needs to have the following permissions:
Details: https://learn.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftsql
In the spirit of the principle of least privilege, the documentation should be updated to use the role SQL Server Contributor instead of Contributor.
Note: Users looking for further security hardening could also create a custom Azure role with only these two permissions.
thank you for the notes and opening the PR, taking a look shortly!
This issue is idle because it has been open for 14 days with no activity.
PR merged, docs update
In order to update the SQL Server firewall, the identity used to authenticate to Azure (using azure/login) needs to have the following permissions:
Details: https://learn.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations#microsoftsql
In the spirit of the principle of least privilege, the documentation should be updated to use the role SQL Server Contributor instead of Contributor.
Note: Users looking for further security hardening could also create a custom Azure role with only these two permissions.