Skip to content

Commit f2d41eb

Browse files
authored
Update create service principle command.
https://docs.microsoft.com/en-us/cli/azure/ad?view=azure-cli-latest should be `az ad sp` create-for-rbac
1 parent fcf9c2e commit f2d41eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/microsoft/step-zero-azure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ If you prefer to use the Azure portal see the `Azure Kubernetes Service quicksta
168168

169169
.. code-block:: bash
170170
171-
SP_PASSWD=$(az ad create-for-rbac \
171+
SP_PASSWD=$(az ad sp create-for-rbac \
172172
--name <SERVICE-PRINCIPAL-NAME> \
173173
--role Contributor \
174174
--scopes $VNET_ID \

0 commit comments

Comments
 (0)