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/app-service/environment/overview.md
+91-4Lines changed: 91 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ A benefit of using an App Service Environment instead of a multitenant service i
69
69
App Service Environment v3 differs from earlier versions in the following ways:
70
70
71
71
- 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).
73
73
- You can deploy an App Service Environment v3 on a dedicated host group. Host group deployments aren't zone redundant.
74
74
- 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.
75
75
- 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:
165
165
| Southeast Asia | ✅ | ✅ |
166
166
| Spain Central | ✅ | ✅**|
167
167
| Sweden Central | ✅ | ✅ |
168
+
| Sweden South | ✅ ||
168
169
| Switzerland North | ✅ | ✅ |
169
170
| Switzerland West | ✅ ||
170
171
| UAE Central | ✅ ||
@@ -188,23 +189,109 @@ App Service Environment v3 is available in the following regions:
188
189
| US DoD Central | ✅ ||
189
190
| US DoD East | ✅ ||
190
191
| US Gov Arizona | ✅ ||
191
-
| US Gov Iowa |||
192
192
| US Gov Texas | ✅ ||
193
193
| US Gov Virginia | ✅ |✅ |
194
194
195
195
### Microsoft Azure operated by 21Vianet
196
196
197
197
| Region | Single zone support | Availability zone support |
|| App Service Environment v3| App Service Environment v3|
200
200
| China East 3 | ✅ ||
201
-
| China North 2 |||
202
201
| China North 3 | ✅ | ✅ |
203
202
204
203
### In-region data residency
205
204
206
205
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).
207
206
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.
Copy file name to clipboardExpand all lines: articles/automation/troubleshoot/change-tracking.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,6 @@ Here are possible causes specific to this issue:
136
136
Verify that the daemon for the Log Analytics agent for Linux (**omsagent**) is running on your machine. Run the following query in the Log Analytics workspace that's linked to your Automation account.
|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 |
Copy file name to clipboardExpand all lines: articles/event-hubs/apache-kafka-developer-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ See the following quickstarts in the **azure-event-hubs-for-kafka** repo:
26
26
|[Go](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/go)| <p>This quickstart will show how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in Go.</p><p>This sample is based on [Confluent's Apache Kafka Golang client](https://github.com/confluentinc/confluent-kafka-go), modified for use with Event Hubs for Kafka.</p>|
27
27
|[Sarama kafka Go](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/go-sarama-client)| This quickstart will show how to create and connect to an Event Hubs Kafka endpoint using an example producer and consumer written in Go using the [Sarama Kafka client](https://github.com/Shopify/sarama) library. |
28
28
|[Kafka](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/kafka-cli)| This quickstart will show how to create and connect to an Event Hubs Kafka endpoint using the CLI that comes bundled with the Apache Kafka distribution.|
29
-
|[Kafkacat](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/kafkacat)|kafkacat is a non-JVM command-line consumer and producer based on librdkafka, popular due to its speed and small footprint. This quickstart contains a sample configuration and several simple sample kafkacat commands. |
29
+
|[kcat](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart/kafkacat)|kcat is a non-JVM command-line consumer and producer based on librdkafka, popular due to its speed and small footprint. This quickstart contains a sample configuration and several simple sample kafkacat commands. |
30
30
31
31
### Quickstarts in DOCS
32
32
See the quickstart: [Data streaming with Event Hubs using the Kafka protocol](event-hubs-quickstart-kafka-enabled-event-hubs.md) in this content set, which provides step-by-step instructions on how to stream into Event Hubs. You learn how to use your producers and consumers to talk to Event Hubs with just a configuration change in your applications.
0 commit comments