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: articles/sre-agent/usage.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,14 @@ You need to grant your agent the correct permissions and access to the right nam
36
36
37
37
***Security context**: Before you can create a new agent, make sure your user account has the `Microsoft.Authorization/roleAssignments/write` permissions using either [Role Based Access Control Administrator](/azure/role-based-access-control/built-in-roles) or [User Access Administrator](/azure/role-based-access-control/built-in-roles).
38
38
39
+
***Associate your allow list subscription ID**: Make sure your Azure CLI session is set to
40
+
the subscription ID on the preview allow list. If you need to set the CLI context to your
41
+
subscription ID, use the following command:
42
+
43
+
```azurecli
44
+
az account set --subscription "<SUBSCRIPTION_ID>"
45
+
```
46
+
39
47
***Namespace**: Using the cloud shell in the Azure portal, run the following command:
0 commit comments