Skip to content

Commit 11156b5

Browse files
Merge pull request #312710 from MicrosoftDocs/main
Auto Publish – main to live - 2026-03-06 12:00 UTC
2 parents 1754842 + 0c95552 commit 11156b5

10 files changed

Lines changed: 57 additions & 15 deletions

File tree

articles/app-service/environment/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### YamlMime:Landing
22

33
title: App Service Environment documentation
4-
summary: Azure App Service Environments enables you to host web apps in a fully isolated and dedicated environment for securely running App Service apps at high scale.
4+
summary: Azure App Service Environments enable you to host web apps in a fully isolated and dedicated environment for securely running App Service apps at high scale.
55

66
metadata:
77
title: Azure App Service Environment documentation
88
description: Host fully isolated websites in a secure and scalable environment. Find quickstarts, tutorials, and read about concepts to help you succeed with App Service Environment.
99
ms.topic: landing-page
1010
ms.author: mijacobs
1111
ms.service: azure-app-service
12-
ms.date: 11/15/2021
12+
ms.date: 02/05/2026
1313

1414
landingContent:
1515
- title: About App Service Environment

articles/firewall/firewall-faq.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,32 @@ sections:
112112
answer: |
113113
No, Azure Firewall doesn't natively support BGP peering. However, the [Autolearn SNAT routes feature](../firewall/snat-private-range.md#auto-learn-snat-routes-preview) indirectly uses BGP through Azure Route Server.
114114
115+
116+
117+
- question: Can Azure Firewall pass ESP packets (IPSec VPN)?
118+
answer: |
119+
Azure Firewall does not natively support ESP (Encapsulating Security Payload), but you can allow ESP traffic by configuring a network rule as follows:
120+
121+
**Azure Firewall configuration (Network Rule):**
122+
- Protocol: Any
123+
- Source port: * (Any)
124+
- Destination port: * (Any)
125+
- Source/Destination: Specify IP addresses as needed
126+
127+
This configuration allows ESP packets (IP protocol number 50) and other non-TCP/UDP traffic to match the rule. However, note that Azure Firewall does not inspect ESP payloads.
128+
129+
**Reference : If using NSG (Network Security Group) instead of Azure Firewall:**
130+
NSG does not provide a direct option to specify ESP (IP protocol number 50), but ESP packets can be allowed by using the following settings:
131+
- Protocol: Any
132+
- Port: * (Any)
133+
- Source/Destination: Specify IP addresses as needed
134+
135+
**Recommendations:**
136+
- For IPsec VPN configurations, using Azure VPN Gateway is recommended.
137+
- Consider using an NVA (Network Virtual Appliance) pattern depending on your requirements.
138+
139+
140+
115141
- name: Management and configuration
116142
questions:
117143
- question: How can I stop and start Azure Firewall?
@@ -268,7 +294,7 @@ sections:
268294
269295
- question: Is forced tunneling/chaining to a Network Virtual Appliance supported?
270296
answer: |
271-
Forced tunneling is supported when you create a new firewall. You can't configure an existing firewall for forced tunneling. For more information, see [Azure Firewall forced tunneling](forced-tunneling.md).
297+
Forced tunneling is supported when creating a new firewall, and it is also supported for existing firewalls by adding a management NIC for forced tunneling. For more details about new deployments, see [Azure Firewall forced tunneling](forced-tunneling.md). For existing firewalls, see [Azure Firewall Management NIC](management-nic.md).
272298
273299
Azure Firewall must have direct Internet connectivity. If your AzureFirewallSubnet learns a default route to your on-premises network via BGP, you must override this with a 0.0.0.0/0 UDR with the **NextHopType** value set as **Internet** to maintain direct Internet connectivity.
274300

articles/iot-edge/tutorial-deploy-custom-vision.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Build and deploy an image classifier with Azure IoT Edge and Custom
44
services: iot-edge
55
author: sethmanheim
66
ms.author: sethm
7-
ms.date: 05/06/2025
7+
ms.date: 03/05/2026
88
ms.topic: tutorial
99

