When you use Microsoft Entra authentication, authorization is handled by role-based access control (RBAC). RBAC requires users to be assigned to roles in order to grant access to resources. Each role contains a set of actions that users assigned to the role are able to perform.
RolesThe following roles are available in Azure subscriptions by default:
Roles contain a list of actions that users assigned to that role can perform. Azure App Configuration supports the following actions:
Microsoft.AppConfiguration/configurationStores/keyValues/read
: This action allows read access to App Configuration key-value resources, such as /kv and /labels.Microsoft.AppConfiguration/configurationStores/keyValues/write
: This action allows write access to App Configuration key-value resources.Microsoft.AppConfiguration/configurationStores/keyValues/delete
: This action allows App Configuration key-value resources to be deleted. Note that deleting a resource returns the key-value that was deleted.Microsoft.AppConfiguration/configurationStores/snapshots/read
: This action allows read access to App Configuration snapshot resources, as well as any key-values contained within snapshots.Microsoft.AppConfiguration/configurationStores/snapshots/write
: This action allows write access to App Configuration snapshot resources.Microsoft.AppConfiguration/configurationStores/snapshots/archive/action
: This action allows access to archive and recover App Configuration snapshot resources.HTTP/1.1 403 Forbidden
Reason: The principal making the request doesn't have the required permissions to perform the requested operation. Solution: Assign the role required to perform the requested operation to the principal making the request.
Managing role assignmentsYou can manage role assignments by using Azure RBAC procedures that are standard across all Azure services. You can do this through the Azure CLI, PowerShell, and the Azure portal. For more information, see Assign Azure roles using the Azure portal.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4