Skip to content

Commit

Permalink
docs(AzureVpcPeering): updates service principal
Browse files Browse the repository at this point in the history
  • Loading branch information
vandjelk authored Dec 13, 2024
1 parent 3870fdd commit 650c8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/tutorials/01-30-30-azure-vpc-peering.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This tutorial explains how to create a Virtual Private Cloud (VPC) peering conne

```shell
export SUBSCRIPTION_ID=$(az account show --query id -o tsv)
export PRINCIPAL_NAME=kyma-cloud-manager-peering-dev
export PRINCIPAL_NAME=kyma-cloud-manager-peering-stage
export OBJECT_ID=$(az ad sp list --display-name $PRINCIPAL_NAME --query "[].id" -o tsv)
az role assignment create --assignee $OBJECT_ID \
Expand Down

0 comments on commit 650c8eb

Please sign in to comment.