1010
ms.service: azure-iot-edge
@@ -635,4 +635,4 @@ In this tutorial, you trained a Custom Vision model and deployed it as a module
635635
Continue to the next tutorials to learn about other ways that Azure IoT Edge can help you turn data into business insights at the edge.
636636
637637
> [!div class="nextstepaction"]
638-
> [Store data at the edge with SQL Server databases](tutorial-store-data-sql-server.md)
638+
> [Develop Azure IoT Edge modules using Visual Studio Code](tutorial-develop-for-linux.md)

articles/iot-edge/tutorial-deploy-stream-analytics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy Azure Stream Analytics as an Azure IoT Edge Module
33
description: Deploy Azure Stream Analytics to IoT Edge devices to process data locally, reduce cloud traffic, and react to insights faster. Learn how in this step-by-step guide.
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 02/25/2026
6+
ms.date: 03/05/2026
77
ms.topic: tutorial
88
ms.service: azure-iot-edge
99
ms.custom:
@@ -276,7 +276,7 @@ Otherwise, delete the local configurations and Azure resources you used in this
276276

277277
## Next steps
278278

279-
In this tutorial, you set up an Azure Stream Analytics job to analyze data from your IoT Edge device. You loaded the Azure Stream Analytics module on your IoT Edge device to process and react to temperature increases locally, and sent the aggregated data stream to the cloud. To learn how Azure IoT Edge can help you build more solutions, try next tutorial.
279+
In this tutorial, you set up an Azure Stream Analytics job to analyze data from your IoT Edge device. You loaded the Azure Stream Analytics module on your IoT Edge device to process and react to temperature increases locally, and sent the aggregated data stream to the cloud. To learn how Azure IoT Edge can help you build more solutions, continue to the next tutorial.
280280

281281
> [!div class="nextstepaction"]
282-
> [Deploy an Azure Machine Learning model as a module](tutorial-deploy-machine-learning.md)
282+
> [Develop Azure IoT Edge modules using Visual Studio Code](tutorial-develop-for-linux.md)

articles/migration/migrate-compute-from-aws.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Migrate Compute from Amazon Web Services to Azure
33
description: Learn how to migrate AWS compute services to Azure, including maintaining feature parity and exploring scenarios like VMs, web apps, and serverless functions.
4-
author: robbyatmicrosoft
5-
ms.author: robbymillsap
4+
author: reginahack
5+
ms.author: rhackenberg
66
ms.date: 03/25/2025
77
ms.topic: concept-article
88
ms.service: azure
@@ -33,7 +33,8 @@ Use the following scenarios as examples for your migration process:
3333
|----------|--------------|-------------|
3434
| [Migrate AWS event-driven workloads to Azure](/azure/aks/eks-edw-overview) | Amazon Elastic Kubernetes Service (EKS) to Azure Kubernetes Service (AKS) | This scenario involves migrating an EKS event-driven workload that includes Kubernetes Event-Driven Autoscaling (KEDA) and Karpenter to AKS. |
3535
| [Migrate EKS web application workloads to AKS](/azure/aks/eks-web-overview) | Amazon EKS to AKS | This scenario involves migrating an EKS web application to AKS. |
36-
| [Migrate Amazon EC2 instances to Azure](/azure/migrate/tutorial-migrate-aws-virtual-machines) | Amazon EC2 instances to Azure VMs | This scenario involves migrating AWS EC2 instances to Azure VMs. |
36+
| [Migrate Amazon EC2 instances to Azure](/azure/virtual-machines/migration/migrate-from-elastic-compute-cloud-architecture) | Amazon EC2 instances to Azure VMs | This scenario involves migrating AWS EC2 instances to Azure VMs. |
37+
| [Migrate Amazon EC2 instances to Azure using Azure Migrate](/azure/migrate/tutorial-migrate-aws-virtual-machines) | Amazon EC2 instances to Azure VMs using Azure Migrate | This scenario involves migrating AWS EC2 instances to Azure VMs using Azure Migrate. |
3738
| [Migrate AWS Lambda to Azure Functions](/azure/azure-functions/migration/lambda-functions-migration-overview) | AWS Lambda to Azure Functions | This scenario involves migrating serverless applications from AWS Lambda to Azure Functions. |
3839

