Skip to content

Commit 6a3f49f

Browse files
authored
Merge pull request #90899 from MicahMcKittrick-MSFT/patch-245
MicrosoftDocs/azure-docs#20737
2 parents 6fb49e0 + f18e484 commit 6a3f49f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Container groups deployed into an Azure virtual network enable scenarios like:
2626
> [!IMPORTANT]
2727
> This feature is currently in preview, and some [limitations apply](#preview-limitations). Previews are made available to you on the condition that you agree to the [supplemental terms of use][terms-of-use]. Some aspects of this feature may change prior to general availability (GA).
2828
29+
2930
## Virtual network deployment limitations
3031

3132
Certain limitations apply when you deploy container groups to a virtual network.
@@ -260,6 +261,10 @@ az container delete --resource-group myResourceGroup --name appcontaineryaml -y
260261

261262
### Delete network resources
262263

264+
265+
> [!NOTE]
266+
> If you recieve an error while attempting to remove the Network Profile allow 2-3 days for the platform to automatically mitigate the issue and attempt the deletion again. If you still have issues removing the Network Profile [open a support reqest.](https://azure.microsoft.com/support/create-ticket/)
267+
263268
The initial preview of this feature 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.
264269

265270
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)