1

I want to create an API Gateway Resource in Azure. I got links on how to create API management instance but that doesn't talk about creating a gateway.

Here is the link to create API Management Instance.

4
  • Do you mean Application Gateway? Commented Sep 13, 2021 at 15:18
  • @TomW No, I want to create a Azure API Gateway Resource. Commented Sep 13, 2021 at 16:04
  • There is no resource type called Azure API Gateway. Unless you mean this child resource of an API Management instance, an 'API Gateway' in the general sense is an architectural pattern with a number of implementations. Please specify what you mean. Commented Sep 13, 2021 at 16:15
  • I do not exactly mean resource but when we create API management instance, there should be a way to create an API gateway too. On more searching, I found this learn.microsoft.com/en-us/azure/api-management/… Since, there can only be managed and self-hosted gateways, this was the one I was looking for. Commented Sep 13, 2021 at 16:35

1 Answer 1

1

Thank you Tom W and Amber Bhanarkar. Posting your suggestions as an answer to help other community members.

Provisioning a gateway resource in your Azure API Management instance is a prerequisite for deploying a self-hosted gateway.

Go to your API Management instance

  1. In the Azure portal, search for and select API Management services. enter image description here

  2. On the API Management services page, select your API Management instance. enter image description here

Provision a self-hosted gateway

  1. Select the Gateways from under Deployment and infrastructure.
  2. Click + Add.
  3. Enter the Name and Region of the gateway.
  4. Optionally, enter a Description of the gateway resource.
  5. Optionally, select + under APIs to associate one or more APIs with this gateway resource and click Add.

Now the gateway resource has been provisioned in your API Management instance. You can proceed to deploy the gateway.

You can refer to Azure API Management and Application Gateway integration, Integrate API Management in an internal virtual network with Application Gateway and Protect APIs with Application Gateway and API Management

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.