Skip to content

Commit dd4998b

Browse files
authored
Update container-instances-vnet.md
1 parent 18d4a94 commit dd4998b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)