Skip to content

Commit f242a4f

Browse files
Update the main.json file
1 parent 59ea039 commit f242a4f

File tree

1 file changed

+61
-48
lines changed

1 file changed

+61
-48
lines changed

infra/main.json

Lines changed: 61 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"metadata": {
66
"_generator": {
77
"name": "bicep",
8-
"version": "0.37.4.10188",
9-
"templateHash": "1515188294148574385"
8+
"version": "0.36.177.2456",
9+
"templateHash": "16347082498493141517"
1010
}
1111
},
1212
"parameters": {
@@ -6622,7 +6622,7 @@
66226622
"_generator": {
66236623
"name": "bicep",
66246624
"version": "0.36.177.2456",
6625-
"templateHash": "12821710260684723913"
6625+
"templateHash": "7116469417351280182"
66266626
}
66276627
},
66286628
"definitions": {
@@ -6828,9 +6828,22 @@
68286828
"sourceAddressPrefixes": [
68296829
"0.0.0.0/0"
68306830
],
6831-
"destinationAddressPrefixes": [
6832-
"10.0.0.0/23"
6833-
]
6831+
"destinationAddressPrefix": "*"
6832+
}
6833+
},
6834+
{
6835+
"name": "AllowHttpInbound",
6836+
"properties": {
6837+
"access": "Allow",
6838+
"direction": "Inbound",
6839+
"priority": 110,
6840+
"protocol": "Tcp",
6841+
"sourcePortRange": "*",
6842+
"destinationPortRange": "80",
6843+
"sourceAddressPrefixes": [
6844+
"0.0.0.0/0"
6845+
],
6846+
"destinationAddressPrefix": "*"
68346847
}
68356848
},
68366849
{
@@ -6878,6 +6891,48 @@
68786891
"securityRules": []
68796892
}
68806893
},
6894+
{
6895+
"name": "deployment-scripts",
6896+
"addressPrefixes": [
6897+
"10.0.4.0/24"
6898+
],
6899+
"networkSecurityGroup": {
6900+
"name": "nsg-deployment-scripts",
6901+
"securityRules": []
6902+
},
6903+
"delegation": "Microsoft.ContainerInstance/containerGroups",
6904+
"serviceEndpoints": [
6905+
"Microsoft.Storage"
6906+
]
6907+
},
6908+
{
6909+
"name": "jumpbox",
6910+
"addressPrefixes": [
6911+
"10.0.12.0/23"
6912+
],
6913+
"networkSecurityGroup": {
6914+
"name": "nsg-jumpbox",
6915+
"securityRules": [
6916+
{
6917+
"name": "AllowRdpFromBastion",
6918+
"properties": {
6919+
"access": "Allow",
6920+
"direction": "Inbound",
6921+
"priority": 100,
6922+
"protocol": "Tcp",
6923+
"sourcePortRange": "*",
6924+
"destinationPortRange": "3389",
6925+
"sourceAddressPrefixes": [
6926+
"10.0.10.0/26"
6927+
],
6928+
"destinationAddressPrefixes": [
6929+
"10.0.12.0/23"
6930+
]
6931+
}
6932+
}
6933+
]
6934+
}
6935+
},
68816936
{
68826937
"name": "AzureBastionSubnet",
68836938
"addressPrefixes": [
@@ -6943,48 +6998,6 @@
69436998
}
69446999
]
69457000
}
6946-
},
6947-
{
6948-
"name": "deployment-scripts",
6949-
"addressPrefixes": [
6950-
"10.0.4.0/24"
6951-
],
6952-
"networkSecurityGroup": {
6953-
"name": "nsg-deployment-scripts",
6954-
"securityRules": []
6955-
},
6956-
"delegation": "Microsoft.ContainerInstance/containerGroups",
6957-
"serviceEndpoints": [
6958-
"Microsoft.Storage"
6959-
]
6960-
},
6961-
{
6962-
"name": "jumpbox",
6963-
"addressPrefixes": [
6964-
"10.0.12.0/23"
6965-
],
6966-
"networkSecurityGroup": {
6967-
"name": "nsg-jumpbox",
6968-
"securityRules": [
6969-
{
6970-
"name": "AllowRdpFromBastion",
6971-
"properties": {
6972-
"access": "Allow",
6973-
"direction": "Inbound",
6974-
"priority": 100,
6975-
"protocol": "Tcp",
6976-
"sourcePortRange": "*",
6977-
"destinationPortRange": "3389",
6978-
"sourceAddressPrefixes": [
6979-
"10.0.10.0/26"
6980-
],
6981-
"destinationAddressPrefixes": [
6982-
"10.0.12.0/23"
6983-
]
6984-
}
6985-
}
6986-
]
6987-
}
69887001
}
69897002
],
69907003
"metadata": {

0 commit comments

Comments
 (0)