Skip to content

Commit 38dde9c

Browse files
Merge branch 'MicrosoftDocs:main' into main
2 parents 49f9988 + 3f468a9 commit 38dde9c

File tree

6 files changed

+208
-21
lines changed

6 files changed

+208
-21
lines changed

articles/app-service/environment/overview.md

Lines changed: 91 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ A benefit of using an App Service Environment instead of a multitenant service i
6969
App Service Environment v3 differs from earlier versions in the following ways:
7070

7171
- There are no networking dependencies on the customer's virtual network. You can secure all inbound and outbound traffic and route outbound traffic as you want.
72-
- You can deploy an App Service Environment v3 that's enabled for zone redundancy. You set zone redundancy only during creation and only in regions where all App Service Environment v3 dependencies are zone redundant. In this case, each App Service Plan on the App Service Environment will need to have a minimum of three instances so that they can be spread across zones. For more information, see [Migrate App Service Environment to availability zone support](../../availability-zones/migrate-app-service-environment.md).
72+
- You can deploy an App Service Environment v3 that's enabled for zone redundancy. You set zone redundancy only during creation and only in regions where all App Service Environment v3 dependencies are zone redundant. This is a deployment time only decision. Changing zone redundancy is not possible after it has been deployed. With zone redundant App Service Environment, each App Service Plan on the App Service Environment will need to have a minimum of three instances so that they can be spread across zones. For more information, see [Migrate App Service Environment to availability zone support](../../availability-zones/migrate-app-service-environment.md).
7373
- You can deploy an App Service Environment v3 on a dedicated host group. Host group deployments aren't zone redundant.
7474
- Scaling is much faster than with an App Service Environment v2. Although scaling still isn't immediate, as in the multitenant service, it's a lot faster.
7575
- Front-end scaling adjustments are no longer required. App Service Environment v3 front ends automatically scale to meet your needs and are deployed on better hosts.
@@ -165,6 +165,7 @@ App Service Environment v3 is available in the following regions:
165165
| Southeast Asia |||
166166
| Spain Central ||** |
167167
| Sweden Central |||
168+
| Sweden South || |
168169
| Switzerland North |||
169170
| Switzerland West || |
170171
| UAE Central || |
@@ -188,23 +189,109 @@ App Service Environment v3 is available in the following regions:
188189
| US DoD Central || |
189190
| US DoD East || |
190191
| US Gov Arizona || |
191-
| US Gov Iowa | | |
192192
| US Gov Texas || |
193193
| US Gov Virginia |||
194194

195195
### Microsoft Azure operated by 21Vianet
196196

197197
| Region | Single zone support | Availability zone support |
198198
| -------------------- | :--------------------------: | :-------------------------: |
199-
| China East 2 | | |
199+
| | App Service Environment v3 | App Service Environment v3 |
200200
| China East 3 || |
201-
| China North 2 | | |
202201
| China North 3 |||
203202

204203
### In-region data residency
205204

206205
An App Service Environment will only store customer data including app content, settings and secrets within the region where it's deployed. All data is guaranteed to remain in the region. For more information, see [Data residency in Azure](https://azure.microsoft.com/explore/global-infrastructure/data-residency/#overview).
207206

