Skip to content

Commit beb4028

Browse files
committed
Update in AKS Backup CLI
1 parent 20ef1b4 commit beb4028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/backup/azure-kubernetes-service-cluster-backup-using-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Once the vault and policy creation are complete, you need to perform the followi
217217
In case the AKS cluster is within a virtual network, then you will have to create a private endpoint, connecting thw storage account with the virtual network in which the AKS cluster resides.
218218

219219
```azurecli
220-
#Fetch the Subnet ID using the name of the virtual network in which cluster resides and the name of the subnet #underneath.
220+
#Fetch the Subnet ID using the name of the virtual network and subnet in which cluster resides
221221
$PESubnetId = az network vnet subnet show --resource-group $aksMCResourceGroup --vnet-name $aksVnetName --name $PESubnetName --query 'id' --output tsv
222222
223223
#Create a Private Endpoint between Storage Account and the Virtual Network.

0 commit comments

Comments
 (0)