3940
Consider the following articles when you migrate compute services. The platform-agnostic, generic scenarios in these articles can help you deploy services on Azure.

articles/security/develop/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page
1111
author: msmbaldwin
1212
ms.author: mbaldwin
13-
ms.date: 10/20/2024
13+
ms.date: 02/05/2026
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1616

articles/site-recovery/azure-to-azure-common-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Because of extra content, app-consistent snapshots are the most involved, and ta
228228

229229
#### Do app-consistent recovery points impact performance?
230230

231-
Because app-consistent recovery points capture all data in memory and process, if they capture frequently, it can affect performance when the workload is already busy. We don't recommend that you capture too often for nondatabase workloads. Even for database workloads, one hour should be enough.
231+
Because app-consistent recovery points capture all data in memory and process, if they capture frequently, it can affect performance when the workload is already busy. We don't recommend that you capture too often for nondatabase workloads. Depending on your workload and its RPO requirements, you can evaluate whether to capture app-consistent points and their frequency.
232232

233233
#### What's the minimum frequency for generating app-consistent recovery points?
234234

articles/vpn-gateway/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: What's new in Azure VPN Gateway?
33
description: Learn what's new with Azure VPN Gateway such as the latest release notes, known issues, bug fixes, deprecated functionality, and upcoming changes.
44
author: cherylmc

includes/expressroute-gateway-performance-include.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@ This table applies to both the Azure Resource Manager and classic deployment mod
2525
| **ErGwScale (per scale unit 1-10)** | 1,000 per scale unit | 100,000 per scale unit | 2,000 per scale unit | 100,000 per scale unit | 9,500 total per gateway
2626
| **ErGwScale (per scale unit 11-40)** | 1,000 per scale unit | 200,000 per scale unit | 1,000 per scale unit | 100,000 per scale unit | 9,500 total per gateway
2727

28-
<sup>1</sup> The values in the table are estimates and vary depending on the CPU utilization of the gateway. If the CPU utilization is high and the number of supported VMs is exceeded, the gateway will start to drop packets.
28+
<sup>1</sup> "Supported number of VMs in the virtual network" refers to the count of resources that communicate through the gateway. This includes:
29+
30+
- Virtual Machines in the hub virtual network
31+
- Virtual Machines in peered spoke virtual networks (Hub-Spoke topology)
32+
- Private Endpoints
33+
- Network Virtual Appliances (such as Application Gateway, Azure Firewall)
34+
- Backend instances of PaaS services deployed in virtual networks (such as SQL Managed Instance, App Service Environment, Azure API Management in VNet mode)
35+
36+
The values in the table are estimates and vary depending on the CPU utilization of the gateway. If the CPU utilization is high and the number of supported VMs is exceeded, the gateway will start to drop packets.
2937
> [!NOTE]
3038
> ExpressRoute can facilitate up to 11,000 routes that span virtual network address spaces, on-premises networks, and any relevant virtual network peering connections. To ensure stability of your ExpressRoute connection, refrain from advertising more than 11,000 routes to ExpressRoute. The maximum number of routes advertised by gateway is 1,000 routes.
3139

includes/vpn-gateway-table-gwtype-aggtput-include.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@
2424
|**Generation2**|**VpnGw3AZ**| Max. 30 | Max. 128 | Max. 1000 | 2.5 Gbps | Supported | Yes | 3300 |
2525
|**Generation2**|**VpnGw4AZ**| Max. 100* | Max. 128 | Max. 5000 | 5 Gbps | Supported | Yes | 4400 |
2626
|**Generation2**|**VpnGw5AZ**| Max. 100* | Max. 128 | Max. 10000 | 10 Gbps | Supported | Yes | 9000 |
27+
28+
> [!NOTE]
29+
> "Supported Number of VMs in the Virtual Network" refers to the count of resources that communicate through the gateway. This includes:
30+
> - Virtual Machines in the hub and peered spoke virtual networks
31+
> - Private Endpoints
32+
> - Network Virtual Appliances (such as Application Gateway, Azure Firewall)
33+
> - Backend instances of PaaS services deployed in virtual networks (such as SQL Managed Instance, App Service Environment)

0 commit comments

Comments
 (0)