Skip to content

Commit cb51299

Browse files
Merge pull request #240291 from Venkateshdodda-MSFT/patch-48
(AzureCXP) fixes MicrosoftDocs/azure-docs#110295
2 parents ac70388 + 6ec4802 commit cb51299

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/app-service/app-service-ip-restrictions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,12 @@ You must have at least the following Role-based access control permissions on th
5656
| Microsoft.Web/sites/config/read | Get Web App configuration settings |
5757
| Microsoft.Web/sites/config/write | Update Web App's configuration settings |
5858
| Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action* | Joins resource such as storage account or SQL database to a subnet |
59+
| Microsoft.Web/sites/write** | Update Web App settings |
5960

6061
**only required when adding a virtual network (service endpoint) rule.*
6162

63+
***only required if you are updating access restrictions through Azure portal.*
64+
6265
If you're adding a service endpoint-based rule and the virtual network is in a different subscription than the app, you must ensure that the subscription with the virtual network is registered for the Microsoft.Web resource provider. You can explicitly register the provider [by following this documentation](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider), but it will also automatically be registered when creating the first web app in a subscription.
6366

6467
### Add an access restriction rule

0 commit comments

Comments
 (0)