207+
## Pricing tiers
208+
209+
The following sections list the regional pricing tiers (SKUs) availability for App Service Environment v3.
210+
211+
> [!NOTE]
212+
> Windows Container plans currently do not support memory intensive SKUs.
213+
>
214+
215+
### Azure Public:
216+
217+
| Region | Standard | Large | Memory intensive |
218+
| -------------------- | :----------: | :---------: | :---------------: |
219+
| | I1v2-I3v2 | I4v2-I6v2 | I1mv2-I5mv2 |
220+
| Australia Central ||||
221+
| Australia Central 2 ||||
222+
| Australia East ||||
223+
| Australia Southeast ||||
224+
| Brazil South ||| |
225+
| Brazil Southeast ||||
226+
| Canada Central ||||
227+
| Canada East ||||
228+
| Central India ||||
229+
| Central US || ✅ * | |
230+
| East Asia ||||
231+
| East US ||| |
232+
| East US 2 ||||
233+
| France Central ||||
234+
| France South ||||
235+
| Germany North ||||
236+
| Germany West Central ||||
237+
| Israel Central ||| |
238+
| Italy North ||| |
239+
| Japan East ||||
240+
| Japan West ||||
241+
| Jio India Central ||| |
242+
| Jio India West ||| |
243+
| Korea Central ||| |
244+
| Korea South ||||
245+
| Mexico Central ||| |
246+
| North Central US ||||
247+
| North Europe ||||
248+
| Norway East ||||
249+
| Norway West ||||
250+
| Poland Central ||| |
251+
| Qatar Central ||| |
252+
| South Africa North ||||
253+
| South Africa West ||||
254+
| South Central US ||||
255+
| South India ||| |
256+
| Southeast Asia ||||
257+
| Spain Central ||| |
258+
| Sweden Central ||||
259+
| Sweden South ||||
260+
| Switzerland North ||||
261+
| Switzerland West ||||
262+
| UAE Central ||| |
263+
| UAE North ||||
264+
| UK South ||||
265+
| UK West ||||
266+
| West Central US || ✅ * | |
267+
| West Europe || ✅ * | |
268+
| West India ||||
269+
| West US ||| |
270+
| West US 2 ||||
271+
| West US 3 ||||
272+
273+
\* Windows Container does not support Large skus in this region.
274+
\** Linux does not support Memory intensive skus in this region.
275+
276+
### Azure Government:
277+
278+
| Region | Standard | Large | Memory intensive |
279+
| -------------------- | :----------: | :---------: | :---------------: |
280+
| | I1v2-I3v2 | I4v2-I6v2 | I1mv2-I5mv2 |
281+
| US DoD Central ||✅ * | |
282+
| US DoD East ||✅ * | |
283+
| US Gov Arizona ||✅ * | |
284+
| US Gov Texas ||✅ * | |
285+
| US Gov Virginia ||✅ * | |
286+
287+
### Microsoft Azure operated by 21Vianet:
288+
289+
| Region | Standard | Large | Memory intensive |
290+
| -------------------- | :----------: | :---------: | :---------------: |
291+
| | I1v2-I3v2 | I4v2-I6v2 | I1mv2-I5mv2 |
292+
| China East 3 || ✅ * | |
293+
| China North 3 || ✅ * | |
294+
208295
## Next steps
209296

210297
> [!div class="nextstepaction"]
-4.72 KB
Loading

articles/container-apps/metrics.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: v-jaswel
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 04/30/2024
8+
ms.date: 09/23/2024
99
ms.author: v-wellsjason
1010
---
1111

@@ -19,23 +19,23 @@ The metrics explorer in the Azure portal allows you to visualize the data. You c
1919

2020
Container Apps provides these basic metrics.
2121

