Skip to content

Commit

Permalink
Merge pull request #132384 from BharathNimmala-MSFT/patch-34
Browse files Browse the repository at this point in the history
(AzureCXP) Corrected Typo for concat parameters
  • Loading branch information
PRMerger17 authored Oct 2, 2020
2 parents 426bf01 + 34d0088 commit e0557fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ The following sample creates a diagnostic setting for an Azure SQL database by a
{
"type": "microsoft.sql/servers/databases/providers/diagnosticSettings",
"apiVersion": "2017-05-01-preview",
"name": "[concat(parameters('serverName'),'/',parameters('dbName'),'/microsoft.insights', parameters('settingName'))]",
"name": "[concat(parameters('serverName'),'/',parameters('dbName'),'/microsoft.insights/', parameters('settingName'))]",
"dependsOn": [],
"properties": {
"workspaceId": "[parameters('workspaceId')]",
Expand Down

0 comments on commit e0557fb

Please sign in to comment.