Skip to content

Commit ced4c89

Browse files
authored
add bash shell note
1 parent a0cb832 commit ced4c89

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate your App Service Environment to App Service En
44
author: seligj95
55
ms.topic: tutorial
66
ms.custom: devx-track-azurecli
7-
ms.date: 2/22/2024
7+
ms.date: 3/7/2024
88
ms.author: jordanselig
99
zone_pivot_groups: app-service-cli-portal
1010
---
@@ -35,7 +35,11 @@ Since scaling is blocked during the migration, you should scale your environment
3535

3636
We recommend that you use the [Azure portal](how-to-migrate.md?pivots=experience-azp) for the in-place migration experience. If you decide to use the [Azure CLI](/cli/azure/) for the migration, follow the steps described here in order and as written, because you're making Azure REST API calls. We recommend that you use the Azure CLI to make these API calls. For information about other methods, see [Azure REST API reference](/rest/api/azure/).
3737

38-
For this guide, [install the Azure CLI](/cli/azure/install-azure-cli) or use [Azure Cloud Shell](https://shell.azure.com/).
38+
For this guide, [install the Azure CLI](/cli/azure/install-azure-cli) or use [Azure Cloud Shell](https://shell.azure.com/) and use a Bash shell.
39+
40+
> [!NOTE]
41+
> We recommend that you use a Bash shell to run the commands given in this guide. The commands might not be compatible with PowerShell conventions and escape characters.
42+
>
3943
4044
## 1. Get your App Service Environment ID
4145

0 commit comments

Comments
 (0)