Skip to content

Commit 033f516

Browse files
authored
Merge pull request #285113 from MicrosoftDocs/main
8/20/2024 PM Publish
2 parents 9912e1b + 6c3a4a1 commit 033f516

File tree

111 files changed

+1306
-518
lines changed

Some content is hidden

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

111 files changed

+1306
-518
lines changed

articles/api-management/api-management-gateways-overview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,18 @@ For details about monitoring options, see [Observability in Azure API Management
143143
| Feature support | Classic | V2 | Consumption | Self-hosted | Workspace |
144144
| --- | --- | ----- | ----- | ---------- | ----- |
145145
| [API analytics](howto-use-analytics.md) | ✔️ | ✔️<sup>1</sup> ||||
146-
| [Application Insights](api-management-howto-app-insights.md) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
146+
| [Application Insights](api-management-howto-app-insights.md) | ✔️ | ✔️ | ✔️ | ✔️<sup>2</sup> | ✔️ |
147147
| [Logging through Event Hubs](api-management-howto-log-event-hubs.md) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
148148
| [Metrics in Azure Monitor](api-management-howto-use-azure-monitor.md#view-metrics-of-your-apis) | ✔️ | ✔️ |✔️ | ✔️ ||
149149
| [OpenTelemetry Collector](how-to-deploy-self-hosted-gateway-kubernetes-opentelemetry.md) |||| ✔️ ||
150-
| [Request logs in Azure Monitor and Log Analytics](api-management-howto-use-azure-monitor.md#resource-logs) | ✔️ | ✔️ || ❌<sup>2</sup> ||
150+
| [Request logs in Azure Monitor and Log Analytics](api-management-howto-use-azure-monitor.md#resource-logs) | ✔️ | ✔️ || ❌<sup>3</sup> ||
151151
| [Local metrics and logs](how-to-configure-local-metrics-logs.md) |||| ✔️ ||
152-
| [Request tracing](api-management-howto-api-inspector.md) | ✔️ | ❌<sup>3</sup> | ✔️ | ✔️ ||
152+
| [Request tracing](api-management-howto-api-inspector.md) | ✔️ | ❌<sup>4</sup> | ✔️ | ✔️ ||
153153

154154
<sup>1</sup> The v2 tiers support Azure Monitor-based analytics.<br/>
155-
<sup>2</sup> The self-hosted gateway currently doesn't send resource logs (diagnostic logs) to Azure Monitor. Optionally [send metrics](how-to-configure-cloud-metrics-logs.md) to Azure Monitor, or [configure and persist logs locally](how-to-configure-local-metrics-logs.md) where the self-hosted gateway is deployed.<br/>
156-
<sup>3</sup> Tracing is currently unavailable in the v2 tiers.
155+
<sup>2</sup> Gateway uses [Azure Application Insight's built-in memory buffer](./../azure-monitor/app/telemetry-channels.md#built-in-telemetry-channels) and does not provide delivery guarantees.<br/>
156+
<sup>3</sup> The self-hosted gateway currently doesn't send resource logs (diagnostic logs) to Azure Monitor. Optionally [send metrics](how-to-configure-cloud-metrics-logs.md) to Azure Monitor, or [configure and persist logs locally](how-to-configure-local-metrics-logs.md) where the self-hosted gateway is deployed.<br/>
157+
<sup>4</sup> Tracing is currently unavailable in the v2 tiers.
157158

158159
### Authentication and authorization
159160

articles/api-management/api-management-howto-app-insights.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ You can easily integrate Azure Application Insights with Azure API Management. A
2222
> [!NOTE]
2323
> In an API Management [workspace](workspaces-overview.md), a workspace owner can independently integrate Application Insights and enable Application Insights logging for the workspace's APIs. The general guidance to integrate a workspace with Application Insights is similar to the guidance for an API Management instance; however, configuration is scoped to the workspace only. Currently, you must integrate Application Insights in a workspace by configuring an instrumentation key or connection string.
2424
25+
> [!WARNING]
26+
> When using our [self-hosted gateway](self-hosted-gateway-overview.md), we do not guarantee all telemetry will be pushed to Azure Application Insights given it relies on [Application Insights' in-memory buffering](./../azure-monitor/app/telemetry-channels.md#built-in-telemetry-channels).
27+
2528
## Prerequisites
2629

2730
* You need an Azure API Management instance. [Create one](get-started-create-service-instance.md) first.

articles/automation/add-user-assigned-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: This article describes how to set up a user-assigned managed identi
44
services: automation
55
ms.subservice: process-automation
66
ms.custom: devx-track-azurepowershell
7-
ms.date: 05/01/2022
8-
ms.topic: conceptual
7+
ms.date: 08/16/2024
8+
ms.topic: how-to
99
ms.service: azure-automation
1010
---
1111

articles/automation/automation-connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Manage connections in Azure Automation
33
description: This article tells how to manage Azure Automation connections to external services or applications and how to work with them in runbooks.
44
services: automation
55
ms.subservice: shared-capabilities
6-
ms.date: 04/12/2023
7-
ms.topic: conceptual
6+
ms.date: 08/20/2024
7+
ms.topic: how-to
88
ms.custom: devx-track-azurepowershell, devx-track-python
99
ms.service: azure-automation
1010
---

articles/automation/automation-create-standalone-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Create a standalone Azure Automation account
33
description: This article tells how to create a standalone Azure Automation account.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 04/25/2024
7-
ms.topic: conceptual
6+
ms.date: 08/20/2024
7+
ms.topic: how-to
88
ms.service: azure-automation
99
---
1010
# Create a standalone Azure Automation account

articles/automation/automation-disaster-recovery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ services: automation
66
ms.subservice: process-automation
77
author: SnehaSudhirG
88
ms.author: sudhirsneha
9-
ms.date: 10/17/2022
10-
ms.topic: conceptual
9+
ms.date: 08/20/2024
10+
ms.topic: how-to
1111
ms.service: azure-automation
1212
---
1313

articles/automation/automation-dsc-cd-chocolatey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Set up Azure Automation continuous deployment with Chocolatey
33
description: This article tells how to set up continuous deployment with State Configuration and the Chocolatey package manager.
44
services: automation
55
ms.subservice: desired-state-config
6-
ms.date: 08/08/2018
7-
ms.topic: conceptual
6+
ms.date: 08/20/2024
7+
ms.topic: how-to
88
ms.custom: references_regions, devx-track-azurepowershell
99
ms.service: azure-automation
1010
---

articles/automation/automation-dsc-compile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Compile DSC configurations in Azure Automation State Configuration
33
description: This article tells how to compile Desired State Configuration (DSC) configurations for Azure Automation.
44
services: automation
55
ms.subservice: desired-state-config
6-
ms.date: 04/06/2020
7-
ms.topic: conceptual
6+
ms.date: 08/20/2024
7+
ms.topic: how-to
88
ms.custom: devx-track-azurepowershell
99
ms.service: azure-automation
1010
---

articles/automation/automation-dsc-config-data-at-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: This article tells how to configure data at scale for Azure Automat
44
keywords: dsc,powershell,configuration,setup
55
services: automation
66
ms.subservice: desired-state-config
7-
ms.date: 10/21/2022
7+
ms.date: 08/20/2024
88
ms.custom: engagement-fy23
9-
ms.topic: conceptual
9+
ms.topic: how-to
1010
ms.service: azure-automation
1111
---
1212

articles/automation/automation-dsc-config-from-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: This article tells how to create configurations from existing serve
44
keywords: dsc,powershell,configuration,setup
55
services: automation
66
ms.subservice: desired-state-config
7-
ms.date: 10/25/2022
7+
ms.date: 08/20/2024
88
ms.custom: engagement-fy23
9-
ms.topic: conceptual
9+
ms.topic: how-to
1010
ms.service: azure-automation
1111
---
1212

0 commit comments

Comments
 (0)