Skip to content

Commit 70824e5

Browse files
simonjjv-jaswel
andauthored
Update articles/container-apps/troubleshooting.md
Co-authored-by: Jason Wells <[email protected]>
1 parent 13f8568 commit 70824e5

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
@@ -230,9 +230,10 @@ az network vnet delete --resource-group $RG --name $VNET_NAME
230230
```
231231

232232
3. Delete the Azure Container Apps environment:
233-
```azurecli
234-
az containerapp env delete --resource-group $RG --name $ACA_ENV --yes
235-
```
233+
234+
```azurecli
235+
az containerapp env delete --resource-group <RESOURCE_GROUP> --name <ENVIRONMENT> --yes
236+
```
236237
237238
## Next steps
238239

0 commit comments

Comments
 (0)