Skip to content

Commit fcd54ab

Browse files
Update container-instances-update.md
adding important limitation for ACI with azure storage account
1 parent 890818d commit fcd54ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/container-instances/container-instances-update.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Applications based on larger container images like Windows Server Core can see s
5858
* The IP address of a container group is typically retained between updates, but isn't guaranteed to remain the same. As long as the container group is deployed to the same underlying host, the container group retains its IP address. Although rare, there are some Azure-internal events that can cause redeployment to a different host. To mitigate this issue, we recommend using a DNS name label for your container instances.
5959
* Terminated or deleted container groups can't be updated. Once a container group is stopped (is in the *Terminated* state) or deleted, the group is deployed as new.
6060

61+
> [!NOTE]
62+
> Update command could not work if the Azure Container Group attched to Azure Storage profile
6163
## Properties that require container delete
6264

6365
Not all container group properties can be updated. For example, to change the restart policy of a container, you must first delete the container group, then create it again.

0 commit comments

Comments
 (0)