Skip to content

Commit a8a6d61

Browse files
(AzureCXP) fixed Bash sample
update Bash sample resolves MicrosoftDocs/azure-docs#106767
1 parent 41bd9dd commit a8a6d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/disaster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Next, query for the infrastructure subnet ID.
113113
# [Bash](#tab/bash)
114114

115115
```bash
116-
INFRASTRUCTURE_SUBNET=`az network vnet subnet show --resource-group <RESOURCE_GROUP_NAME> --vnet-name <VNET_NAME> --name infrastructure-subnet --query "id" -o tsv | tr -d '[:space:]'`
116+
INFRASTRUCTURE_SUBNET=`az network vnet subnet show --resource-group <RESOURCE_GROUP_NAME> --vnet-name <VNET_NAME> --name infrastructure --query "id" -o tsv | tr -d '[:space:]'`
117117
```
118118

119119
# [Azure PowerShell](#tab/azure-powershell)

0 commit comments

Comments
 (0)