You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/activitymonitor/9.0/requirements/activityagent/nas-device-configuration/azure-files/azurefiles-activity.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,10 @@ It may take up to 90 minutes for the changes to take effect.
67
67
Monitoring of Azure Files requires an application to be registered in the Azure portal, assigning it permissions to access the Graph API and
68
68
RBAC roles to access storage accounts.
69
69
70
+
:::note
71
+
A user account with the **Global Administrator** role is required to register an app and grant admin consent in Microsoft Azure.
72
+
:::
73
+
70
74
If you already have an application registered for Activity Monitor for Entra ID, SharePoint Online, or Exchange Online, you can reuse that
71
75
registration for Azure Files by assigning additional RBAC roles.
72
76
@@ -102,6 +106,10 @@ On the **Overview** page, copy the **Application (client) ID** and **Directory (
102
106
3. Specify a description and an expiration period.
103
107
4. On the **Certificates & secrets** page, copy the **Value** of the created secret and save it for later.
104
108
109
+
:::note
110
+
Be aware of the client secret's expiration date. You'll need to generate a new one before it expires to ensure uninterrupted monitoring.
111
+
:::
112
+
105
113
:::warning
106
114
Make sure you copy the **Value**, not the **Secret ID**.
107
115
:::
@@ -115,7 +123,8 @@ Activity Monitor requires the `User.Read.All` permission to resolve user SIDs in
115
123
**Microsoft Graph**
116
124
Type: **Application permissions**
117
125
Permission: `User.Read.All`
118
-
3. Click **Grant admin consent for Your Company**.
126
+
3. Click **Grant admin consent for [tenant name]**, then confirm when prompted.
0 commit comments