Skip to content

Commit ce7d79d

Browse files
authored
Update configure-common.md
As requested from supportability item, added note describing the write RBAC permission required to view this blade regarding App Settings in Azure Portal. Before, there was no mention of RBAC. After, I have added a few sentence, that Write RBAC is needed, which means Owner/Contributor/Website Contributor for built-in roles. This is intentional choice to require higher level permission due to the secret nature of the values displayed here.
1 parent a078246 commit ce7d79d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/app-service/configure-common.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ App settings are always encrypted when they're stored (encrypted at rest).
5454

5555
By default, values for app settings are hidden in the portal for security. To see a hidden value of an app setting, under **Value**, select **Show value**. To see the hidden values of all app settings, select **Show values**.
5656

57+
> [!NOTE]
58+
> Read/Write user permimssions are required to view this section in the Azure Portal. RBAC built-in roles with sufficient permissions are Owner, Contributor, and Website Contributor. The Reader role alone would not be allowed to access this page.
59+
5760
1. To add a new app setting, select **Add**. To edit a setting, select the setting.
5861
1. In the dialog, you can [stick the setting to the current slot](deploy-staging-slots.md#which-settings-are-swapped).
5962

0 commit comments

Comments
 (0)