🐅
RK Azure
  • ⚓Azure Tutorial
  • âœˆī¸Azure Databricks
    • 🆒Deployment Steps
    • đŸī¸Deployment Steps - NoPIP
    • đŸ¯Secure your Azure Databricks environment
    • â›ąī¸Azure Databricks Components
    • đŸ›Šī¸Cloud Security Baseline for Azure Databricks
    • 🏹Medallion Architecture
      • ã€Ŋī¸Azure End-to-End Data Engineering Project: Incremental data pipeline [Part 1]
  • đŸī¸Azure Data Factory
    • 🆒Deployment Steps
    • âŗSecure your Azure Data Factory
    • âœˆī¸Cloud Security Baseline for Azure Data Factory
  • đŸ’ŖAzure Data Lake Storage Gen2
    • đŸ“ĻSecure Your Azure Data Lake Storage Gen2
    • 🆒Deployment Steps
    • âœˆī¸Cloud Security Baseline for Azure Data Lake Storage Gen2
  • đŸ›ŗī¸Azure Kubernetes Service (AKS)
    • đŸĒ‚Secure Your Azure Kubernetes Service (AKS)
    • âœˆī¸Cloud Security Baseline for Azure Kubernetes Service (AKS)
    • đŸ§ļCreating an Azure Kubernetes Service (AKS) Cluster: A Step-by-Step Guide
  • đŸĨĻAzure Infrastructure as Code (IaC)
    • 💘Secure Your Azure Infrastructure as Code (IaC)
    • âœˆī¸Cloud Security Baseline for Azure Infrastructure as Code (IaC)
  • đŸ›°ī¸Azure DevOps
    • đŸ¯Secure your Azure DevOps environment
    • đŸ›Šī¸Cloud Security Baseline for Azure DevOps
  • đŸšĸAzure OpenAI
    • âœˆī¸Security Risks for Azure OpenAI
    • 🚔Cloud Security Baseline for Azure OpenAI
    • 🆒Deployment Steps
    • ⌛Use your own data with Azure OpenAI
    • 🚀Utilize prompt engineering in your app
    • Azure OpenAI - App Using Microsoft Entra ID
    • 🎊Creating Azure OpenAI Instances and Content Filter
    • 👑Bring Your Own Data to Azure OpenAI
  • 🍏Azure AI Studio
    • 🍎Secure your Azure AI Studio
    • 🍐Cloud Security Baseline for Azure AI Studio
  • 🍊Azure ML
    • 🍋Secure your Azure ML
    • 🍌Cloud Security Baseline for Azure ML
  • 🍉Azure Container Registry
    • 🍇Secure your Azure Container Registry
    • 🍓Cloud Security Baseline for Azure Container Registry
  • 🍈Azure Data Science VM
  • 🍒Azure Automation
    • đŸĨ­Secure your Azure Automation
    • đŸĢCloud Security Baseline for Azure Automation
  • 🚉Azure AI Document Intelligence
    • đŸĨŒCloud Security Baseline for Azure AI Document Intelligence
    • 🐝Secure your Azure AI Document Intelligence
  • đŸ—Ŗī¸Azure AI Search
    • 🔍Cloud Security Baseline for Azure AI Search
    • Secure your Azure AI Search
    • đŸĻ•Azure Open AI: Setup Azure AI Search Solution
  • đŸŒ¤ī¸Generative AI Solutions with Azure OpenAI
    • đŸĻ•Deployment
    • Useful Links
  • 🍎Azure Logic Apps
    • đŸ—Ŗī¸Cloud Security Baseline for Azure Logic Apps
    • đŸĒ–Deployment Steps
  • 👩‍đŸ’ŧAzure API Management
    • đŸĒ–Cloud Security Baseline for Azure API Management
      • đŸŒ¤ī¸Deployment Steps
    • 👓Deployment
    • âš™ī¸Securely Integrating Azure API Management with Azure OpenAI via Application Gateway
  • 🔮Azure AI Hub
    • How to Deploy an Azure AI Hub Step-by-Step
  • đŸ•ĸAzure Event Hub
    • đŸ›ĢDeployment Steps
  • 🍎Azure Container Apps environments
    • Deploying an Azure Container Apps Environment in a VNet
  • 🔗Azure Important Links
  • 🕎Labs
    • Develop custom copilots with Azure AI Studio
      • đŸ™…â€â™‚ī¸Fine-tuning
  • 📅Azure Database for PostgreSQL flexible server
  • đŸĒ…Azure Cosmos DB
  • âœˆī¸Azure AI Foundry + Azure AI Search + Azure OpenAI
  • 🛝Azure AI Foundry
    • đŸ›ĢAzure AI Foundry Implementation - 1
    • đŸĢļAzure AI Foundry Implementation - 2
    • 🛝Azure AI Foundry Implementation - 3
    • đŸĻžSetting up Azure AI foundry and build AI application
  • 🚇Azure - Connect resources between multiple subscription
    • 🔏How to set up Azure Private Link
    • 🤝How to Set Up Azure VNet Peering
    • đŸ–¨ī¸Azure Private Endpoint: Step-by-Step Implementation with DNS Registration
    • 🎊Creating Azure Private Endpoint and Private Link with DNS Configuration for VM Connectivity
Powered by GitBook
On this page
  1. 👩‍đŸ’ŧAzure API Management

👓Deployment

PreviousDeployment StepsNextSecurely Integrating Azure API Management with Azure OpenAI via Application Gateway

Last updated 1 month ago

CtrlK
  • Create a new instance
  • Go to your API Management instance
  • Import and publish a backend API
  • Test the new API in the Azure portal

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.

  1. In the left navigation of your API Management instance, select APIs.

  2. Select the OpenAPI tile.

  3. In the Create from OpenAPI specification window, select Full.

  4. 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

  1. In the left navigation of your API Management instance, select APIs > Swagger Petstore.

  2. 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.

  3. Select Send.

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