You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/environment-variables.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,8 +137,10 @@ az containerapp update \
137
137
138
138
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.
139
139
140
+
140
141
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.
Copy file name to clipboardExpand all lines: articles/reliability/reliability-containers.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,17 +32,14 @@ Azure Container Instances supports *zonal* container group deployments, meaning
32
32
33
33
- 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).
34
34
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.
39
39
40
40
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.
46
43
47
44
### Availability zone redeployment and migration
48
45
@@ -216,4 +213,13 @@ When an entire Azure region or datacenter experiences downtime, your mission-cri
216
213
## Next steps
217
214
218
215
- [Azure Architecture Center's guide on availability zones](/azure/architecture/high-availability/building-solutions-for-high-availability).
0 commit comments