Skip to content

Commit 3b605b0

Browse files
authored
Merge pull request #292577 from MicrosoftDocs/main
1/3/2025 AM IST Publish
2 parents a1edd7b + 22c4c95 commit 3b605b0

18 files changed

+437
-551
lines changed

articles/automation/automation-subscription-limits-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Azure Automation will soon revise its service and subscription limits to ensure
1414

1515
## Revised limits
1616

17-
For more information on the current service and subscription limits, see [Automation limits](https://learn.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits#process-automation).
17+
For more information on the current service and subscription limits, see [Automation limits](../azure-resource-manager/management/azure-subscription-service-limits.md#process-automation).
1818

1919
The following limits would be changed:
2020
- Maximum number of active Automation accounts in a subscription in a region.

articles/automation/change-tracking/guidance-migration-log-analytics-monitoring-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Using the Azure portal, you can migrate from Change Tracking & Inventory with LA
2323
- Migrate multiples VMs on LA version solution within a particular Automation Account.
2424

2525
> [!NOTE]
26-
> File Integrity Monitoring (FIM) using [Microsoft Defender for Endpoint (MDE)](https://learn.microsoft.com/azure/defender-for-cloud/file-integrity-monitoring-enable-defender-endpoint) is now currently available. Follow the guidance to migrate from:
27-
> - [FIM with Change Tracking and Inventory using AMA](https://learn.microsoft.com/azure/defender-for-cloud/migrate-file-integrity-monitoring#migrate-from-fim-over-ama).
28-
> - [FIM with Change Tracking and Inventory using MMA](https://learn.microsoft.com/azure/defender-for-cloud/migrate-file-integrity-monitoring#migrate-from-fim-over-mma).
26+
> File Integrity Monitoring (FIM) using [Microsoft Defender for Endpoint (MDE)](/azure/defender-for-cloud/file-integrity-monitoring-enable-defender-endpoint) is now currently available. Follow the guidance to migrate from:
27+
> - [FIM with Change Tracking and Inventory using AMA](/azure/defender-for-cloud/migrate-file-integrity-monitoring#migrate-from-fim-over-ama).
28+
> - [FIM with Change Tracking and Inventory using MMA](/azure/defender-for-cloud/migrate-file-integrity-monitoring#migrate-from-fim-over-mma).
2929
3030
## Onboarding to Change tracking and inventory using Azure Monitoring Agent
3131

articles/automation/change-tracking/overview-monitoring-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ ms.service: azure-automation
1717
This article explains on the latest version of change tracking support using Azure Monitoring Agent as a singular agent for data collection.
1818

1919
> [!NOTE]
20-
> File Integrity Monitoring (FIM) using [Microsoft Defender for Endpoint (MDE)](https://learn.microsoft.com/azure/defender-for-cloud/file-integrity-monitoring-enable-defender-endpoint) is now currently available. If you have FIM configured with either AMA or LA, follow the guidance to migrate from:
21-
> - [FIM with Change Tracking and Inventory using AMA](https://learn.microsoft.com/azure/defender-for-cloud/migrate-file-integrity-monitoring#migrate-from-fim-over-ama).
22-
> - [FIM with Change Tracking and Inventory using MMA](https://learn.microsoft.com/azure/defender-for-cloud/migrate-file-integrity-monitoring#migrate-from-fim-over-mma).
20+
> File Integrity Monitoring (FIM) using [Microsoft Defender for Endpoint (MDE)](/azure/defender-for-cloud/file-integrity-monitoring-enable-defender-endpoint) is now currently available. If you have FIM configured with either AMA or LA, follow the guidance to migrate from:
21+
> - [FIM with Change Tracking and Inventory using AMA](/azure/defender-for-cloud/migrate-file-integrity-monitoring#migrate-from-fim-over-ama).
22+
> - [FIM with Change Tracking and Inventory using MMA](/azure/defender-for-cloud/migrate-file-integrity-monitoring#migrate-from-fim-over-mma).
2323
2424
## What is Change Tracking & Inventory
2525

articles/azure-web-pubsub/socket-io-serverless-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-web-pubsub
99
ms.topic: tutorial
1010
---
1111

12-
# Quickstart: Build chat app with Azure Function in Socket.IO Serverless Mode (Preview)
12+
# Quickstart: Build chat app with Azure Function in Socket.IO Serverless Mode
1313

1414
In this article, you'll learn how to build a chat app using Web PubSub for Socket.IO in Serverless Mode with Azure Functions. The tutorial will guide you through securing your app with identity-based authentication, while working online.
1515

articles/azure-web-pubsub/socket-io-serverless-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-web-pubsub
99
ms.topic: tutorial
1010
---
1111

12-
# Tutorial: Build chat app with Azure Function in Serverless Mode (Preview)
12+
# Tutorial: Build chat app with Azure Function in Serverless Mode
1313

1414
This tutorial walks you through how to create a Web PubSub for Socket.IO service in Serverless Mode and build a chat app integrating with Azure Function.
1515

articles/containers/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ metadata:
77
description: Learn how to use Azure container services to manage and develop cloud-based container applications.
88
ms.author: rayoflores
99
ms.topic: hub-page
10+
ms.date: 09/17/2024
1011
ms.service: azure
1112

1213
highlightedContent:

articles/digital-twins/how-to-enable-private-link.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,11 @@ For a sample template that allows an Azure function to connect to Azure Digital
244244

245245
This template creates an Azure Digital Twins instance, a virtual network, an Azure function connected to the virtual network, and a Private Link connection to make the Azure Digital Twins instance accessible to the Azure function through a private endpoint.
246246

247-
## Troubleshoot
247+
## Limitations and troubleshooting
248248

249-
Here are some common issues that might arise when using Private Link with Azure Digital Twins.
249+
A limitation of using Private Link with Azure Digital Twins is that cross-tenant scenarios are not supported.
250+
251+
For troubleshooting, here are some common issues that might arise:
250252

251253
* **Issue:** When trying to access Azure Digital Twins APIs, you see an HTTP error code 403 with the following error in the response body:
252254
```json
@@ -266,9 +268,6 @@ Here are some common issues that might arise when using Private Link with Azure
266268

267269
For more Private Link troubleshooting suggestions, see [Troubleshoot Azure Private Endpoint connectivity problems](../private-link/troubleshoot-private-endpoint-connectivity.md).
268270

269-
## Limitation:
270-
Cross-tenant scenarios are not supported by Azure Digital Twins.
271-
272271
## Next steps
273272

274273
Quickly set up a protected environment with Private Link using an ARM template: [Azure Digital Twins with Azure function and Private Link](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.digitaltwins/digitaltwins-with-function-private-link).
-365 Bytes
Loading
628 Bytes
Loading
-1.4 KB
Loading

0 commit comments

Comments
 (0)