Forum Discussion
terruahmad
Microsoft
Apr 23, 2025Custom Role to Prevent Users making any changes to Azure Web App Network Configuration
Hi,
I have a customer who wants to create a custom role to prevent users from making any changes or updates to Web App network configuration under Networking tab. This includes inbound access, out...
Kidd_Ip
Apr 24, 2025MVP
Some suggestions on below:
- Need based access such as read-only for Web Apps
-
Ensured all write and delete actions related to network configurations and virtual network connections are explicitly blocked
- Removed Unnecessary Wildcards such as "Microsoft.Web/sites/*" in actions to minimize unintended access
terruahmad
Microsoft
Apr 24, 2025Hi Kidd_Ip,
Thanks for your reply. The customer wants /app owner/dev to have full access to Web App but make sure they don't make sure changes to Networking. That's why we have to use wildcards.
How do you "ensure all write and delete actions related to network configurations and virtual network connections are explicitly blocked"? We used the "notAction" section to make sure no change can be made to networking. Do you have a different approach to block network changes?
Thanks.