Skip to content

Commit 81c0520

Browse files
Merge pull request #260071 from dlepow/patch-223
Update migrate-stv1-to-stv2.md
2 parents 5111e5d + 12ccacc commit 81c0520

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/api-management/migrate-stv1-to-stv2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more information about the `stv1` and `stv2` platforms and the benefits of u
3131

3232
## What happens during migration?
3333

34-
API Management platform migration from `stv1` to `stv2` involves updating the underlying compute alone and has no impact on the service/api configuration persisted in the storage layer.
34+
API Management platform migration from `stv1` to `stv2` involves updating the underlying compute alone and has no impact on the service/API configuration persisted in the storage layer.
3535

3636
* The upgrade process involves creating a new compute in parallel the old compute. Both instances coexist for 48 hours.
3737
* The API Management status in the Portal will be "Updating".
@@ -81,6 +81,8 @@ Run the following Azure CLI commands, setting variables where indicated with the
8181
> [!NOTE]
8282
> The Migrate to `stv2` REST API is available starting in API Management REST API version `2022-04-01-preview`.
8383
84+
> [!NOTE]
85+
> The following script is written for the bash shell. To run the script in PowerShell, prefix the variable names with the `$` character. Example: `$APIM_NAME`.
8486
8587
```azurecli
8688
#!/bin/bash

0 commit comments

Comments
 (0)