From 4f24e84066826b04efa76eb83c9d45eb1220bce1 Mon Sep 17 00:00:00 2001 From: vpidatala Date: Wed, 14 Jun 2023 15:20:30 -0700 Subject: [PATCH] user/vpidatala/19574990 - default DCR Name-#2 --- .../DeployDcr/PerfAndMapDcr/DeployDcrTemplate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OnbordingTemplates/DeployDcr/PerfAndMapDcr/DeployDcrTemplate.json b/OnbordingTemplates/DeployDcr/PerfAndMapDcr/DeployDcrTemplate.json index a9f6488..6aea1ab 100644 --- a/OnbordingTemplates/DeployDcr/PerfAndMapDcr/DeployDcrTemplate.json +++ b/OnbordingTemplates/DeployDcr/PerfAndMapDcr/DeployDcrTemplate.json @@ -40,7 +40,7 @@ { "type": "Microsoft.Insights/dataCollectionRules", "apiVersion": "2021-04-01", - "name": "[concat('MSVMI-', 'PerfAndDa-', parameters('userGivenDcrName'))]", + "name": "[concat('MSVMI-', 'PerfandDa-', parameters('userGivenDcrName'))]", "location": "[parameters('WorkspaceLocation')]", "properties": { "description": "Data collection rule for VM Insights.",