Skip to content

Commit a9fca51

Browse files
Merge pull request #106782 from lanicolas/patch-3
Updated mistaken parameter template
2 parents 9f8742f + d8a8f08 commit a9fca51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automanage/virtual-machines-custom-profile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ The `azureSecurityBaselineAssignmentType` is the audit mode that you can choose
158158

159159
You can also specify an existing log analytics workspace by adding this setting to the configuration section of properties below:
160160
* "LogAnalytics/Workspace": "/subscriptions/**subscriptionId**/resourceGroups/**resourceGroupName**/providers/Microsoft.OperationalInsights/workspaces/**workspaceName**"
161-
* "LogAnalytics/Reprovision": false
162-
Specify your existing workspace in the `LogAnalytics/Workspace` line. Set the `LogAnalytics/Reprovision` setting to true if you would like this log analytics workspace to be used in all cases. This means that any machine with this custom profile will use this workspace, even it is already connected to one. By default, the `LogAnalytics/Reprovision` is set to false. If your machine is already connected to a workspace, then that workspace will continue to be used. If it's not connected to a workspace, then the workspace specified in `LogAnalytics\Workspace` will be used.
161+
* "LogAnalytics/Behavior": false
162+
Specify your existing workspace in the `LogAnalytics/Workspace` line. Set the `LogAnalytics/Behavior` setting to true if you would like this log analytics workspace to be used in all cases. This means that any machine with this custom profile will use this workspace, even it is already connected to one. By default, the `LogAnalytics/Behavior` is set to false. If your machine is already connected to a workspace, then that workspace will continue to be used. If it's not connected to a workspace, then the workspace specified in `LogAnalytics\Workspace` will be used.
163163

164164
Also, you can add tags to resources specified in the custom profile like below:
165165

0 commit comments

Comments
 (0)