File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/app-service/environment Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Learn how to migrate your App Service Environment v2 to App Service
4
4
author : seligj95
5
5
ms.topic : tutorial
6
6
ms.custom : devx-track-azurecli
7
- ms.date : 3/28 /2024
7
+ ms.date : 4/1 /2024
8
8
ms.author : jordanselig
9
9
---
10
10
# Use the side-by-side migration feature to migrate App Service Environment v2 to App Service Environment v3 (Preview)
@@ -243,13 +243,13 @@ You can get the new inbound IP address for your new App Service Environment v3 b
243
243
For ILB App Service Environments, get the private inbound IP address by running the following command:
244
244
245
245
``` azurecli
246
- az rest --method get --uri "${ASE_ID}/configurations/networking ?api-version=2022-03-01" --query properties.internalInboundIpAddresses
246
+ az rest --method get --uri "${ASE_ID}?api-version=2022-03-01" --query properties.networkingConfiguration .internalInboundIpAddresses
247
247
```
248
248
249
249
For ELB App Service Environments, get the public inbound IP address by running the following command:
250
250
251
251
``` azurecli
252
- az rest --method get --uri "${ASE_ID}/configurations/networking ?api-version=2022-03-01" --query properties.externalInboundIpAddresses
252
+ az rest --method get --uri "${ASE_ID}?api-version=2022-03-01" --query properties.networkingConfiguration .externalInboundIpAddresses
253
253
```
254
254
255
255
## 11. Redirect customer traffic and complete migration
You can’t perform that action at this time.
0 commit comments