|
1 | 1 | {
|
2 | 2 | "properties": {
|
3 | 3 | "backendAddressPools": [
|
4 |
| - { |
5 |
| - "id": "/subscriptions/--subscription--/resourceGroups/--resource-group--/providers/Microsoft.Network/applicationGateways/--app-gw-name--/backendAddressPools/defaultaddresspool", |
6 |
| - "name": "defaultaddresspool", |
7 |
| - "properties": { |
8 |
| - "backendAddresses": [] |
9 |
| - } |
10 |
| - }, |
11 | 4 | {
|
12 | 5 | "id": "/subscriptions/--subscription--/resourceGroups/--resource-group--/providers/Microsoft.Network/applicationGateways/--app-gw-name--/backendAddressPools/pool---https-backend-namespace---hello-world-https-443-bp-443",
|
13 | 6 | "name": "pool---https-backend-namespace---hello-world-https-443-bp-443",
|
|
45 | 38 | }
|
46 | 39 | ]
|
47 | 40 | }
|
48 |
| - }, |
49 |
| - { |
50 |
| - "id": "/subscriptions/--subscription--/resourceGroups/--resource-group--/providers/Microsoft.Network/applicationGateways/--app-gw-name--/backendHttpSettingsCollection/defaulthttpsetting", |
51 |
| - "name": "defaulthttpsetting", |
52 |
| - "properties": { |
53 |
| - "cookieBasedAffinity": "Disabled", |
54 |
| - "pickHostNameFromBackendAddress": false, |
55 |
| - "port": 80, |
56 |
| - "probe": { |
57 |
| - "id": "/subscriptions/--subscription--/resourceGroups/--resource-group--/providers/Microsoft.Network/applicationGateways/--app-gw-name--/probes/defaultprobe-Http" |
58 |
| - }, |
59 |
| - "protocol": "Http", |
60 |
| - "requestTimeout": 30 |
61 |
| - } |
62 | 41 | }
|
63 | 42 | ],
|
64 | 43 | "frontendIPConfigurations": [
|
|
131 | 110 | }
|
132 | 111 | ],
|
133 | 112 | "probes": [
|
134 |
| - { |
135 |
| - "id": "/subscriptions/--subscription--/resourceGroups/--resource-group--/providers/Microsoft.Network/applicationGateways/--app-gw-name--/probes/defaultprobe-Http", |
136 |
| - "name": "defaultprobe-Http", |
137 |
| - "properties": { |
138 |
| - "host": "localhost", |
139 |
| - "interval": 30, |
140 |
| - "match": {}, |
141 |
| - "minServers": 0, |
142 |
| - "path": "/", |
143 |
| - "pickHostNameFromBackendHttpSettings": false, |
144 |
| - "protocol": "Http", |
145 |
| - "timeout": 30, |
146 |
| - "unhealthyThreshold": 3 |
147 |
| - } |
148 |
| - }, |
149 |
| - { |
150 |
| - "id": "/subscriptions/--subscription--/resourceGroups/--resource-group--/providers/Microsoft.Network/applicationGateways/--app-gw-name--/probes/defaultprobe-Https", |
151 |
| - "name": "defaultprobe-Https", |
152 |
| - "properties": { |
153 |
| - "host": "localhost", |
154 |
| - "interval": 30, |
155 |
| - "match": {}, |
156 |
| - "minServers": 0, |
157 |
| - "path": "/", |
158 |
| - "pickHostNameFromBackendHttpSettings": false, |
159 |
| - "protocol": "Https", |
160 |
| - "timeout": 30, |
161 |
| - "unhealthyThreshold": 3 |
162 |
| - } |
163 |
| - }, |
164 | 113 | {
|
165 | 114 | "id": "/subscriptions/--subscription--/resourceGroups/--resource-group--/providers/Microsoft.Network/applicationGateways/--app-gw-name--/probes/pb---https-backend-namespace---hello-world-https-443---name--HttpsBackend",
|
166 | 115 | "name": "pb---https-backend-namespace---hello-world-https-443---name--HttpsBackend",
|
|
0 commit comments