Skip to content

Commit 5ee1a02

Browse files
Merge pull request #301787 from craigshoemaker/patch-15
[SRE Agebt] Update: Usage -> update prereqs
2 parents 23f868d + 3dc2ca9 commit 5ee1a02

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/sre-agent/usage.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ You need to grant your agent the correct permissions and access to the right nam
3636

3737
* **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).
3838

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+
3947
* **Namespace**: Using the cloud shell in the Azure portal, run the following command:
4048

4149
```azurecli

0 commit comments

Comments
 (0)