Skip to content

Commit a659688

Browse files
authored
Merge pull request #296467 from MicrosoftDocs/main
3/17/2025 PM Publish
2 parents d4a42df + 1d52318 commit a659688

File tree

756 files changed

+1858
-3015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

756 files changed

+1858
-3015
lines changed

articles/api-management/migrate-stv1-to-stv2-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66
ms.service: azure-api-management
77
ms.custom:
88
ms.topic: how-to
9-
ms.date: 02/19/2025
9+
ms.date: 03/10/2025
1010
ms.author: danlep
1111
---
1212

articles/automation/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Azure Automation overview
33
description: This article tells what Azure Automation is and how to use it to automate the lifecycle of infrastructure and applications.
44
services: automation
5-
keywords: azure automation, DSC, powershell, state configuration, update management, change tracking, DSC, inventory, runbooks, python, graphical
6-
ms.date: 11/05/2024
5+
keywords: azure automation, DSC, powershell, state configuration, change tracking, DSC, inventory, runbooks, python, graphical
6+
ms.date: 03/17/2025
77
ms.topic: overview
88
ms.custom: linux-related-content
99
---
@@ -16,7 +16,7 @@ Automation is needed in three broad areas of cloud operations:
1616
* Response - Create event-based automation to diagnose and resolve issues.
1717
* Orchestrate - Orchestrate and integrate your automation with other Azure or third party services and products.
1818

19-
Azure Automation delivers a cloud-based automation, operating system updates, and configuration service that supports consistent management across your Azure and non-Azure environments. It includes process automation, configuration management, update management, shared capabilities, and heterogeneous features.
19+
Azure Automation delivers a cloud-based automation, operating system updates, and configuration service that supports consistent management across your Azure and non-Azure environments. It includes process automation, configuration management, shared capabilities, and heterogeneous features.
2020

2121
:::image type="content" source="./media/overview/automation-overview.png" alt-text="Diagram shows the Automation capabilities." lightbox="./media/overview/automation-overview.png":::
2222

