Skip to content

Commit d8a8f08

Browse files
authored
Updated mistaken parameter template
Description and ARM template parameters did not match for the Log Analytics behavior
1 parent d317095 commit d8a8f08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

158158
You can also specify an existing log analytics workspace by adding this setting to the configuration section of properties below:
159159
* "LogAnalytics/Workspace": "/subscriptions/**subscriptionId**/resourceGroups/**resourceGroupName**/providers/Microsoft.OperationalInsights/workspaces/**workspaceName**"
160-
* "LogAnalytics/Reprovision": false
161-
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.
160+
* "LogAnalytics/Behavior": false
161+
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.
162162

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

@@ -195,4 +195,4 @@ As with any ARM template, it's possible to factor out the parameters into a sepa
195195
Get the most frequently asked questions answered in our FAQ.
196196

197197
> [!div class="nextstepaction"]
198-
> [Frequently Asked Questions](faq.yml)
198+
> [Frequently Asked Questions](faq.yml)

0 commit comments

Comments
 (0)