|
5 | 5 | "metadata": { |
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | | - "version": "0.37.4.10188", |
9 | | - "templateHash": "1515188294148574385" |
| 8 | + "version": "0.36.177.2456", |
| 9 | + "templateHash": "16347082498493141517" |
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "parameters": { |
|
6622 | 6622 | "_generator": { |
6623 | 6623 | "name": "bicep", |
6624 | 6624 | "version": "0.36.177.2456", |
6625 | | - "templateHash": "12821710260684723913" |
| 6625 | + "templateHash": "7116469417351280182" |
6626 | 6626 | } |
6627 | 6627 | }, |
6628 | 6628 | "definitions": { |
|
6828 | 6828 | "sourceAddressPrefixes": [ |
6829 | 6829 | "0.0.0.0/0" |
6830 | 6830 | ], |
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": "*" |
6834 | 6847 | } |
6835 | 6848 | }, |
6836 | 6849 | { |
|
6878 | 6891 | "securityRules": [] |
6879 | 6892 | } |
6880 | 6893 | }, |
| 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 | + }, |
6881 | 6936 | { |
6882 | 6937 | "name": "AzureBastionSubnet", |
6883 | 6938 | "addressPrefixes": [ |
|
6943 | 6998 | } |
6944 | 6999 | ] |
6945 | 7000 | } |
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 | | - } |
6988 | 7001 | } |
6989 | 7002 | ], |
6990 | 7003 | "metadata": { |
|
0 commit comments