Please enable JavaScript.
Coggle requires JavaScript to display documents.
1 Core Cloud Services - Coggle Diagram
1 Core Cloud Services
Azure App Service
web apps, background jobs, mobile backends, and RESTful APIs
- automatic scaling and high availability.
- windows and Linux
-
-
- Web Apps
- API Apps
REST-based Web APIs
Swagger support,
- WebJobs
background tasks
- Mobile Apps
Virtual Machines
availability set
-
- planned maintenance
- unplanned maintenance
- Up to three fault domains that each have a server rack with dedicated power and network resources
- Five logical update domains which then can be increased to a maximum of 20
-
Azure Batch
-
- Starts a pool of compute VMs for you
- Installs applications and staging data
- Runs jobs with as many tasks as you have
- Identifies failures
- Requeues work
- Scales down the pool as work completes
containers
- Azure Container Instances (ACI)
-
- Azure Kubernetes Service (AKS)
-
-
Serverless computing
- Abstraction of servers
- Event-driven scale:
- Micro-billing (per second)
- stateless (the default),
behave as if they're restarted every time they respond to an event
- stateful (called "Durable Functions")
a context is passed through the function to track prior activity.
Where Functions execute code, Logic Apps execute workflows
-
- Virtual machines
- Containers
- Azure App Service
- Serverless computing