Skip to content

Commit

Permalink
docs(AzureVpcPeering): updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vandjelk authored Dec 13, 2024
1 parent 215728f commit 4152b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/user/resources/04-30-30-azure-vpc-peering.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# AzureVpcPeering Custom Resource

The `azurevpcpeering.cloud-resources.kyma-project.io` custom resource (CR) specifies the virtual network peering between
Kyma and the remote Azure Virtual Private Cloud (VPC) network. Virtual network peering is only possible within the networks
of the same cloud provider.
Kyma and the remote Azure Virtual Private Cloud (VPC) network. Virtual network peering is only possible within Azure
networks whose subscriptions are sharing the same tenant determined by the Kyma underlying cloud provider subscription.

Once an `AzureVpcPeering` CR is created and reconciled, the Cloud Manager controller creates a VPC peering connection in
the VPC network of the Kyma cluster in the underlying cloud provider subscription, and accepts a VPC peering connection in
Expand Down
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 4152b37

Please sign in to comment.