Skip to content

Commit 3ef2860

Browse files
Merge pull request #312521 from MicrosoftDocs/main
Auto Publish – main to live - 2026-03-03 06:00 UTC
2 parents 669befc + 072abf5 commit 3ef2860

37 files changed

Lines changed: 217 additions & 2970 deletions

File tree

.openpublishing.redirection.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6974,6 +6974,34 @@
69746974
"source_path": "articles/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller.md",
69756975
"redirect_url": "/azure/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller-addon",
69766976
"redirect_document_id": false
6977+
},
6978+
{
6979+
"source_path": "articles/virtual-network/virtual-network-test-latency.md",
6980+
"redirect_url": "/troubleshoot/azure/virtual-network/virtual-network-test-latency"
6981+
},
6982+
{
6983+
"source_path": "articles/virtual-network/virtual-network-bandwidth-testing.md",
6984+
"redirect_url": "/troubleshoot/azure/virtual-network/virtual-network-bandwidth-testing"
6985+
},
6986+
{
6987+
"source_path": "articles/virtual-network/troubleshoot-vm-connectivity.md",
6988+
"redirect_url": "/troubleshoot/azure/virtual-network/troubleshoot-vm-connectivity"
6989+
},
6990+
{
6991+
"source_path": "articles/virtual-network/troubleshoot-outbound-smtp-connectivity.md",
6992+
"redirect_url": "/troubleshoot/azure/virtual-network/troubleshoot-outbound-smtp-connectivity"
6993+
},
6994+
{
6995+
"source_path": "articles/virtual-network/virtual-network-troubleshoot-peering-issues.md",
6996+
"redirect_url": "/troubleshoot/azure/virtual-network/virtual-network-troubleshoot-peering-issues"
6997+
},
6998+
{
6999+
"source_path": "articles/virtual-network/virtual-network-troubleshoot-connectivity-problem-between-vms.md",
7000+
"redirect_url": "/troubleshoot/azure/virtual-network/virtual-network-troubleshoot-connectivity-problem-between-vms"
7001+
},
7002+
{
7003+
"source_path": "articles/virtual-network/virtual-network-troubleshoot-cannot-delete-vnet.md",
7004+
"redirect_url": "/troubleshoot/azure/virtual-network/virtual-network-troubleshoot-cannot-delete-vnet"
69777005
}
69787006
]
69797007
}
Binary file not shown.
44.4 KB
Loading
Binary file not shown.
59.9 KB
Loading

articles/app-service/overview-app-gateway-integration.md

Lines changed: 39 additions & 36 deletions
Large diffs are not rendered by default.

articles/azure-netapp-files/azure-netapp-files-network-topologies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: ram-kakani
66
ms.service: azure-netapp-files
77
ms.topic: concept-article
8-
ms.date: 04/03/2025
8+
ms.date: 03/03/2026
99
ms.author: ramakk
1010
ms.custom: references_regions
1111
# Customer intent: "As a network architect, I want to design a network architecture for Azure NetApp Files, so that I can ensure effective connectivity and optimal performance for my workloads in both cloud-native and hybrid environments."
@@ -52,6 +52,7 @@ The following table describes what’s supported for each network features confi
5252
| Load balancers for Azure NetApp Files traffic | No | No |
5353
| Dual stack (IPv4 and IPv6) VNet | No <br> (IPv4 only supported) | No <br> (IPv4 only supported) |
5454
| Traffic routed via NVA from peered VNet | Yes | No |
55+
| Standard V2 NAT GW support | No | No |
5556

5657
### Supported network topologies
5758

articles/iot-edge/how-to-provision-devices-at-scale-linux-symmetric.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create and provision Azure IoT Edge devices using symmetric keys on Linux
33
description: 'Deploy IoT Edge at scale: Use symmetric keys to provision multiple Linux devices with Azure IoT Hub device provisioning service.'
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 02/20/2026
6+
ms.date: 03/02/2026
77
ms.topic: concept-article
88
ms.service: azure-iot-edge
99
ms.custom:
@@ -118,7 +118,7 @@ nano ~/config.toml
118118

119119
1. Optionally, find the auto reprovisioning mode section of the file. Use the `auto_reprovisioning_mode` parameter to set your device's reprovisioning behavior. **Dynamic** - Reprovision when the device detects that it can be moved from one IoT Hub to another. This is the default. **AlwaysOnStartup** - Reprovision when the device is rebooted or a crash causes the daemons to restart. **OnErrorOnly** - Never trigger device reprovisioning automatically. Each mode has an implicit device reprovisioning fallback if the device can't connect to IoT Hub during identity provisioning because of connectivity errors. For more information, see [IoT Hub device reprovisioning concepts](../iot-dps/concepts-device-reprovision.md).
120120

