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...
Surendra_Aderu
Aug 20, 2025Copper Contributor
Hello terruahmad​ ,
we have two options:
- have owner access for user on the Azure app service and create Deny permissions to block access related to network related actions. [Not recommended]
- create the custom role for azure app service, remove the actions related to network and assign it to the user. which will allow the user to perform all actions and not to network section. Please find the below reference JSON where highlighted permissions can be removed and create a custom role. [Recommended]
please check and let me know if it works.