Azure PaaS services
Azure Platform-as-a-Service (PaaS) services provide flexible ways to run workloads, securely and reliably on the cloud.
Azure Compute Services
Azure Container Instances: Run Docker containers on-demand in a managed, serverless Azure environment.
Azure App Service: Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure.
Azure Static Web Apps: allows you to build modern web applications that automatically publish to the web as your code changes. Full-stack development combining Frontend (React, Angular, Vue, …), Serverless Backend API using Azure Functions (NodeJS, Python, C#,…) and GitHub Actions CI/CD pipeline.
Azure Functions (Serverless): You can use Functions to build web APIs, respond to database changes, process IoT streams, manage message queues, and more.