API Management - Hands-on Lab Script - part 5

Version and Revisions

Versions and revisions provide you with an elegant way to manage change and the lifecycle of your APIs. https://azure.microsoft.com/en-us/blog/versions-revisions/

Revisions allow you to safely make non-breaking changes to your API. Developers who consume the API can be given details about the changes. Revisions also allow you to rollback changes.

Version

Add a new version

Revisions Revisions

Test the new version

Revisions

Revisions

Add a new revision

Revisions Revisions

Add caching

Test the new revision

Revisions

The request URL should look similar to: https://<your-apim-name>.azure-api.net/sw;rev=2/people/.

Make current revision

Revisions


Home | Prev | Next