@@ -69,7 +69,7 @@ Azure Automation supports [source control integration](source-control-integratio
6969

7070
Automation is designed to work across Windows and Linux physical servers and virtual machines outside of Azure, on your corporate network, or other cloud provider. It delivers a consistent way to automate and configure deployed workloads and the operating systems that run them. The Hybrid Runbook Worker feature of Azure Automation enables running runbooks directly on the non-Azure physical server or virtual machine hosting the role, and against resources in the environment to manage those local resources.
7171

72-
Through [Arc-enabled servers](/azure/azure-arc/servers/overview), it provides a consistent deployment and management experience for your non-Azure machines. It enables integration with the Automation service using the VM extension framework to deploy the Hybrid Runbook Worker role, and simplify onboarding to Update Management and Change Tracking and Inventory.
72+
Through [Arc-enabled servers](/azure/azure-arc/servers/overview), it provides a consistent deployment and management experience for your non-Azure machines. It enables integration with the Automation service using the VM extension framework to deploy the Hybrid Runbook Worker role, and simplify onboarding Change Tracking and Inventory using AMA.
7373

7474
## Common scenarios
7575

@@ -108,9 +108,9 @@ Azure Automation supports management throughout the lifecycle of your infrastruc
108108

109109
Depending on your requirements, one or more of the following Azure services integrate with or complement Azure Automation to help fulfill them:
110110

111-
* [Azure Arc-enabled servers](/azure/azure-arc/servers/overview) enables simplified onboarding of hybrid machines to Update Management, Change Tracking and Inventory, and the Hybrid Runbook Worker role.
111+
* [Azure Arc-enabled servers](/azure/azure-arc/servers/overview) enables simplified onboarding of hybrid machines to Change Tracking and Inventory using AMA, and the Hybrid Runbook Worker role.
112112
* [Azure Alerts action groups](/azure/azure-monitor/alerts/action-groups) can initiate an Automation runbook when an alert is raised.
113-
* [Azure Monitor](/azure/azure-monitor/overview) to collect metrics and log data from your Automation account for further analysis and take action on the telemetry. Automation features such as Update Management and Change Tracking and Inventory rely on the Log Analytics workspace to deliver elements of their functionality.
113+
* [Azure Monitor](/azure/azure-monitor/overview) to collect metrics and log data from your Automation account for further analysis and take action on the telemetry.
114114
* [Azure Policy](../governance/policy/samples/built-in-policies.md) includes initiative definitions to help establish and maintain compliance with different security standards for your Automation account.
115115
* [Azure Site Recovery](../site-recovery/site-recovery-runbook-automation.md) can use Azure Automation runbooks to automate recovery plans.
116116

articles/azure-functions/functions-develop-vs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to develop and test Azure Functions by using Azure Functi
44
ms.devlang: csharp
55
ms.custom: devdivchpfy22
66
ms.topic: conceptual
7-
ms.date: 01/30/2024
7+
ms.date: 03/17/2025
88
zone_pivot_groups: function-worker-process
99
---
1010

@@ -213,7 +213,7 @@ As with triggers, input and output bindings are added to your function as bindin
213213
214214
The connection to Queue storage is obtained from the `QueueStorage` setting. For more information, see the reference article for the specific binding.
215215
216-
For a full list of the bindings supported by Functions, see [Supported bindings](functions-triggers-bindings.md?tabs=csharp#supported-bindings).
216+
For a full list of the bindings supported by Functions, see [Supported bindings](functions-triggers-bindings.md?tabs=csharp#supported-bindings). For a more complete example of this scenario, see [Connect functions to Azure Storage using Visual Studio](functions-add-output-binding-storage-queue-vs.md).
217217
218218
## Run functions locally
219219

articles/data-factory/airflow-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Supported Apache Airflow configurations
33
description: This article enumerates the Apache Airflow configurations supported by the Workflow Orchestration Manager.
44
author: nabhishek
55
ms.author: abnarain
6-
ms.reviewer: jburchel
6+
ms.reviewer: whhender
77
ms.topic: how-to
88
ms.date: 02/13/2025
99
---

articles/data-factory/airflow-get-ip-airflow-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Retrieve the IP address of a Workflow Orchestration Manager cluster
33
description: This article provides step-by-step instructions to retrieve the IP address of a Workflow Orchestration Manager's cluster.
44
author: nabhishek
55
ms.author: abnarain
6-
ms.reviewer: jburchel
6+
ms.reviewer: whhender
77
ms.topic: how-to
88
ms.date: 02/13/2025
99
---

articles/data-factory/airflow-install-private-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install a Private package
33
description: This article provides step-by-step instructions on how to install a private package in a Workflow Orchestration Manager runtime.
44
author: nabhishek
55
ms.author: abnarain
6-
ms.reviewer: jburchel
6+
ms.reviewer: whhender
77
ms.topic: how-to
88
ms.date: 02/13/2025
99
---

articles/data-factory/airflow-sync-github-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Sync a GitHub repository in Workflow Orchestration Manager
33
description: This article provides step-by-step instructions for how to sync a GitHub repository by using Workflow Orchestration Manager in Azure Data Factory.
44
author: nabhishek
55
ms.author: abnarain
6-
ms.reviewer: jburchel
6+
ms.reviewer: whhender
77
ms.topic: how-to
88
ms.date: 02/13/2025
99
---

articles/data-factory/apply-dataops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Applying DataOps
33
description: Learn how to apply DataOps to Azure Data Factory.
44
author: kromerm
55
ms.author: makromer
6-
ms.reviewer: jburchel
6+
ms.reviewer: whhender
77
ms.topic: conceptual
88
ms.date: 01/05/2024
99
ms.subservice: ci-cd

articles/data-factory/apply-finops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Applying FinOps
33
description: Learn how to apply FinOps to Azure Data Factory.
44
author: kromerm
55
ms.author: makromer
6-
ms.reviewer: jburchel
6+
ms.reviewer: whhender
77
ms.topic: conceptual
88
ms.date: 10/03/2024
99
ms.subservice: pricing

articles/data-factory/ci-cd-pattern-with-airflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CI/CD patterns with Workflow Orchestration Manager
33
description: This article talks about recommended deployment patterns with Workflow Orchestration Manager.
44
author: kromerm
55
ms.author: makromer
6-
ms.reviewer: jburchel
6+
ms.reviewer: whhender
77
ms.topic: how-to
88
ms.date: 01/29/2025
99
---

0 commit comments

Comments
 (0)