You need an APIM service in order to expose APIs. This can also be done using ARM template deployment or the Azure portal. In our example, we will be using the Azure portal. Browse to http://portal.azure.com, and click Create a resource | Enterprise Integration | API management
In the API Management service window, enter the settings as shown here:
Following table contains list of required parameters to create API Management instance in Azure Resource Group:
Setting name |
Setting value |
Description |
Name |
ShipAnyWhere |
The name is a unique identifier that becomes part of the domain name created for the APIM service. In our example, the domain name created will be ShipAnyWhere.azure-api.net. |
Subscription |
Your subscription |
Name of the Azure subscription. |
Resource group |
ShipAnyWhereRg |
Resource group under which the APIM service... |