Skip to content

Files

Latest commit

eca6f24 · Sep 17, 2021

History

History
53 lines (37 loc) · 2.08 KB

import-api-from-oas.md

File metadata and controls

53 lines (37 loc) · 2.08 KB
title description services documentationcenter author manager editor ms.service ms.workload ms.tgt_pltfrm ms.topic ms.date ms.author
Import an OpenAPI specification using the Azure portal | Microsoft Docs
Learn how to import an OpenAPI specification with API Management, and then test the API in the Azure and Developer portals.
api-management
dlepow
cfowler
api-management
mobile
na
article
04/20/2020
danlep

Import an OpenAPI specification

This article shows how to import an "OpenAPI specification" back-end API residing at https://conferenceapi.azurewebsites.net?format=json. This back-end API is provided by Microsoft and hosted on Azure. The article also shows how to test the APIM API.

In this article, you learn how to:

[!div class="checklist"]

  • Import an "OpenAPI specification" back-end API
  • Test the API in the Azure portal

Prerequisites

Complete the following quickstart: Create an Azure API Management instance

[!INCLUDE api-management-navigate-to-instance.md]

Import and publish a back-end API

  1. Navigate to your API Management service in the Azure portal and select APIs from the menu.

  2. Select OpenAPI specification from the Add a new API list.

    OpenAPI specification

  3. Enter API settings. You can set the values during creation or configure them later by going to the Settings tab. The settings are explained in the Import and publish your first API tutorial.

  4. Select Create.

Note

The API import limitations are documented in another article.

[!INCLUDE api-management-navigate-to-instance.md]

[!INCLUDE api-management-define-api-topics.md]

Next steps

[!div class="nextstepaction"] Transform and protect a published API