Skip to content

Commit

Permalink
user/vpidatala/19574990 - default DCR Name
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Jun 14, 2023
1 parent a57b588 commit ba40b5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"displayName": "Name of the Data Collection Rule(DCR)",
"description": "This is the name of the AMA-VMI Data Collection Rule(DCR)"
},
"defaultValue": "ama-vmi-default-perf&da-dcr"
"defaultValue": "ama-vmi-default-perfAndda-dcr"
}
},
"variables": {},
Expand All @@ -40,7 +40,7 @@
{
"type": "Microsoft.Insights/dataCollectionRules",
"apiVersion": "2021-04-01",
"name": "[concat('MSVMI-', 'Perf&DA-', parameters('userGivenDcrName'))]",
"name": "[concat('MSVMI-', 'PerfAndDa-', parameters('userGivenDcrName'))]",
"location": "[parameters('WorkspaceLocation')]",
"properties": {
"description": "Data collection rule for VM Insights.",
Expand Down

0 comments on commit ba40b5c

Please sign in to comment.