Skip to content

Commit e89210e

Browse files
authored
Merge pull request #92963 from MGoedtel/UpdateAzMonLogTemp1023
fixed syntax error
2 parents 69db66c + 511560a commit e89210e

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)