add reminder that dev clusters don't show up in ARM (#3958)

add reminder that dev clusters don't show up in ARM
This commit is contained in:
Alex Chvatal 2024-11-15 13:22:51 -05:00 коммит произвёл GitHub
Родитель 283043eaa0
Коммит 6a37ae10da
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -121,6 +121,8 @@ mock a cluster MSI. This script will also create the platform identities, platfo
1. To create a cluster, use one of the following methods: 1. To create a cluster, use one of the following methods:
**NOTE:** clusters created by a local dev RP will not be represented by Azure resources in ARM
1. Manually create the cluster using the public documentation. 1. Manually create the cluster using the public documentation.
Before following the instructions in [Create, access, and manage an Azure Red Before following the instructions in [Create, access, and manage an Azure Red
@ -563,4 +565,4 @@ exit status 1
To resolve, check if it has the `User Access Administrator` role assigned. To resolve, check if it has the `User Access Administrator` role assigned.
``` ```
az role assignment list --assignee $SP_ID --output json --query '[].{principalId:principalId, roleDefinitionName:roleDefinitionName, scope:scope}' az role assignment list --assignee $SP_ID --output json --query '[].{principalId:principalId, roleDefinitionName:roleDefinitionName, scope:scope}'
``` ```