👓Deployment
Sign in to the Azure portal
Create a new instance
Azure portal menu, select Create a resource. You can also select Create a resource on the Azure Home page.

On the Create API Management page, on the Basics tab, enter settings.




Go to your API Management instance

Import and publish a backend API
This section shows how to import and publish an OpenAPI specification backend API.
In the left navigation of your API Management instance, select APIs.
Select the OpenAPI tile.
In the Create from OpenAPI specification window, select Full.
Enter the values from the following table.
You can set API values during creation or later by going to the Settings tab.



Test the new API in the Azure portal
In the left navigation of your API Management instance, select APIs > Swagger Petstore.
Select the Test tab, and then select Finds Pets by status. The page shows the status Query parameter. Select one of the available values, such as pending. You can also add query parameters and headers here.
In the HTTP request section, the Ocp-Apim-Subscription-Key header is filled in automatically for you, which you can see if you select the "eye" icon.
Select Send.

https://learn.microsoft.com/en-us/azure/api-management/get-started-create-service-instance
Last updated