Please enable JavaScript.
Coggle requires JavaScript to display documents.
Core Services - Coggle Diagram
Core Services
compute
-
-
Azure Kubernetes Service
The task of automating, managing, and interacting with a large number of containers is known as orchestration.
-
Azure App Services
App Service enables you to build and host web apps, background jobs, mobile back-ends, and RESTful APIs in the programming language of your choice without managing infrastructure. It offers automatic scaling and high availability. App Service supports Windows and Linux and enables automated deployments from GitHub, Azure DevOps, or any Git repo to support a continuous deployment model.
-
-
-
-
-
Azure Batch
enables large-scale parallel and high-performance computing (HPC) batch jobs with the ability to scale to tens, hundreds, or thousands of VMs.
Serverless
Azure Logic Apps
As an example, let's say a ticket arrives in Zendesk. You could:
-
-
-
-
Workflows actions can also include data conversions and flow controls, such as conditional statements, switch statements, loops, and branching.
Each time the trigger fires, the Logic Apps engine creates a logic app instance that runs the actions in the workflow.
-
-
Azure Functions
-
-
-
-
-
-
response to an event (often via a REST request), timer, or message from another Azure service, and when that work can be completed quickly, within seconds or less.
-