Skip to content

Commit 423e3bd

Browse files
Merge pull request #312576 from MicrosoftDocs/main
Auto Publish – main to live - 2026-03-04 12:00 UTC
2 parents bc2ab1f + 1d5c214 commit 423e3bd

15 files changed

Lines changed: 205 additions & 40 deletions

articles/container-apps/how-to-integrate-with-azure-front-door.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Access an Azure container app using an Azure Front Door
3-
description: Learn how to access an Azure container app using an Azure Front Door.
2+
title: Access an Azure container app using an Azure Front Door with Private Link
3+
description: Learn how to access an Azure container app using an Azure Front Door with Private Link
44
services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
@@ -17,7 +17,7 @@ zone_pivot_groups: azure-cli-or-portal
1717

1818
# Create a private link to an Azure Container App with Azure Front Door
1919

20-
In this article, you learn how to connect directly from Azure Front Door to your Azure Container Apps using a private link instead of the public internet. In this tutorial, you create an Azure Container Apps workload profiles environment, an Azure Front Door, and connect them securely through a private link. You then verify the connectivity between your container app and the Azure Front Door.
20+
In this article, you learn how to connect directly from Azure Front Door to your Azure Container Apps using a private link instead of the public internet. In this tutorial, you will create an Azure Container Apps workload profiles environment, an Azure Front Door, and connect them securely through a private link. You then verify the connectivity between your container app and the Azure Front Door.
2121

