Skip to content

Commit 511560a

Browse files
committed
fixed syntax error
1 parent 69db66c commit 511560a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/platform/template-workspace-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ The following template sample illustrates how to:
414414
"type": "dataSources",
415415
"name": "[concat(parameters('workspaceName'), parameters('customLogName'))]",
416416
"dependsOn": [
417-
"[concat('Microsoft.OperationalInsights/workspaces/', parameters('workspaceName'))]"
417+
"[concat('Microsoft.OperationalInsights/workspaces/', '/', parameters('workspaceName'))]"
418418
],
419419
"kind": "CustomLog",
420420
"properties": {

0 commit comments

Comments
 (0)