Skip to content

Commit 81d9979

Browse files
authored
Merge pull request #188545 from rolyon/rolyon-rbac-azure-monitor
[Azure RBAC] Steps for Azure RBAC UI
2 parents f5e4ec7 + 862b8cb commit 81d9979

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed
Binary file not shown.

articles/azure-monitor/app/profiler-bring-your-own-storage.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,20 @@ A BYOS storage account will be linked to an Application Insights resource. There
4343
First, the Application Insights Profiler, and Snapshot Debugger service needs to be granted access to the storage account. To grant access, add the role `Storage Blob Data Contributor` to the AAD application named `Diagnostic Services Trusted Storage Access` via the Access Control (IAM) page in your storage account as shown in Figure 1.0.
4444

4545
Steps:
46-
1. Click on the "Add" button in the "Add a role assignment" section
47-
1. Select "Storage Blob Data Contributor" role
48-
1. Select "Azure AD user, group, or service principal" in the "Assign access to" section
49-
1. Search & select "Diagnostic Services Trusted Storage Access" app
50-
1. Save changes
51-
52-
_![Figure 1.0](media/profiler-bring-your-own-storage/figure-10.png)_
53-
_Figure 1.0_
46+
47+
1. Select **Access control (IAM)**.
48+
49+
1. Select **Add** > **Add role assignment** to open the Add role assignment page.
50+
51+
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../../role-based-access-control/role-assignments-portal.md).
52+
53+
| Setting | Value |
54+
| --- | --- |
55+
| Role | Storage Blob Data Contributor |
56+
| Assign access to | User, group, or service principal |
57+
| Members | Diagnostic Services Trusted Storage Access |
58+
59+
![Add role assignment page in Azure portal.](../../../includes/role-based-access-control/media/add-role-assignment-page.png)
5460

5561
After you added the role, it will appear under the "Role assignments" section, like the below Figure 1.1.
5662
_![Figure 1.1](media/profiler-bring-your-own-storage/figure-11.png)_

0 commit comments

Comments
 (0)