Hi,
I have created an Azure web app as well as a flexible MySQL server database in the same resource group.
I want to grant access to my developer for this resource group so they can work on both the web app and the MySQL database.
I added the "Website Contributor" role to the resource group, which allowed my developer to see the web app and the app service plan, but not the MySQL database.
When adding the role, I couldn't find any role specifically for managing the MySQL database to assign to my developer.
I tried to assign the "SQL Managed Instance Contributor" role to them, but it didn't work, meaning the developer still cannot see the MySQL resource.
What role should I assign to them to enable them to view the flexible MySQL server database?
Thanks for help.