Skip to content

Commit fb0cab3

Browse files
authored
Update how-to-side-by-side-migrate.md
1 parent bc069a4 commit fb0cab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/environment/how-to-side-by-side-migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate your App Service Environment v2 to App Service
44
author: seligj95
55
ms.topic: tutorial
66
ms.custom: devx-track-azurecli
7-
ms.date: 3/19/2024
7+
ms.date: 3/22/2024
88
ms.author: jordanselig
99
# zone_pivot_groups: app-service-cli-portal
1010
---
@@ -101,7 +101,7 @@ az rest --method get --uri "${ASE_ID}?api-version=2022-03-01" --query properties
101101
If the step is in progress, you get a status of `Migrating`. After you get a status of `Ready`, run the following command to view your new outbound IPs. If you don't see the new IPs immediately, wait a few minutes and try again.
102102

103103
```azurecli
104-
az rest --method get --uri "${ASE_ID}/configurations/networking?api-version=2022-03-01"
104+
az rest --method get --uri "${ASE_ID}/configurations/networking?api-version=2022-03-01 --query properties.windowsOutboundIpAddresses"
105105
```
106106

107107
## 5. Update dependent resources with new outbound IPs

0 commit comments

Comments
 (0)