Skip to content

Commit 6f4bd76

Browse files
authored
validation fix (#2693)
1 parent fc439d6 commit 6f4bd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/github/github-key-vault.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Learn more about the [components of GitHub Actions](https://docs.github.com/en/a
4141

4242
## Define a service principal
4343

44-
You can create a [service principal](/azure/active-directory/develop/app-objects-and-service-principals#service-principal-object) with the [az ad sp create-for-rbac](/cli/azure/ad/sp?view=azure-cli-latest#az_ad_sp_create_for_rbac&preserve-view=true) command in the [Azure CLI](/cli/azure/). Run this command with [Azure Cloud Shell](https://shell.azure.com/) in the Azure portal or by selecting the **Try it** button.
44+
You can create a [service principal](/azure/active-directory/develop/app-objects-and-service-principals#service-principal-object) with the [az ad sp create-for-rbac](/cli/azure/ad/sp#az_ad_sp_create_for_rbac) command in the [Azure CLI](/cli/azure/). Run this command with [Azure Cloud Shell](https://shell.azure.com/) in the Azure portal or by selecting the **Try it** button.
4545

4646
```azurecli-interactive
4747
az ad sp create-for-rbac --name {myApp} --role contributor --scopes /subscriptions/{subscription-id}/resourceGroups/{MyResourceGroup} --sdk-auth

0 commit comments

Comments
 (0)