Skip to content

Commit d242921

Browse files
authored
Merge pull request #202725 from dlepow/patch-124
Update api-management-get-started-publish-versions.md
2 parents a00989b + b73605d commit d242921

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: danlep
1212
---
1313
# Tutorial: Publish multiple versions of your API
1414

15-
There are times when it's impractical to have all callers to your API use exactly the same version. When callers want to upgrade to a later version, they want an approach that's easy to understand. As shown in this tutorial, it is possible to provided multiple *versions* in Azure API Management.
15+
There are times when it's impractical to have all callers to your API use exactly the same version. When callers want to upgrade to a later version, they want an approach that's easy to understand. As shown in this tutorial, it is possible to provide multiple *versions* in Azure API Management.
1616

1717
For background, see [Versions & revisions](https://azure.microsoft.com/blog/versions-revisions/).
1818

@@ -67,11 +67,13 @@ After creating the version, it now appears underneath **Demo Conference API** in
6767

6868
![Versions listed under an API in the Azure portal](media/api-management-getstarted-publish-versions/version-list.png)
6969

70-
You can now edit and configure **v1** as an API that is separate from **Original**. Changes to one version do not affect another.
71-
7270
> [!Note]
7371
> If you add a version to a non-versioned API, an **Original** is also automatically created. This version responds on the default URL. Creating an Original version ensures that any existing callers are not broken by the process of adding a version. If you create a new API with versions enabled at the start, an Original isn't created.
7472
73+
## Edit a version
74+
75+
After adding the version, you can now edit and configure it as an API that is separate from an Original. Changes to one version do not affect another. For example, add or remove API operations, or edit the OpenAPI specification. For more information, see [Edit an API](edit-api.md).
76+
7577
## Add the version to a product
7678

7779
In order for callers to see the new version, it must be added to a *product*. If you didn't already add the version to a product, you can add it to a product at any time.

0 commit comments

Comments
 (0)