Azure

Azure API Management and Resource Group Setup

Introduction

Welcome to this article where we will explore the process of creating an API management service and an Azure resource group. This article is part of a series, and its main focus is on generating a token from the Azure active directory and validating it with the Azure management service. Throughout this article, we will uncover the purpose and usage of APIM and Resource groups and walk through the steps to configure them. It is important to note that Azure provides these services as a Platform as a Service (PAAS) solution.

Note: Every free Azure account comes with a $200 subscription.

API Management Services (APIM)

APIM allows you to deploy API gateways alongside APIs hosted in Azure, other cloud platforms, and even on-premises. This enables you to optimize the flow of API traffic and meet security and compliance requirements. APIM also offers a unified management experience and provides full observability across all internal and external APIs.

Azure Resource Group

Azure Resource Group acts as a container that holds related resources for an Azure solution. You can include all the resources for your solution in a resource group or choose to manage only specific resources as a group. Organizing resources into resource groups based on their lifecycle allows for easy deployment, updating, and deletion as a cohesive unit.

Topics Covered

This article will cover the following topics:

  1. Configuring Azure Resource Group
  2. Setting up API Management Service
  3. Cleaning up resources

Pre-requisites

  1. An active Azure Account
  2. A user with sufficient access to create Azure Resource Group
  3. A user with sufficient access to create APIM

Task 1. Create and configure a resource group

  1. Sign in to the Azure portal.
  2. Select Resource groups.
  3. Select Create.
  4. Select Create.
  5. Enter the following values:
    • Subscription: Select your Azure subscription.
    • Resource group: Enter a new resource group name.
    • Region: Select an Azure location, such as Central US.
      Create resource
  6. Select Review + Create
  7. Select Create. It takes a few seconds to create a resource group.
  8. Select Refresh from the top menu to refresh the resource group list, and then select the newly created resource group to open it. Alternatively, select Notification (the bell icon) from the top and then select Go to resource group to open the newly created resource group.
    Notifications

Task 2. Create and configure API management service

  1. From the Azure portal menu, select Create a resource. You can also select Create a Resource on the Azure Home page.
    Create a resource
  2. On the Create a Resource page, select Integration > API Management.
    API Management
  3. In the Create API Management page, enter the required settings.
  4. Select Review + Create.
    API Management Service
  5. Wait for the resource to be created. This may take some time.
    Deployment
  6. Once the resource is created, it will be displayed in the APIM list.
    APIM Sample

Task 3. Clean up resources

To avoid unnecessary charges, make sure to delete any unused resources.

To learn more about our company and the services we offer, visit Skrots. You can also explore our wide range of services at Skrots Services. Don’t forget to check out our blog at Blog at Skrots. Thank you for reading!

Show More

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button