File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/app-service/environment Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,13 +238,13 @@ You can get the new inbound IP address for your new App Service Environment v3 b
238
238
For ILB App Service Environments, get the private inbound IP address by running the following command:
239
239
240
240
``` azurecli
241
- az rest --method get --uri "${ASE_ID}?api-version=2022-03-01" --query properties.internalInboundIpAddresses
241
+ az rest --method get --uri "${ASE_ID}/configurations/networking ?api-version=2022-03-01" --query properties.internalInboundIpAddresses
242
242
```
243
243
244
244
For ELB App Service Environments, get the public inbound IP address by running the following command:
245
245
246
246
``` azurecli
247
- az rest --method get --uri "${ASE_ID}?api-version=2022-03-01" --query properties.externalInboundIpAddresses
247
+ az rest --method get --uri "${ASE_ID}/configurations/networking ?api-version=2022-03-01" --query properties.externalInboundIpAddresses
248
248
```
249
249
250
250
## 11. Redirect customer traffic and complete migration
You can’t perform that action at this time.
0 commit comments