Skip to content

Commit 4cb347a

Browse files
simonjjv-jaswel
andauthored
Update articles/container-apps/troubleshooting.md
Co-authored-by: Jason Wells <[email protected]>
1 parent 541d4a1 commit 4cb347a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/container-apps/troubleshooting.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,10 @@ If you receive the message **provisioningState: ScheduledForDelete**, but your e
227227
In the output, look for `infrastructureSubnetId` and note down the VNet ID. An example VNet ID is `vNet::myVNet.id`.
228228
229229
2. Delete the VNet manually:
230-
```azurecli
231-
az network vnet delete --resource-group $RG --name $VNET_NAME
232-
```
230+
231+
```azurecli
232+
az network vnet delete --resource-group <RESOURCE_GROUP> --name <VNET_ID>
233+
```
233234
234235
3. Delete the Azure Container Apps environment:
235236

0 commit comments

Comments
 (0)