Skip to content

Commit f6af492

Browse files
authored
Merge pull request #86981 from FrankHu-MSFT/patch-58
(AzureCXP) changing public/private configs
2 parents 4468c9e + d86fdda commit f6af492

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/security-center/security-center-enable-data-collection.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,13 @@ You can manually install the Log Analytics Agent, so Security Center can collect
276276

277277
3. Populate the public config and the private config with these values:
278278

279-
$PublicConf = '{
280-
"workspaceId": "WorkspaceID value"
281-
}'
279+
$PublicConf = @{
280+
"workspaceId"= "<WorkspaceID value>"
281+
}
282282

283-
$PrivateConf = '{
284-
"workspaceKey": "<Primary key value>”
285-
}'
283+
$PrivateConf = @{
284+
"workspaceKey"= "<Primary key value>”
285+
}
286286

287287
- When installing on a Windows VM:
288288

0 commit comments

Comments
 (0)