Skip to content

Commit f176c80

Browse files
Merge pull request #271795 from anaharris-ms/rel-container-update
Reliability fix for Container Instances
2 parents d64755b + 7975037 commit f176c80

File tree

5 files changed

+25
-207
lines changed

5 files changed

+25
-207
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3974,6 +3974,11 @@
39743974
"source_path_from_root":"/articles/trusted-signing/concept.md",
39753975
"redirect_url":"/azure/trusted-signing/concept-trustedsigning-resources-roles",
39763976
"redirect_document_id":false
3977+
},
3978+
{
3979+
"source_path_from_root":"/articles/container-instances/availability-zones.md",
3980+
"redirect_url":"/azure/reliability/reliability-containers",
3981+
"redirect_document_id":false
39773982
}
39783983
]
39793984
}

articles/container-apps/environment-variables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,10 @@ az containerapp update \
137137

138138
Similarly to what you need to do upon creating a new Container App you have to create an object called [EnvironmentVar](/dotnet/api/Microsoft.Azure.PowerShell.Cmdlets.App.Models.EnvironmentVar), which is contained within a [Container](/dotnet/api/Microsoft.Azure.PowerShell.Cmdlets.App.Models.Container). This [Container](/dotnet/api/Microsoft.Azure.PowerShell.Cmdlets.App.Models.Container) is then used with the [New-AzContainerApp](/powershell/module/az.app/new-azcontainerapp) PowerShell cmdlet.
139139

140+
140141
In this cmdlet, you only need to pass the template object you defined previously as described in the [Configure environment variables](#configure-environment-variables) section.
141142

143+
142144
```azurepowershell
143145
Update-AzContainerApp -TemplateContainer $containerTemplate
144146
```

articles/container-instances/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
href: container-instances-encrypt-data.md
104104
- name: Deploy on dedicated hosts
105105
href: container-instances-dedicated-hosts.md
106-
- name: Deploy in availability zones (preview)
107-
href: availability-zones.md
106+
- name: Availability zones and disaster recovery
107+
href: ../reliability/reliability-containers.md?toc=/azure/container-instances/toc.json
108108
- name: Configure DNS name reuse
109109
href: how-to-reuse-dns-names.md
110110
- name: Use Logic Apps connector

articles/container-instances/availability-zones.md

Lines changed: 0 additions & 195 deletions
This file was deleted.

articles/reliability/reliability-containers.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,14 @@ Azure Container Instances supports *zonal* container group deployments, meaning
3232
3333
- Zonal container group deployments are supported in most regions where ACI is available for Linux and Windows Server 2019 container groups. For details, see [Regions and resource availability](../container-instances/container-instances-region-availability.md).
3434

35-
- Availability zone support is only available on ACI API version 09-01-2021 or later.
36-
- For Azure CLI, version 2.30.0 or later must be installed.
37-
- For PowerShell, version 2.1.1-preview or later must be installed.
38-
- For Java SDK, version 2.9.0 or later must be installed.
35+
* If using Azure CLI, ensure version `2.30.0` or later is installed.
36+
* If using PowerShell, ensure version `2.1.1-preview` or later is installed.
37+
* If using the Java SDK, ensure version `2.9.0` or later is installed.
38+
* Availability zone support is only available on ACI API version `09-01-2021` or later.
3939

4040

41-
The following container groups *do not* support availability zones at this time:
42-
43-
- Container groups with GPU resources
44-
- Virtual Network injected container groups
45-
- Windows Server 2016 container groups
41+
> [!IMPORTANT]
42+
> Container groups with GPU resources don't support availability zones at this time.
4643
4744
### Availability zone redeployment and migration
4845

@@ -216,4 +213,13 @@ When an entire Azure region or datacenter experiences downtime, your mission-cri
216213
## Next steps
217214

218215
- [Azure Architecture Center's guide on availability zones](/azure/architecture/high-availability/building-solutions-for-high-availability).
219-
- [Reliability in Azure](./overview.md)
216+
- [Reliability in Azure](./overview.md)
217+
218+
219+
<!-- LINKS - Internal -->
220+
[az-container-create]: /cli/azure/container#az_container_create
221+
[container-regions]: ../container-instances-region-availability.md
222+
[az-container-show]: /cli/azure/container#az_container_show
223+
[az-group-create]: /cli/azure/group#az_group_create
224+
[az-deployment-group-create]: /cli/azure/deployment#az_deployment_group_create
225+
[availability-zone-overview]: ./availability-zones-overview.md

0 commit comments

Comments
 (0)