Update template.json

This commit is contained in:
phahulin 2017-11-18 20:53:44 +03:00 committed by GitHub
parent a965451eaa
commit 444327d52c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 26 deletions

View File

@ -248,32 +248,6 @@
"comments": "Network Security Group (NSG) for your Primary NIC",
"properties": {
"securityRules": [
{
"name": "access-dashboard",
"properties": {
"priority": 1000,
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",
"protocol": "Tcp",
"access": "Allow",
"destinationAddressPrefix": "*",
"destinationPortRange": "3000"
}
},
{
"name": "access-explorer",
"properties": {
"priority": 1000,
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",
"protocol": "Tcp",
"access": "Allow",
"destinationAddressPrefix": "*",
"destinationPortRange": "4000"
}
},
{
"name": "allow-ssh",
"properties": {
@ -326,6 +300,32 @@
"destinationPortRange": "443"
}
},
{
"name": "access-dashboard",
"properties": {
"priority": 1400,
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",
"protocol": "Tcp",
"access": "Allow",
"destinationAddressPrefix": "*",
"destinationPortRange": "3000"
}
},
{
"name": "access-explorer",
"properties": {
"priority": 1500,
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",
"protocol": "Tcp",
"access": "Allow",
"destinationAddressPrefix": "*",
"destinationPortRange": "4000"
}
},
{
"name": "disallow-other",
"properties": {