We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6a1581 + 9241bba commit 8755590Copy full SHA for 8755590
examples/windows_vm_scale_sets/main.tf
@@ -9,10 +9,10 @@ module "vmscaleset" {
9
vmscaleset_name = "testvmss"
10
vm_computer_name = "webserv1"
11
12
- # (Optional) To enable Azure Monitoring and install log analytics agents
+ /* # (Optional) To enable Azure Monitoring and install log analytics agents
13
log_analytics_workspace_name = var.log_analytics_workspace_id
14
hub_storage_account_name = var.hub_storage_account_id
15
-
+*/
16
# This module support multiple Pre-Defined Linux and Windows Distributions.
17
# These distributions support the Automatic OS image upgrades in virtual machine scale sets
18
# Linux images: ubuntu1804, ubuntu1604, centos75, coreos
0 commit comments