22-
| Category | Title | Description | Metric ID | Unit |
22+
| Title | Dimensions | Description | Metric ID | Unit |
2323
|--|--|--|--|--|
24-
| Basic | CPU Usage | CPU consumed by the container app, in nano cores (1,000,000,000 nanocores = 1 core) | UsageNanoCores | `nanocores` |
25-
| Basic | Memory Working Set Bytes | Container app working set memory used in bytes | `WorkingSetBytes` | bytes |
26-
| Basic | Network In Bytes | Network received bytes | `RxBytes` | bytes |
27-
| Basic | Network Out Bytes | Network transmitted bytes | `TxBytes` | bytes |
28-
| Basic | Replica count | Number of active replicas | `Replicas` | n/a |
29-
| Basic | Replica Restart Count | Restarts count of container app replicas | `RestartCount` | n/a |
30-
| Basic | Requests | Requests processed | `Requests` | n/a |
31-
| Basic | Reserved Cores | Number of reserved cores for container app revisions | `CoresQuotaUsed` | n/a |
32-
| Basic | Resiliency Connection Timeouts | Total connection timeouts | `ResiliencyConnectTimeouts` | n/a |
33-
| Basic | Resiliency Ejected Hosts | Number of currently ejected hosts | `ResiliencyEjectedHosts` | n/a |
34-
| Basic | Resiliency Ejections Aborted | Number of ejections aborted due to the max ejection % | `ResiliencyEjectionsAborted` | n/a |
35-
| Basic | Resiliency Request Retries | Total request retries | `ResiliencyRequestRetries` | n/a |
36-
| Basic | Resiliency Request Timeouts | Total requests that timed out waiting for a response | `ResiliencyRequestTimeouts` | n/a |
37-
| Basic | Resiliency Requests Pending Connection Pool | Total requests pending a connection pool connection | `ResiliencyRequestsPendingConnectionPool` | n/a |
38-
| Basic | Total Reserved Cores | Total cores reserved for the container app | `TotalCoresQuotaUsed` | n/a |
24+
| CPU Usage | Replica, Revision | CPU consumed by the container app, in nano cores (1,000,000,000 nanocores = 1 core) | `UsageNanoCores` | nanocores |
25+
| Memory Working Set Bytes | Replica, Revision | Container app working set memory used in bytes | `WorkingSetBytes` | bytes |
26+
| Network In Bytes | Replica, Revision | Network received bytes | `RxBytes` | bytes |
27+
| Network Out Bytes | Replica, Revision | Network transmitted bytes | `TxBytes` | bytes |
28+
| Replica count | Revision | Number of active replicas | `Replicas` | n/a |
29+
| Replica Restart Count | Replica, Revision | Restarts count of container app replicas | `RestartCount` | n/a |
30+
| Requests | Replica, Revision, Status Code, Status Code Category | Requests processed | `Requests` | n/a |
31+
| Reserved Cores | Revision | Number of reserved cores for container app revisions | `CoresQuotaUsed` | n/a |
32+
| Resiliency Connection Timeouts | Revision | Total connection timeouts | `ResiliencyConnectTimeouts` | n/a |
33+
| Resiliency Ejected Hosts | Revision | Number of currently ejected hosts | `ResiliencyEjectedHosts` | n/a |
34+
| Resiliency Ejections Aborted | Revision | Number of ejections aborted due to the max ejection % | `ResiliencyEjectionsAborted` | n/a |
35+
| Resiliency Request Retries | Revision | Total request retries | `ResiliencyRequestRetries` | n/a |
36+
| Resiliency Request Timeouts | Revision | Total requests that timed out waiting for a response | `ResiliencyRequestTimeouts` | n/a |
37+
| Resiliency Requests Pending Connection Pool | Replica | Total requests pending a connection pool connection | `ResiliencyRequestsPendingConnectionPool` | n/a |
38+
| Total Reserved Cores | None | Total cores reserved for the container app | `TotalCoresQuotaUsed` | n/a |
3939

4040
The metrics namespace is `microsoft.app/containerapps`.
4141

