About 1,310,000 results
Open links in new tab
  1. Azure API AppsAPI service | Microsoft Azure

    Azure API Apps give you the tools to develop, host, secure, and share REST APIs in your organization or with the world.

  2. Overview of Azure App Service - Azure App Service | Microsoft …

    Mar 18, 2025 · Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your favorite language, be it .NET, .NET Core, Java, Node.js, Python, or PHP. Applications run and scale with ease on both Windows and Linux -based environments.

  3. Deploy an Application that Uses OpenAI - Azure App Service

    6 days ago · In the following tutorial, we're adding an Azure OpenAI service using Semantic Kernel to a .NET 8 Blazor web application. An Azure OpenAI resource or an OpenAI account. A .NET 8 Blazor Web App. Create the application with a template here. 1. Setup Blazor web app.

  4. Azure App Service REST API | Microsoft Learn

    May 7, 2024 · Learn how the Azure App Service lets you run web apps, mobile app back ends, and API apps in Azure.

  5. Azure AI Model Catalog – Foundation Models | Microsoft Azure

    Build language model apps using model as a service (MaaS) by offering access to Llama 2 as an API. Microsoft adds Mistral Large to the Azure AI model catalog. Learn how to use MaaS through inference APIs and hosted fine-tuning. Learn how to deploy Mistral Large through Azure AI.

  6. Build REST APIs in three steps with API Management and Azure

    Nov 11, 2020 · In three easy steps you can design and build your API’s without writing a bunch of lines of code and documentation. Step 1: Create an API definition using API Management. In API Management, choose API’s from the left menu, and then select OpenAPI. In the Create from OpenAPI specification window, select Full.

  7. Enhancing AI Integrations with MCP and Azure API Management

    11 hours ago · The Model Context Protocol (MCP) is emerging as a key open standard enabling these integrations - allowing AI models to interact with APIs, Databases and other ... which are built using Azure Container Apps. Azure API Management's credential manager centralizes secure credential storage and facilitates the secure creation of connections to your ...

  8. Build AI agent tools using remote MCP with Azure Functions

    Apr 4, 2025 · Model Context Protocol (MCP) is a way for apps to provide capabilities and context to a large language model. ... This is the easiest way to get started with remote MCP, and it’s even better together with other Azure services like API Management and Logic Apps. ... Try using Application Insights Live Metrics in the Azure Portal to watch your ...

  9. GitHub - Azure/azure-rest-api-specs: The source for REST API ...

    This repository is the canonical source for REST API specifications for Microsoft Azure. You can learn more about it here. If you're a Microsoft employee looking for information about all of the repositories and steps for Azure SDK Libraries Releases, go to the aka.ms/azsdk/join.

  10. Web API design best practices - Azure Architecture Center

    Mar 27, 2025 · To achieve loose coupling in a RESTful web API, use only standard protocols, and having a mechanism whereby the client and the web service can agree on the format of the data to exchange. This guide provides best practices for designing RESTful web APIs.