Skip to content

Commit 59d601f

Browse files
committed
Update data-collection-log-text.md
1 parent 769b073 commit 59d601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/agents/data-collection-log-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Use the following ARM template to create or modify a DCR for collecting text log
160160
}
161161
},
162162
"variables": {
163-
"tableOutputStream": "['Custom-',concat(parameters('tableName'))]"
163+
"tableOutputStream": "[concat('Custom-', parameters('tableName'))]"
164164
},
165165
"resources": [
166166
{

0 commit comments

Comments
 (0)