articles/logic-apps/logic-apps-limits-and-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ For Azure Logic Apps to receive incoming communication through your firewall, yo
671671
| South Central US | 13.65.98.39, 13.84.41.46, 13.84.43.45, 40.84.138.132, 20.94.151.41, 20.88.209.113, 172.206.187.62, 172.206.187.92, 172.206.187.101, 172.206.187.135, 52.255.127.211, 52.255.127.201, 52.255.127.24, 52.255.127.243 |
672672
| South India | 52.172.9.47, 52.172.49.43, 52.172.51.140, 104.211.225.152, 104.211.221.215,104.211.205.148, 52.140.4.233, 52.172.100.99, 52.140.5.154, 52.140.1.153, 52.172.96.103, 52.140.2.150, 52.172.103.116, 52.172.99.31 |
673673
| Southeast Asia | 52.163.93.214, 52.187.65.81, 52.187.65.155, 104.215.181.6, 20.195.49.246, 20.198.130.155, 23.98.121.180, 4.144.200.166, 4.144.203.255, 4.144.203.73, 4.144.201.132, 20.247.196.3, 52.230.58.240, 20.247.197.6, 20.247.198.8, 20.247.195.123, 20.247.197.207, 20.247.197.108, 20.247.198.132 |
674+
| Spain Central | 68.221.3.54, 68.221.3.29, 68.221.249.214, 68.221.249.187, 68.221.249.249, 68.221.249.208, 68.221.249.227, 68.221.250.1, 68.221.249.191 |
674675
| Sweden Central | 20.91.178.13, 20.240.10.125, 74.241.204.72, 74.241.204.55, 74.241.204.197, 74.241.206.0, 4.225.198.176, 4.225.198.50, 4.225.197.219, 4.225.198.33 |
675676
| Switzerland North | 51.103.128.52, 51.103.132.236, 51.103.134.138, 51.103.136.209, 20.203.230.170, 20.203.227.226, 4.226.35.171, 20.250.239.241, 20.250.238.113, 20.250.238.80, 20.250.233.38, 20.250.235.79, 20.250.235.177, 20.250.235.117 |
676677
| Switzerland West | 51.107.225.180, 51.107.225.167, 51.107.225.163, 51.107.239.66, 51.107.235.139,51.107.227.18, 20.199.218.139, 20.199.219.180, 20.199.216.255, 20.199.217.34, 20.208.231.200, 20.199.217.39, 20.199.216.16, 20.199.216.98 |
@@ -756,6 +757,7 @@ This section lists the outbound IP addresses that Azure Logic Apps requires in y
756757
| South Central US | 104.210.144.48, 13.65.82.17, 13.66.52.232, 23.100.124.84, 70.37.54.122, 70.37.50.6, 23.100.127.172, 23.101.183.225, 20.94.150.220, 20.94.149.199, 20.88.209.97, 20.88.209.88, 172.206.187.57, 172.206.187.90, 172.206.187.98, 172.206.187.132, 52.255.124.118, 52.255.127.125, 52.255.126.229, 52.255.127.233 |
757758
| South India | 52.172.50.24, 52.172.55.231, 52.172.52.0, 104.211.229.115, 104.211.230.129, 104.211.230.126, 104.211.231.39, 104.211.227.229, 104.211.211.221, 104.211.210.192, 104.211.213.78, 104.211.218.202, 52.172.101.114, 52.172.101.181, 52.140.5.116, 52.172.98.23, 52.140.2.252, 52.140.0.225, 52.140.7.114, 52.172.101.204 |
758759
| Southeast Asia | 13.76.133.155, 52.163.228.93, 52.163.230.166, 13.76.4.194, 13.67.110.109, 13.67.91.135, 13.76.5.96, 13.67.107.128, 20.195.49.240, 20.195.49.29, 20.198.130.152, 20.198.128.124, 23.98.121.179, 23.98.121.115, 4.144.203.116, 4.144.203.254, 4.144.203.72, 4.144.204.223, 20.247.192.203, 20.247.192.18, 20.247.197.137, 20.247.197.3, 20.247.196.123, 20.247.197.249, 20.247.195.111, 20.247.195.8, 20.247.197.146, 20.247.197.100, 20.247.197.40, 20.247.198.128, 20.247.198.96 |
760+
| Spain Central | 68.221.3.7, 68.221.1.175, 68.221.2.156, 68.221.2.37, 68.221.249.177, 68.221.249.251, 68.221.249.213, 68.221.249.186, 68.221.249.215, 68.221.249.210, 68.221.249.185, 68.221.249.203, 68.221.249.175, 68.221.249.229, 68.221.249.205, 68.221.249.184, 68.221.249.202, 68.221.249.209, 68.221.249.252, 68.221.250.2 |
759761
| Sweden Central | 20.91.178.11, 20.91.177.115, 20.240.10.91, 20.240.10.89, 74.241.204.65, 74.241.204.35, 74.241.204.193, 74.241.205.139, 4.225.198.80, 4.225.198.41, 74.241.203.136, 4.225.198.14 |
760762
| Switzerland North | 51.103.137.79, 51.103.135.51, 51.103.139.122, 51.103.134.69, 51.103.138.96, 51.103.138.28, 51.103.136.37, 51.103.136.210, 20.203.230.58, 20.203.229.127, 20.203.224.37, 20.203.225.242, 4.226.35.166, 20.250.239.202, 20.250.239.33, 20.250.239.55, 20.250.233.27, 20.250.235.76, 20.250.235.169, 20.250.235.96 |
761763
| Switzerland West | 51.107.239.66, 51.107.231.86, 51.107.239.112, 51.107.239.123, 51.107.225.190, 51.107.225.179, 51.107.225.186, 51.107.225.151, 51.107.239.83, 51.107.232.61, 51.107.234.254, 51.107.226.253, 20.199.193.249, 20.199.217.37, 20.199.219.154, 20.199.216.246, 20.199.219.21, 20.208.230.30, 20.199.216.63, 20.199.218.36, 20.199.216.44 |

0 commit comments

Comments
 (0)