Skip to content

Commit 5230b7f

Browse files
Merge pull request #284816 from bwren/fix-text-log
Update data-collection-log-text.md
2 parents ddf3d26 + c034488 commit 5230b7f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,35 +132,35 @@ Use the following ARM template to create or modify a DCR for collecting text log
132132
"type": "string",
133133
"metadata": {
134134
"description": "Unique name for the DCR. "
135-
},
135+
}
136136
},
137137
"location": {
138138
"type": "string",
139139
"metadata": {
140140
"description": "Region for the DCR. Must be the same location as the Log Analytics workspace. "
141-
},
141+
}
142142
},
143143
"filePatterns": {
144144
"type": "string",
145145
"metadata": {
146146
"description": "Path on the local disk for the log file to collect. May include wildcards.Enter multiple file patterns separated by commas (AMA version 1.26 or higher required for multiple file patterns on Linux)."
147-
},
147+
}
148148
},
149149
"tableName": {
150150
"type": "string",
151151
"metadata": {
152152
"description": "Name of destination table in your Log Analytics workspace. "
153-
},
153+
}
154154
},
155155
"workspaceResourceId": {
156156
"type": "string",
157157
"metadata": {
158158
"description": "Resource ID of the Log Analytics workspace with the target table."
159-
},
159+
}
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)