Skip to content

Commit 4ca80f8

Browse files
Merge pull request #270128 from dlepow/patch-262
Update migrate-stv1-to-stv2-no-vnet.md
2 parents 8e96ab9 + 71fd72d commit 4ca80f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Run the following Azure CLI commands, setting variables where indicated with the
7676
> 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`.
7777
7878
```azurecli
79+
APIM_NAME={name of your API Management instance}
7980
RG_NAME={name of your resource group}
8081
# Get resource ID of API Management instance
8182
APIM_RESOURCE_ID=$(az apim show --name $APIM_NAME --resource-group $RG_NAME --query id --output tsv)
@@ -182,4 +183,4 @@ After successful migration to a new VIP address, update any network dependencies
182183

183184
The user/process undertaking the migration needs [write access to the API Management instance](./api-management-role-based-access-control.md).
184185

185-
[!INCLUDE [api-management-migration-related-content](../../includes/api-management-migration-related-content.md)]
186+
[!INCLUDE [api-management-migration-related-content](../../includes/api-management-migration-related-content.md)]

0 commit comments

Comments
 (0)