The article provides an overview of various Azure services including Azure API Management Service, Azure Functions, Azure Logic Apps, Azure App Service, and Azure Web Apps. Each service is explained in terms of its functionality, with emphasis on their use in creating, managing, and hosting APIs, web applications, and automating tasks across different programming languages and environments.

Method Description
Azure API Management Service This is a fully managed service that enables customers to publish, secure, transform, maintain, and monitor APIs. With a few clicks in the Azure portal, you can create an API facade that acts as a “front door” through which external and internal applications can access data or business logic implemented by your custom-built backend services, running on Azure, for example on App Service or Azure Kubernetes Service (AKS).
Azure Functions Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure. You can create APIs using Azure Functions by defining HTTP triggers. Each HTTP trigger lets you respond to HTTP requests, and can be used to create, retrieve, update, and delete resources.
Azure Logic Apps Azure Logic Apps is a cloud service that helps you schedule, automate, and orchestrate tasks, business processes, and workflows when you need to integrate apps, data, systems, and services across enterprises or organizations. You can create APIs using Logic Apps by defining HTTP request triggers and responses.
Azure App Service 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, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments.
Azure Web Apps Azure Web Apps is a part of the Azure App Service and provides a platform for hosting web applications. It supports multiple languages, autoscaling, custom domains and so on. You can easily set up APIs by creating a web application that responds to HTTP requests.



Apis-in-azure    Azure-app-service-vs-functions