Skip to content

Commit 1a836a3

Browse files
committed
edits
1 parent 5bebfe3 commit 1a836a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/api-management-get-started-publish-versions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To add the version to a product:
8787
1. Select the API.
8888
1. Click **Select**.
8989

90-
:::image type="content" source="media/api-management-get-started-publish-versions/08-add-multiple-versions-03-add-version-product.png" alt-text="Screenshot that shows the APIs - Procuct window." lightbox="media/api-management-get-started-publish-versions/08-add-multiple-versions-03-add-version-product.png":::
90+
:::image type="content" source="media/api-management-get-started-publish-versions/08-add-multiple-versions-03-add-version-product.png" alt-text="Screenshot that shows the APIs - Product window." lightbox="media/api-management-get-started-publish-versions/08-add-multiple-versions-03-add-version-product.png":::
9191

9292
## Use version sets
9393

@@ -110,7 +110,7 @@ To see details about a version set, run the [az apim api versionset show](/cli/a
110110

111111
```azurecli
112112
az apim api versionset show --resource-group <resource-group-name> \
113-
--service-name <API-Management-service-name> --version-set-id <ID>
113+
--service-name <API-Management-service-name> --version-set-id <ID from the Name column>
114114
```
115115

116116
For more information about version sets, see [Versions in Azure API Management](api-management-versions.md#how-versions-are-represented).
@@ -119,7 +119,7 @@ For more information about version sets, see [Versions in Azure API Management](
119119

120120
If you use the [developer portal](api-management-howto-developer-portal-customize.md), you can see API versions there.
121121

122-
1. Select **Developer Portal** from the menu at the top of the window.
122+
1. Select **Developer portal** at the top of the window.
123123
2. Select **APIs**, and then select **Swagger Petstore**.
124124
3. You should see a dropdown that lists multiple versions next to the API name.
125125
4. Select **v1**.

0 commit comments

Comments
 (0)