Skip to content

Commit ab3787b

Browse files
authored
Merge pull request #47061 from macolso/patch-7
Removed VNet deletion warning
2 parents 92d8180 + dd4998b commit ab3787b

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

articles/aks/virtual-nodes-cli.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,6 @@ az aks disable-addons --resource-group myResourceGroup --name myAKSCluster --add
314314

315315
Now, remove the virtual network resources and resource group:
316316

317-
318-
> [!NOTE]
319-
> If you receive an error while attempting to remove the network profile, allow 3-4 days for the platform to automatically mitigate the issue and attempt the deletion again. If you need to delete a network profile immediately, [open a support request](https://azure.microsoft.com/support/create-ticket/) referencing the Azure Container Instances service.
320-
321317
```azurecli-interactive
322318
# Change the name of your resource group, cluster and network resources as needed
323319
RES_GROUP=myResourceGroup

articles/container-instances/container-instances-vnet.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,6 @@ az container delete --resource-group myResourceGroup --name appcontaineryaml -y
256256

257257
### Delete network resources
258258

259-
260-
> [!NOTE]
261-
> If you receive an error while attempting to remove the network profile, allow 3-4 days for the platform to automatically mitigate the issue and attempt the deletion again. If you need to delete a network profile immediately, [open a support request](https://azure.microsoft.com/support/create-ticket/) referencing the Azure Container Instances service.
262-
263259
This feature currently requires several additional commands to delete the network resources you created earlier. If you used the example commands in previous sections of this article to create your virtual network and subnet, then you can use the following script to delete those network resources.
264260

265261
Before executing the script, set the `RES_GROUP` variable to the name of the resource group containing the virtual network and subnet that should be deleted. Update the name of the virtual network if you did not use the `aci-vnet` name suggested earlier. The script is formatted for the Bash shell. If you prefer another shell such as PowerShell or Command Prompt, you'll need to adjust variable assignment and accessors accordingly.

0 commit comments

Comments
 (0)