Skip to content

Commit f91e47d

Browse files
author
gitName
committed
[APIM] Update revisions tutorial
1 parent b6bafd0 commit f91e47d

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

articles/api-management/api-management-get-started-revise-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: dlepow
77
ms.service: azure-api-management
88
ms.custom: mvc, devx-track-azurecli, devdivchpfy22
99
ms.topic: tutorial
10-
ms.date: 11/19/2024
10+
ms.date: 11/27/2024
1111
ms.author: danlep
1212

1313
---
@@ -43,7 +43,7 @@ In this tutorial, you learn how to:
4343

4444
1. Sign in to the [Azure portal](https://portal.azure.com), and go to your API Management instance.
4545
1. In the left menu, under **APIs**, select **APIs**.
46-
2. Select *Swagger Petstore** from the API list (or another API to which you want to add revisions).
46+
2. Select **Swagger Petstore** from the API list (or another API to which you want to add revisions).
4747
3. Select the **Revisions** tab.
4848
4. Select **+ Add revision**.
4949

@@ -158,13 +158,13 @@ If you've tried the [developer portal](api-management-howto-developer-portal-cus
158158

159159
## Access an API revision
160160

161-
Each revision to your API can be accessed using a specially formed URL. Add `;rev={revisionNumber}` at the end of your API URL path, but before the query string, to access a specific revision of that API. For example, you might use a URL similar to the following to access revision 2 of the Demo Conference API:
161+
Each revision to your API can be accessed using a specially formed URL. Add `;rev={revisionNumber}` at the end of your API URL path, but before the query string, to access a specific revision of that API. For example, you might use a URL similar to the following to access revision 2 of the Swagger Petstore API:
162162

163-
`https://apim-hello-world.azure-api.net/petstore;rev=2/speakers`
163+
`https://apim-hello-world.azure-api.net/store;rev=2/speakers`
164164

165165
You can find the URL paths for your API's revisions on the **Revisions** tab in the Azure portal.
166166

167-
:::image type="content" source="media/transform-api/revision-url-path.png" alt-text="Screenshot of revision URLs in the portal.":::
167+
:::image type="content" source="media/api-management-get-started-revise-api/revision-url-path.png" alt-text="Screenshot of revision URLs in the portal.":::
168168

169169
> [!TIP]
170170
> You can access the *current* revision of your API using the API path without the `;rev` string, in addition to the full URL that appends `;rev={revisionNumber}` to your API path.
-2.52 KB
Loading
21.1 KB
Loading
578 Bytes
Loading
1.2 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)