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/index.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
### YamlMime:Landing
2
2
3
3
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.
5
5
6
6
metadata:
7
7
title: Azure App Service Environment documentation
8
8
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.
Copy file name to clipboardExpand all lines: articles/firewall/firewall-faq.yml
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,32 @@ sections:
112
112
answer: |
113
113
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.
114
114
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
+
115
141
- name: Management and configuration
116
142
questions:
117
143
- question: How can I stop and start Azure Firewall?
@@ -268,7 +294,7 @@ sections:
268
294
269
295
- question: Is forced tunneling/chaining to a Network Virtual Appliance supported?
270
296
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).
272
298
273
299
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.
Copy file name to clipboardExpand all lines: articles/iot-edge/tutorial-deploy-stream-analytics.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Deploy Azure Stream Analytics as an Azure IoT Edge Module
3
3
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.
4
4
author: sethmanheim
5
5
ms.author: sethm
6
-
ms.date: 02/25/2026
6
+
ms.date: 03/05/2026
7
7
ms.topic: tutorial
8
8
ms.service: azure-iot-edge
9
9
ms.custom:
@@ -276,7 +276,7 @@ Otherwise, delete the local configurations and Azure resources you used in this
276
276
277
277
## Next steps
278
278
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.
280
280
281
281
> [!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)
Copy file name to clipboardExpand all lines: articles/migration/migrate-compute-from-aws.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: Migrate Compute from Amazon Web Services to Azure
3
3
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
6
6
ms.date: 03/25/2025
7
7
ms.topic: concept-article
8
8
ms.service: azure
@@ -33,7 +33,8 @@ Use the following scenarios as examples for your migration process:
33
33
|----------|--------------|-------------|
34
34
|[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. |
35
35
|[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. |
37
38
|[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. |
38
39
39
40
Consider the following articles when you migrate compute services. The platform-agnostic, generic scenarios in these articles can help you deploy services on Azure.
Copy file name to clipboardExpand all lines: articles/site-recovery/azure-to-azure-common-questions.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
@@ -228,7 +228,7 @@ Because of extra content, app-consistent snapshots are the most involved, and ta
228
228
229
229
#### Do app-consistent recovery points impact performance?
230
230
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.
232
232
233
233
#### What's the minimum frequency for generating app-consistent recovery points?
Copy file name to clipboardExpand all lines: articles/vpn-gateway/whats-new.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
@@ -1,4 +1,4 @@
1
-
---
1
+
---
2
2
title: What's new in Azure VPN Gateway?
3
3
description: Learn what's new with Azure VPN Gateway such as the latest release notes, known issues, bug fixes, deprecated functionality, and upcoming changes.
Copy file name to clipboardExpand all lines: includes/expressroute-gateway-performance-include.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,15 @@ This table applies to both the Azure Resource Manager and classic deployment mod
25
25
| **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
26
26
| **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
27
27
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.
29
37
> [!NOTE]
30
38
> 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.
0 commit comments