2222
> [!IMPORTANT]
2323
> There are [additional charges](./private-endpoints-with-dns.md#billing) for enabling private endpoints in both the Dedicated and Consumption plans.
@@ -419,6 +419,9 @@ az group delete --name $RESOURCE_GROUP
419419

420420
::: zone-end
421421

422+
> [!NOTE]
423+
> Zone-redundant Container Apps environments with an internal Virtual IP use internal load balancers (ILB) with IP-based backend pools. Because Private Link Service does not support ILBs with IP-based backend pools, a Front Door → Private Link Service → ILB topology is unavailable for zone-redundant environments. Instead use a private endpoint to connect Azure Front Door to your Container Apps environment like the method mentioned in this article. This method is compatible with both zone-redundant and non-zone-redundant configurations.
424+
422425
> [!TIP]
423426
> Having issues? Let us know on GitHub by opening an issue in the [Azure Container Apps repo](https://github.com/microsoft/azure-container-apps).
424427

articles/defender-for-iot/organizations/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
displayName: shell, login, cli, command-line, commands, users, user
388388
href: references-work-with-defender-for-iot-cli-commands.md
389389
- name: OT sensor CLI reference
390-
displayName: shell, login, cli, command-line, commands, users, user
390+
displayName: shell, login, cli, command-line, commands, users, user, capture filter, capture filters
391391
href: cli-ot-sensor.md
392392
- name: API reference
393393
items:

articles/defender-for-iot/organizations/cli-ot-sensor.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: CLI command reference from OT network sensors- Microsoft Defender for IoT
3-
description: Learn about the CLI commands available from Microsoft Defender for IoT OT network sensors.
3+
description: Learn about the CLI commands available from Microsoft Defender for IoT OT network sensors, including capture filters.
44
ms.date: 12/19/2023
55
ms.topic: reference
66
---
@@ -9,6 +9,9 @@ ms.topic: reference
99

1010
This article lists the CLI commands available from Defender for IoT OT network sensors.
1111

12+
> [!TIP]
13+
> To reduce alert fatigue and focus your network monitoring on high priority traffic, you may decide to filter the traffic that streams into Defender for IoT at the source. For more information, see [Traffic capture filters](#traffic-capture-filters).
14+
1215
[!INCLUDE [caution do not use manual configurations](includes/caution-manual-configurations.md)]
1316

1417
## Prerequisites

articles/defender-for-iot/organizations/how-to-control-what-traffic-is-monitored.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,11 @@ If you're working with dynamic networks, you need to handle IP addresses changes
214214

215215
1. Select **Save** to save your changes.
216216

217-
## Configure traffic filters (advanced)
217+
## Configure traffic capture filters (advanced)
218218

219219
To reduce alert fatigue and focus your network monitoring on high priority traffic, you may decide to filter the traffic that streams into Defender for IoT at the source. Capture filters are configured via the OT sensor CLI, and allow you to block high-bandwidth traffic at the hardware layer, optimizing both appliance performance and resource usage.
220220

221-
For more information, see:
222-
223-
- [Defender for IoT CLI users and access](references-work-with-defender-for-iot-cli-commands.md)
221+
For more information, see [Traffic capture filters](cli-ot-sensor.md#traffic-capture-filters).
224222

225223
## Next steps
226224

articles/expressroute/TOC.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -299,22 +299,6 @@
299299
href: customer-controlled-gateway-maintenance.md
300300
- name: Support for working remotely
301301
href: ../networking/working-remotely-support.md?toc=/azure/expressroute/toc.json
302-
- name: Troubleshoot
303-
items:
304-
- name: Troubleshoot gateway migration
305-
href: /troubleshoot/azure/expressroute/gateway-migration-error-messaging
306-
- name: Obtain correlation ID
307-
href: /troubleshoot/azure/expressroute/get-correlation-id
308-
- name: Verifying ExpressRoute connectivity
309-
href: /troubleshoot/azure/expressroute/expressroute-troubleshooting-expressroute-overview
310-
- name: Resolving network performance issues
311-
href: /troubleshoot/azure/expressroute/expressroute-troubleshooting-network-performance
312-
- name: Reset a failed circuit
313-
href: /troubleshoot/azure/expressroute/reset-circuit
314-
- name: Getting ARP tables
315-
href: /troubleshoot/azure/expressroute/expressroute-troubleshooting-arp-resource-manager
316-
- name: Questions & answers
317-
href: /answers/tags/225/azure-expressroute
318302
- name: Reference
319303
items:
320304
- name: Monitoring data reference
@@ -377,3 +361,6 @@
377361
- name: Configure ExpressRoute and S2S coexisting connections
378362
href: expressroute-howto-coexist-classic.md
379363
- name: Change circuit from classic to Resource Manager
364+
href: expressroute-howto-move-arm.md
365+
- name: Support and troubleshooting for ExpressRoute
366+
href: expressroute-support-help.md
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: Azure ExpressRoute support and help options
3+
description: How to obtain help and support for questions or problems when you create solutions using Azure ExpressRoute.
4+
author: duongau
5+
ms.author: duau
6+
ms.service: azure-expressroute
7+
ms.topic: troubleshooting
8+
ms.date: 03/03/2026
9+
ms.custom: support-help-page
10+
11+
# Customer intent: As a network engineer or cloud solutions architect, I want to access troubleshooting resources and support options for Azure ExpressRoute, so that I can efficiently resolve connectivity issues and ensure reliable hybrid network connectivity.
12+
---
13+
14+
# Support and troubleshooting for Azure ExpressRoute
15+
16+
Here are suggestions for where you can get help when developing your Azure ExpressRoute solutions.
17+
18+
## Self help troubleshooting
19+
20+
Various articles explain how to determine, diagnose, and fix issues that you might encounter when using Azure ExpressRoute. Use these articles to troubleshoot connectivity problems, performance issues, circuit configuration, and more.
21+
22+
For a full list of self help troubleshooting content, see [Azure ExpressRoute troubleshooting documentation](/troubleshoot/azure/expressroute/welcome-expressroute).
23+
24+
25+
## Post a question on Microsoft Q&A
26+
27+
For quick and reliable answers on your technical product questions from Microsoft Engineers, Azure Most Valuable Professionals (MVPs), or our expert community, engage with us on [Microsoft Q&A](/answers/products/azure), Azure's preferred destination for community support.
28+
29+
If you can't find an answer to your problem using search, submit a new question to Microsoft Q&A. Use the [azure-expressroute](/answers/tags/225/azure-expressroute) tag when asking your question.
30+
31+
## Create an Azure support request
32+
33+
Explore the range of [Azure support options and choose the plan](https://azure.microsoft.com/support/plans) that best fits, whether you're a developer just starting your cloud journey or a large organization deploying business-critical, strategic applications. Azure customers can create and manage support requests in the Azure portal.
34+
35+
- If you already have an Azure Support Plan, [open a support request here](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
36+
37+
- To sign up for a new Azure Support Plan, [compare support plans](https://azure.microsoft.com/support/plans/) and select the plan that works for you.
38+
39+
40+
## Create a GitHub issue
41+
42+
If you need help with the language and tools used to develop and manage Azure ExpressRoute, open an issue in its repository on GitHub.
43+
44+
| Library | GitHub issues URL|
45+
| --- | --- |
46+
| Azure PowerShell | https://github.com/Azure/azure-powershell/issues |
47+
| Azure CLI | https://github.com/Azure/azure-cli/issues |
48+
| Azure REST API | https://github.com/Azure/azure-rest-api-specs/issues |
49+
| Azure SDK for Java | https://github.com/Azure/azure-sdk-for-java/issues |
50+
| Azure SDK for Python | https://github.com/Azure/azure-sdk-for-python/issues |
51+
| Azure SDK for .NET | https://github.com/Azure/azure-sdk-for-net/issues |
52+
| Azure SDK for JavaScript | https://github.com/Azure/azure-sdk-for-js/issues |
53+
| Terraform | https://github.com/Azure/terraform/issues |
54+
55+
56+
## Stay informed of updates and new releases
57+
58+
Learn about important product updates, roadmap, and announcements in [Azure Updates](https://azure.microsoft.com/updates/?product=expressroute).
59+
60+
News and information about Azure ExpressRoute is shared at the [Azure blog](https://azure.microsoft.com/blog/).
61+
62+
## Next step
63+
64+
Learn more about [Azure ExpressRoute](index.yml)
-40.7 KB
Binary file not shown.

articles/frontdoor/TOC.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -271,22 +271,10 @@
271271
href: understanding-pricing.md
272272
- name: CDN and Front Door price comparison
273273
href: compare-cdn-front-door-price.md
274-
- name: Troubleshoot
275-
items:
276-
- name: Troubleshoot with RefString
277-
href: /troubleshoot/azure/front-door/refstring
278-
- name: Troubleshoot Front Door issues
279-
href: /troubleshoot/azure/front-door/troubleshoot-issues
280-
- name: Troubleshoot Front Door performance issues
281-
href: /troubleshoot/azure/front-door/troubleshoot-performance-issues
282-
- name: Troubleshoot file compression
283-
href: /troubleshoot/azure/front-door/troubleshoot-compression
284-
- name: Allowed certificate authorities
285-
href: https://ccadb.my.salesforce-sites.com/microsoft/IncludedCACertificateReportForMSFT
286274
- name: Subscription offers and bandwidth throttling
287275
href: standard-premium/subscription-offers.md
288-
- name: Questions & answers
289-
href: /answers/tags/96/azure-front-door
276+
- name: Support and troubleshooting
277+
href: support-help.md
290278
- name: CDN and Front Door (classic)
291279
items:
292280
- name: Get started
@@ -514,6 +502,8 @@
514502
href: https://azure.microsoft.com/pricing/calculator/
515503
- name: Service updates
516504
href: https://azure.microsoft.com/updates/?product=frontdoor
505+
- name: Allowed certificate authorities
506+
href: https://ccadb.my.salesforce-sites.com/microsoft/IncludedCACertificateReportForMSFT
517507
- name: CDN
518508
items:
519509
- name: Azure Content Delivery Network billing
@@ -532,3 +522,4 @@
532522
href: /shows/Inside-Azure-for-IT/?products=azure-cdn
533523
- name: Networking blog
534524
href: https://techcommunity.microsoft.com/category/azure/blog/azurenetworkingblog
525+

articles/frontdoor/support-help.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: Support and Troubleshooting
3+
titleSuffix: Azure Front Door
4+
description: How to obtain help and support for questions or problems when you create solutions using Azure Front Door.
5+
author: halkazwini
6+
ms.author: halkazwini
7+
ms.service: azure-frontdoor
8+
ms.topic: troubleshooting
9+
ms.date: 03/03/2026
10+
ms.custom: support-help-page
11+
12+
# Customer intent: As a network engineer or cloud solutions architect, I want to access troubleshooting resources and support options for Azure Front Door, so that I can efficiently resolve connectivity issues and ensure reliable hybrid network connectivity.
13+
---
14+
15+
# Support and troubleshooting for Azure Front Door
16+
17+
Here are suggestions for where you can get help when developing your Azure Front Door solutions.
18+
19+
## Self help troubleshooting
20+
21+
Various articles explain how to determine, diagnose, and fix issues that you might encounter when using Azure Front Door. Use these articles to troubleshoot connectivity problems, performance issues, circuit configuration, and more.
22+
23+
For a full list of self help troubleshooting content, see [Azure Front Door troubleshooting documentation](/troubleshoot/azure/front-door/welcome-front-door).
24+
25+
26+
## Post a question on Microsoft Q&A
27+
28+
For quick and reliable answers on your technical product questions from Microsoft Engineers, Azure Most Valuable Professionals (MVPs), or our expert community, engage with us on [Microsoft Q&A](/answers/products/azure), Azure's preferred destination for community support.
29+
30+
If you can't find an answer to your problem using search, submit a new question to Microsoft Q&A. Use one of the following tags when asking your question:
31+
32+
| Area | Tag |
33+
| --- | --- |
34+
| Azure Front Door | [azure-front-door](/answers/topics/azure-front-door.html) |
35+
| CDN Standard from Microsoft (classic) | [azure-cdn](/answers/topics/azure-cdn.html) |
36+
37+
## Create an Azure support request
38+
39+
Explore the range of [Azure support options and choose the plan](https://azure.microsoft.com/support/plans) that best fits, whether you're a developer just starting your cloud journey or a large organization deploying business-critical, strategic applications. Azure customers can create and manage support requests in the Azure portal.
40+
41+
- If you already have an Azure Support Plan, [open a support request here](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest).
42+
43+
- To sign up for a new Azure Support Plan, [compare support plans](https://azure.microsoft.com/support/plans/) and select the plan that works for you.
44+
45+
## Create a GitHub issue
46+
47+
If you need help with the language and tools used to develop and manage Azure Front Door, open an issue in its repository on GitHub.
48+
49+
| Library | GitHub issues URL|
50+
| --- | --- |
51+
| Azure PowerShell | https://github.com/Azure/azure-powershell/issues |
52+
| Azure CLI | https://github.com/Azure/azure-cli/issues |
53+
| Azure REST API | https://github.com/Azure/azure-rest-api-specs/issues |
54+
| Azure SDK for Java | https://github.com/Azure/azure-sdk-for-java/issues |
55+
| Azure SDK for Python | https://github.com/Azure/azure-sdk-for-python/issues |
56+
| Azure SDK for .NET | https://github.com/Azure/azure-sdk-for-net/issues |
57+
| Azure SDK for JavaScript | https://github.com/Azure/azure-sdk-for-js/issues |
58+
| Terraform | https://github.com/Azure/terraform/issues |
59+
60+
61+
## Stay informed of updates and new releases
62+
63+
Learn about important product updates, roadmap, and announcements in [Azure Front Door Updates](https://azure.microsoft.com/updates/?filters=%5B"Azure+Front+Door"%5D).
64+
65+
News and information about Azure Front Door is shared at the [Azure blog](https://azure.microsoft.com/blog/).
66+
67+
## Next step
68+
69+
Learn more about [Azure Front Door](index.yml)

articles/iot-operations/deploy-iot-ops/concept-production-guidelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Consider the following measures to ensure your cluster setup is secure before de
4545
* Use [user-assigned managed identities](./howto-enable-secure-settings.md#set-up-a-user-assigned-managed-identity-for-cloud-connections) for cloud connections.
4646
* Keep your cluster and Azure IoT Operations deployment up to date with the latest patches and minor releases to get all available security and bug fixes.
4747

48+
[!INCLUDE [aks-imds-restriction](../includes/aks-imds-restriction.md)]
49+
4850
### Networking
4951

5052
If you use enterprise firewalls or proxies, add the [Azure IoT Operations endpoints](./overview-deploy.md#azure-iot-operations-endpoints) to your allow list.

0 commit comments

Comments
 (0)