Skip to content

Commit c862c40

Browse files
committed
proof
1 parent 0ad4cb7 commit c862c40

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial, you learn how to:
2626

2727
> [!div class="checklist"]
2828
> * Add a new revision
29-
> * Make non-breaking changes to your revision
29+
> * Make nonbreaking changes to your revision
3030
> * Make your revision current and add a change log entry
3131
> * Browse the developer portal to see changes and change log
3232
> * Access an API revision
@@ -85,7 +85,7 @@ In this tutorial, you learn how to:
8585
1. Select the **Post to Public Change log for this API** checkbox, if you want to post notes about this change. Provide a description for your change that the developers can see, for example: **Testing revisions. Added new "test" operation.**
8686
1. **Revision 2** is now current.
8787

88-
:::image type="content" source="media/api-management-getstarted-revise-api/revisions-menu.png" alt-text="Screenshot of revision menu in Revisions window in the portal.":::
88+
:::image type="content" source="media/api-management-getstarted-revise-api/revisions-menu.png" alt-text="Screenshot of revision menu in Revisions window in the portal." lightbox="media/api-management-getstarted-revise-api/revisions-menu.png":::
8989

9090
### [Azure CLI](#tab/azure-cli)
9191

@@ -147,7 +147,8 @@ az apim api release delete --resource-group apim-hello-word-resource-group \
147147

148148
If you've tried the [developer portal](api-management-howto-developer-portal-customize.md), you can review the API changes and change log there.
149149

150-
1. In the Azure portal, in the left menu, select **APIs**.
150+
1. In the Azure portal, navigate to your API Management instance.
151+
1. In the left menu, under **APIs**, select **APIs**.
151152
1. Select **Developer portal** from the top menu.
152153
1. In the developer portal, select **APIs**, and then select **Demo Conference API**.
153154
1. Notice your new **test** operation is now available.
@@ -157,7 +158,7 @@ If you've tried the [developer portal](api-management-howto-developer-portal-cus
157158

158159
## Access an API revision
159160

160-
Each revision to your API can be accessed using a specially formed URL. Add `;rev={revisionNumber}` at the end of your API URL, but before the query string, to access a specific revision of that API. For example, you might use this URL 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 this URL to access revision 2 of the Demo Conference API:
161162

162163
`https://apim-hello-world.azure-api.net/conf;rev=2/speakers`
163164

@@ -175,7 +176,7 @@ In this tutorial, you learned how to:
175176

176177
> [!div class="checklist"]
177178
> * Add a new revision
178-
> * Make non-breaking changes to your revision
179+
> * Make nonbreaking changes to your revision
179180
> * Make your revision current and add a change log entry
180181
> * Browse the developer portal to see changes and change log
181182
> * Access an API revision
-20.9 KB
Loading

0 commit comments

Comments
 (0)