Change priorities in NSG rules

This commit is contained in:
phahulin 2017-11-10 19:39:55 +03:00 committed by GitHub
parent 001e057c29
commit 4b1832976d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -270,7 +270,7 @@
{
"name": "allow-rpc",
"properties": {
"priority": 1000,
"priority": 1100,
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",
@ -283,7 +283,7 @@
{
"name": "allow-discovery",
"properties": {
"priority": 1000,
"priority": 1200,
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",
@ -296,7 +296,7 @@
{
"name": "allow-https",
"properties": {
"priority": 1000,
"priority": 1300,
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",