Skip to content

Commit 05cc83c

Browse files
authored
Merge pull request #276744 from MicrosoftDocs/main
5/30/2024 AM Publish
2 parents 19baf16 + 3d90849 commit 05cc83c

File tree

136 files changed

+1538
-451
lines changed

Some content is hidden

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

136 files changed

+1538
-451
lines changed

articles/api-management/azure-openai-emit-token-metric-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The `azure-openai-emit-token-metric` policy sends metrics to Application Insight
6666
* Product ID
6767
* User ID
6868
* Subscription ID
69-
* Location ID
69+
* Location
7070
* Gateway ID
7171

7272
## Usage

articles/api-management/emit-metric-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The `emit-metric` policy sends custom metrics in the specified format to Applica
6060
* Product ID
6161
* User ID
6262
* Subscription ID
63-
* Location ID
63+
* Location
6464
* Gateway ID
6565

6666
## Usage

articles/azure-app-configuration/concept-config-file.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Tooling support for using configuration files with Azure App Config
44
author: zhenlan
55
ms.author: zhenlwa
66
ms.service: azure-app-configuration
7-
ms.topic: conceptual
8-
ms.date: 10/28/2022
7+
ms.topic: concept
8+
ms.date: 05/30/2024
99
---
1010

1111
# Azure App Configuration support for configuration files
@@ -102,9 +102,11 @@ The following example is a file based upon the KVSet file content profile, named
102102

103103
> [!TIP]
104104
> If you followed the example in the previous section and have the data in your App Configuration store, you can export it to a file using the CLI command:
105+
105106
> ```azurecli-interactive
106107
> az appconfig kv export --profile appconfig/kvset --label * --name <your store name> --destination file --path appconfigdata.json --format json
107108
> ```
109+
108110
> After the file is exported, update the `Beta` feature flag `enabled` property to `true` and change the `Logging:LogLevel:Default` to `Debug`.
109111
110112
Run the following CLI command with the parameter "**--profile appconfig/kvset**" to import the file to your App Configuration store. You don't need to specify any data transformation rules such as separator, label, or content type like you did in the default file content profile section because all information is already in the file.

articles/azure-app-configuration/quickstart-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure App Configuration
44
description: Learn how to create an Azure App Configuration store using Bicep.
55
author: maud-lv
66
ms.author: malev
7-
ms.date: 05/06/2022
7+
ms.date: 05/30/2024
88
ms.service: azure-app-configuration
99
ms.topic: quickstart
1010
ms.custom: subject-armqs, mode-arm, devx-track-bicep

articles/azure-monitor/app/api-custom-events-metrics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,8 @@ telemetry.flush();
678678
The function is asynchronous for the [server telemetry channel](https://www.nuget.org/packages/Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel/).
679679

680680
> [!NOTE]
681-
> The Java and JavaScript SDKs automatically flush on application shutdown.
681+
> - The Java and JavaScript SDKs automatically flush on application shutdown.
682+
> - **Review Autoflush configuration**: [Enabling autoflush](https://learn.microsoft.com/dotnet/api/system.diagnostics.trace.autoflush) in your `web.config` file can lead to performance degradation in .NET applications instrumented with Application Insights. With autoflush enabled, every invocation of `System.Diagnostics.Trace.Trace*` methods results in individual telemetry items being sent as separate distinct web requests to the ingestion service. This can potentially cause network and storage exhaustion on your web servers. For enhanced performance, it’s recommended to disable autoflush and also, utilize the [ServerTelemetryChannel](https://learn.microsoft.com/azure/azure-monitor/app/telemetry-channels#built-in-telemetry-channels), designed for a more effective telemetry data transmission.
682683
683684
## Authenticated users
684685

articles/azure-monitor/app/opentelemetry-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are two methods to instrument your application:
2424
> [!TIP]
2525
> Currently, [Microsoft Entra authentication](azure-ad-authentication.md) is not available with autoinstrumentation. If you require Microsoft Entra auth, you'll need to use manual instrumentation.
2626
27-
**Manual instrumentation** is coding against the Application Insights or OpenTelemetry API. In the context of a user, it typically refers to installing a language-specific SDK in an application. There are two options for manual instrumentation:
27+
**Manual instrumentation** is coding against the Application Insights or OpenTelemetry API. In the context of a user, it typically refers to installing a language-specific SDK in an application. This means that you have to manage the updates to the latest package version by yourself. You can use this option if you need to make custom dependency calls or API calls that are not captured by default with autoinstrumentation. There are two options for manual instrumentation:
2828

2929
- [Application Insights SDKs](asp-net-core.md)
3030
- [Azure Monitor OpenTelemetry Distros](opentelemetry-enable.md).

articles/azure-monitor/autoscale/autoscale-common-scale-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview of common autoscale patterns
33
description: Learn some of the common patterns to use with autoscale for your resource in Azure.
44
author: EdB-MSFT
55
ms.topic: conceptual
6-
ms.date: 11/17/2022
6+
ms.date: 05/31/2024
77
ms.subservice: autoscale
88
ms.author: edbaynash
99
ms.reviewer: akkumari

articles/azure-monitor/containers/prometheus-authorization-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: how-to
55
ms.custom: devx-track-azurecli
66
author: EdB-MSFT
77
ms.author: edbaynash
8-
ms.date: 07/10/2022
8+
ms.date: 05/31/2024
99
---
1010

1111
# Microsoft Entra authorization proxy

articles/azure-monitor/essentials/azure-monitor-workspace-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: edbaynash
66
ms.reviewer: poojaa
77
ms.topic: conceptual
88
ms.custom: devx-track-azurecli
9-
ms.date: 03/28/2023
9+
ms.date: 05/31/2024
1010
---
1111

1212
# Manage an Azure Monitor workspace

articles/azure-monitor/essentials/azure-monitor-workspace-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: EdB-MSFT
55
ms.author: edbaynash
66
ms.reviewer: poojaa
77
ms.topic: conceptual
8-
ms.date: 01/22/2023
8+
ms.date: 05/31/2024
99
---
1010

1111
# Azure Monitor workspace

0 commit comments

Comments
 (0)