Skip to content

Commit a282331

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 37c19ea + fb8d10a commit a282331

File tree

178 files changed

+2320
-2100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+2320
-2100
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4365,6 +4365,11 @@
43654365
"redirect_url": "/azure/virtual-wan/monitor-virtual-wan",
43664366
"redirect_document_id": false
43674367
},
4368+
{
4369+
"source_path_from_root": "/articles/virtual-wan/monitoring-best-practices.md",
4370+
"redirect_url": "/azure/virtual-wan/monitor-virtual-wan",
4371+
"redirect_document_id": false
4372+
},
43684373
{
43694374
"source_path_from_root": "/articles/virtual-wan/scenario-route-between-hubs-firewall.md",
43704375
"redirect_url": "/azure/virtual-wan/scenario-route-between-vnets-firewall",
-44.8 KB
Loading
96.2 KB
Loading
91.9 KB
Loading
195 KB
Loading

articles/app-service/environment/overview.md

Lines changed: 90 additions & 87 deletions
Large diffs are not rendered by default.

articles/app-service/environment/using.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When you scale an App Service plan, the needed infrastructure is added automatic
4949

5050
A scale operation on one size and operating system won't affect scaling of the other combinations of size and operating system. For example, if you are scaling a Windows I2v2 App Service plan, a scale operation to a Windows I3v2 App Service plan starts immediately. Scaling normally takes less than 15 minutes but can take up to 45 minutes.
5151

52-
In a multi-tenant App Service, scaling is immediate, because a pool of shared resources is readily available to support it. App Service Environment is a single-tenant service, so there's no shared buffer, and resources are allocated based on need.
52+
In a multitenant App Service, scaling is immediate, because a pool of shared resources is readily available to support it. App Service Environment is a single-tenant service, so there's no shared buffer, and resources are allocated based on need.
5353

5454
## App access
5555

@@ -177,7 +177,7 @@ If you have multiple App Service Environments, you might want some of them to be
177177

178178
Select the value you want, and then select **Save**.
179179

180-
![Screenshot that shows the App Service Environment configuration portal.][5]
180+
![Screenshot that shows the App Service Environment upgrade preference setting.][7]
181181

182182
This feature makes the most sense when you have multiple App Service Environments, and you might benefit from sequencing the upgrades. For example, you might set your development and test App Service Environments to be early, and your production App Service Environments to be late.
183183

@@ -199,6 +199,7 @@ To delete:
199199
[4]: ./media/using/using-logs.png
200200
[5]: ./media/using/using-configuration.png
201201
[6]: ./media/using/using-ip-addresses.png
202+
[7]: ./media/using/using-upgrade-preference.png
202203

203204
<!--Links-->
204205

articles/app-service/tutorial-java-tomcat-connect-managed-identity-postgresql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.devlang: java
55
ms.topic: tutorial
66
ms.date: 06/04/2024
77
author: KarlErickson
8-
ms.author: karler
8+
ms.author: edburns
99
ms.custom: passwordless-java, service-connector, devx-track-azurecli, devx-track-extended-java, AppServiceConnectivity
1010
---
1111

articles/application-gateway/overview-v2.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: azure-application-gateway
77
ms.topic: overview
8-
ms.date: 06/06/2024
8+
ms.date: 09/06/2024
99
ms.author: greglin
1010
ms.custom: references_regions, devx-track-azurepowershell
1111
---
@@ -44,15 +44,15 @@ The v2 SKU includes the following enhancements:
4444

4545
Application Gateway v2 is available under two SKUs:
4646
- **Basic** (preview): The Basic SKU is designed for applications that have lower traffic and SLA requirements, and don't need advanced traffic management features. For information on how to register for the public preview of Application Gateway Basic SKU, see [Register for the preview](#register-for-the-preview).
47-
- **Standard_v2 SKU**: The Standard_v2 SKU is designed for running production workloads and high traffic. It also includes auto scale that can automatically adjust the number of instances to match your traffic needs.
47+
- **Standard_v2 SKU**: The Standard_v2 SKU is designed for running production workloads and high traffic. It also includes [autoscaling](high-traffic-support.md#autoscaling-for-application-gateway-v2-sku-standard_v2waf_v2-sku), which can automatically adjust the number of instances to match your traffic needs.
4848

4949
The following table displays a comparison between Basic and Standard_v2.
5050

5151
| Feature | Capabilities | Basic SKU (preview)| Standard SKU |
5252
| :---: | :--- | :---: | :---: |
5353
| Reliability | SLA | 99.9 | 99.95 |
54-
| Functionality - basic | HTTP/HTTP2/HTTPS<br>Websocket<br>Public/Private IP<br>Cookie Affinity<br>Path-based affinity<br>Wildcard<br>Multisite<br>KeyVault<br>AKS (via AGIC)<br>Zone<br>Header rewrite | &#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713; | &#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713; |
55-
| Functionality - advanced | URL rewrite<br>mTLS<br>Private Link<br>Private-only<sup>1</sup><br>TCP/TLS Proxy | | &#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713; |
54+
| Functionality - basic | HTTP/HTTP2/HTTPS<br>Websocket<br>Public/Private IP<br>Cookie Affinity<br>Path-based affinity<br>Wildcard<br>Multisite<br>KeyVault<br>Zone<br>Header rewrite | &#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713; | &#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;|
55+
| Functionality - advanced | AKS (via AGIC)<br>URL rewrite<br>mTLS<br>Private Link<br>Private-only<sup>1</sup><br>TCP/TLS Proxy | | &#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713;<br>&#x2713; |
5656
| Scale | Max. connections per second<br>Number of listeners<br>Number of backend pools<br>Number of backend servers per pool<br>Number of rules | 200<sup>1</sup><br>5<br>5<br>5<br>5 | 62500<sup>1</sup><br>100<br>100<br>1200<br>400 |
5757
| Capacity Unit | Connections per second per compute unit<br>Throughput<br>Persistent new connections | 10<br>2.22 Mbps<br>2500 | 50<br>2.22 Mbps<br>2500 |
5858

@@ -153,7 +153,5 @@ Unregister-AzProviderFeature -FeatureName AllowApplicationGatewayBasicSku -Provi
153153

154154
Depending on your requirements and environment, you can create a test Application Gateway using either the Azure portal, Azure PowerShell, or Azure CLI.
155155

156-
157-
158156
- [Tutorial: Create an application gateway that improves web application access](tutorial-autoscale-ps.md)
159157
- [Learn module: Introduction to Azure Application Gateway](/training/modules/intro-to-azure-application-gateway)

articles/automanage/arm-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 12/10/2021
1010
# Onboard a machine to Automanage with an Azure Resource Manager (ARM) template
1111

1212
> [!CAUTION]
13-
> On 31 August 2024, both Automation Update Management and the Log Analytics agent it uses will be retired. Migrate to Azure Update Manager before that. Refer to guidance on migrating to Azure Update Manager [here](https://learn.microsoft.com/azure/update-manager/guidance-migration-automation-update-management-azure-update-manager?WT.mc_id=Portal-Microsoft_Azure_Automation). [Migrate Now](https://ms.portal.azure.com/).
13+
> On 31 August 2024, both Automation Update Management and the Log Analytics agent it uses will be retired. Migrate to Azure Update Manager before that. Refer to guidance on migrating to Azure Update Manager [here](/azure/update-manager/guidance-migration-automation-update-management-azure-update-manager?WT.mc_id=Portal-Microsoft_Azure_Automation). [Migrate Now](https://portal.azure.com/).
1414
1515
## Overview
1616
Follow the steps to onboard a machine to Automanage Best Practices using an ARM template.

0 commit comments

Comments
 (0)