Skip to content

Commit 6ec4802

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#110295
Updating the Permission section as suggested by content author Mads
1 parent 73d77c0 commit 6ec4802

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ You must have at least the following Role-based access control permissions on th
5555
|-|-|
5656
| Microsoft.Web/sites/config/read | Get Web App configuration settings |
5757
| Microsoft.Web/sites/config/write | Update Web App's configuration settings |
58-
| Microsoft.Web/sites/write** | Only required if you are updating access restrictions through Azure portal |
5958
| 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 |
6060

6161
**only required when adding a virtual network (service endpoint) rule.*
6262

63+
***only required if you are updating access restrictions through Azure portal.*
64+
6365
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.
6466

6567
### Add an access restriction rule

0 commit comments

Comments
 (0)