Skip to content

Commit c9580cb

Browse files
authored
Update azure-kubernetes-service-cluster-backup-using-cli.md
1 parent f18cd35 commit c9580cb

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
@@ -216,7 +216,7 @@ Once the vault and policy creation are complete, you need to perform the followi
216216
az k8s-extension create --name azure-aks-backup --extension-type microsoft.dataprotection.kubernetes --scope cluster --cluster-type managedClusters --cluster-name $akscluster --resource-group $aksclusterresourcegroup --release-train stable --configuration-settings blobContainer=$blobcontainer storageAccount=$storageaccount storageAccountResourceGroup=$storageaccountresourcegroup storageAccountSubscriptionId=$subscriptionId
217217
```
218218

219-
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.
219+
In case the AKS cluster is within a virtual network, then you will have to create a private endpoint, connecting the storage account with the virtual network in which the AKS cluster resides.
220220

221221
```azurecli
222222
#Fetch the Subnet ID using the name of the virtual network and subnet in which cluster resides

0 commit comments

Comments
 (0)