121-
1. Optionally, uncomment the `payload` parameter to specify the path to a local JSON file. The contents of the file are [sent to DPS as additional data](../iot-dps/how-to-send-additional-data.md#iot-edge-support) when the device registers. This is useful for [custom allocation](../iot-dps/how-to-use-custom-allocation-policies.md). For example, if you want to allocate your devices based on an IoT Plug and Play model ID without human intervention.
121+
1. Optionally, uncomment the `payload` parameter to specify the path to a local JSON file. The contents of the file are [sent to DPS as additional data](../iot-dps/how-to-send-additional-data.md#iot-edge-support) when the device registers. This is useful for [custom allocation](../iot-dps/tutorial-custom-allocation-policies.md). For example, if you want to allocate your devices based on an IoT Plug and Play model ID without human intervention.
122122

123123
1. Save and close the file.
124124

articles/iot-edge/how-to-provision-devices-at-scale-linux-tpm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use a simulated TPM on a Linux device to test the Azure IoT Hub dev
44
author: sethmanheim
55
ms.author: sethm
66
manager: lizross
7-
ms.date: 04/30/2025
7+
ms.date: 03/02/2026
88
ms.topic: concept-article
99
ms.service: azure-iot-edge
1010
ms.custom: linux-related-content
@@ -275,7 +275,7 @@ nano ~/config.toml
275275

276276
1. Optionally, find the auto reprovisioning mode section of the file. Use the `auto_reprovisioning_mode` parameter to configure your device's reprovisioning behavior. **Dynamic** - Reprovision when the device detects that it may have been moved from one IoT Hub to another. This is the default. **AlwaysOnStartup** - Reprovision when the device is rebooted or a crash causes the daemons to restart. **OnErrorOnly** - Never trigger device reprovisioning automatically. Each mode has an implicit device reprovisioning fallback if the device is unable to connect to IoT Hub during identity provisioning due to connectivity errors. For more information, see [IoT Hub device reprovisioning concepts](../iot-dps/concepts-device-reprovision.md).
277277

278-
1. Optionally, uncomment the `payload` parameter to specify the path to a local JSON file. The contents of the file is [sent to DPS as additional data](../iot-dps/how-to-send-additional-data.md#iot-edge-support) when the device registers. This is useful for [custom allocation](../iot-dps/how-to-use-custom-allocation-policies.md). For example, if you want to allocate your devices based on an IoT Plug and Play model ID without human intervention.
278+
1. Optionally, uncomment the `payload` parameter to specify the path to a local JSON file. The contents of the file is [sent to DPS as additional data](../iot-dps/how-to-send-additional-data.md#iot-edge-support) when the device registers. This is useful for [custom allocation](../iot-dps/tutorial-custom-allocation-policies.md). For example, if you want to allocate your devices based on an IoT Plug and Play model ID without human intervention.
279279

280280
1. Save and close the file.
281281

articles/iot-edge/how-to-provision-devices-at-scale-linux-x509.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ identity_pk = "DEVICE_IDENTITY_PRIVATE_KEY_HERE" # For example, "file:///var/s
171171

172172
1. Optionally, find the auto reprovisioning mode section of the file. Use the `auto_reprovisioning_mode` parameter to configure your device's reprovisioning behavior. **Dynamic** - Reprovision when the device detects that it can have been moved from one IoT Hub to another. This is the default. **AlwaysOnStartup** - Reprovision when the device is rebooted or a crash causes the daemons to restart. **OnErrorOnly** - Never trigger device reprovisioning automatically. Each mode has an implicit device reprovisioning fallback if the device can't connect to IoT Hub during identity provisioning because of connectivity errors. For more information, see [IoT Hub device reprovisioning concepts](../iot-dps/concepts-device-reprovision.md).
173173

174-
1. Optionally, uncomment the `payload` parameter to specify the path to a local JSON file. The contents of the file are [sent to DPS as additional data](../iot-dps/how-to-send-additional-data.md#iot-edge-support) when the device registers. This is useful for [custom allocation](../iot-dps/how-to-use-custom-allocation-policies.md). For example, if you want to allocate your devices based on an IoT Plug and Play model ID without human intervention.
174+
1. Optionally, uncomment the `payload` parameter to specify the path to a local JSON file. The contents of the file are [sent to DPS as additional data](../iot-dps/how-to-send-additional-data.md#iot-edge-support) when the device registers. This is useful for [custom allocation](../iot-dps/tutorial-custom-allocation-policies.md). For example, if you want to allocate your devices based on an IoT Plug and Play model ID without human intervention.
175175

176176
1. Save and close the file.
177177

0 commit comments

Comments
 (0)