Please enable JavaScript.
Coggle requires JavaScript to display documents.
Cloud basics, Azure services, Azure COMPUTE Services
Computing…
Cloud basics
-
Benefits of Azure
-
Open source and support for all languages and frameworks, you can build how you want and deploy where you want to
Hybrid. On-premises, in the cloud, and at the edge
-
On demand access to
-
Speech recognition and other cognitive services that help make your application stand out from the crowd.
Azure services
-
-
-
Mobile: cross platform & native apps, cognitive services, Xamarin
-
-
-
-
-
-
Azure COMPUTE Services
Computing resources such as disks, processors, memory, networking, and operating systems
Virtual Machines (VMs)
Just like a physical computer, you can customize all the software running on the VM
-
-
-
-
App Service.
web, mobile, and API apps
Build, deploy, and scale enterprise-grade, running on any platform.
-
Functions
when you're concerned only about the code running your service and not the underlying platform or infrastructure.
They're commonly used when you need to perform work in response to an event (often via a REST request), timer, or message from another Azure service,
-