From 2563e2b02f3139a514acfe08c272a9499e78d74d Mon Sep 17 00:00:00 2001 From: Takeshi Katano Date: Thu, 13 Feb 2025 00:08:16 +0900 Subject: [PATCH] Fix YAML style --- azure-resources/Insights/components/recommendations.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-resources/Insights/components/recommendations.yaml b/azure-resources/Insights/components/recommendations.yaml index 250898723..6b0eb2f0c 100644 --- a/azure-resources/Insights/components/recommendations.yaml +++ b/azure-resources/Insights/components/recommendations.yaml @@ -13,7 +13,8 @@ tags: [] learnMoreLink: - name: Migrate an Application Insights classic resource to a workspace-based resource - url: "https://learn.microsoft.com/en-us/azure/azure-monitor/app/convert-classic-resource" + url: "https://learn.microsoft.com/azure/azure-monitor/app/convert-classic-resource" + - description: Migrate from Application Insights instrumentation keys to connection strings aprlGuid: 092f5c85-bffb-48b0-b85d-d543c6b54800 recommendationTypeId: null @@ -22,11 +23,11 @@ recommendationResourceType: Microsoft.Insights/components recommendationMetadataState: Active longDescription: | - App Insights is changing from global ingestion endpoints to regional endpoints that use connection strings. Connection strings make telemetry ingestion more reliable by removing dependencies on global ingestion endpoints. Transition to connection string-based ingestion before 31 March 2025. + Application Insights is changing from global ingestion endpoints to regional endpoints that use connection strings. Connection strings make telemetry ingestion more reliable by removing dependencies on global ingestion endpoints. Transition to connection string-based ingestion before 31 March 2025. potentialBenefits: Reliable telemetry ingestion pgVerified: true automationAvailable: false tags: [] learnMoreLink: - name: Migrate from Application Insights instrumentation keys to connection strings - url: "https://learn.microsoft.com/en-us/azure/azure-monitor/app/migrate-from-instrumentation-keys-to-connection-strings" + url: "https://learn.microsoft.com/azure/azure-monitor/app/migrate-from-instrumentation-keys-to-connection-strings"