Skip to content

Commit d44f0e2

Browse files
committed
update the rule
1 parent 37991dd commit d44f0e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-resource-manager/templates/template-tutorial-deploy-vm-extensions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ You must also open the HTTP port so that you would be able to access the web ser
114114
"direction": "Inbound",
115115
"destinationPortRange": "80",
116116
"protocol": "Tcp",
117-
"sourcePortRange": "",
118-
"sourceAddressPrefix": "",
117+
"sourcePortRange": "*",
118+
"sourceAddressPrefix": "*",
119119
"destinationAddressPrefix": "*"
120120
}
121121
}
122122
```
123-
123+
124124
## Deploy the template
125125

126126
For the deployment procedure, see the "Deploy the template" section of [Tutorial: Create ARM templates with dependent resources](./template-tutorial-create-templates-with-dependent-resources.md#deploy-the-template). We recommended that you use a generated password for the virtual machine administrator account. See this article's [Prerequisites](#prerequisites) section.

0 commit comments

Comments
 (0)