From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Introduction to Azure application components - Azure Tutorial
From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Introduction to Azure application components
- [Instructor] When we build applications, we need to run our code on something. Traditionally, this would be a virtual machine, and of course, we can still build virtual machines to deploy our applications to them. However, Azure offers far more options. Virtual machines are classed as Infrastructure as a Service, because they're close to a more modern infrastructure-based, on-premises solution. A more dynamic and flexible option is Platform as a Service. Web apps and Azure functions both fall under the Platform as a Service, and in the case of functions, they can also be another subset of that area called "serverless". As a quick recap, "Platform as a Service" and "serverless" basically means that all the underlying infrastructure and operating system configuration is completely abstracted away. In other words, you only need to worry about the code that you are deploying to those services. Let's have a look at two of the…
Contents
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Learning objectives1m 5s
-
(Locked)
Introduction to Azure application components8m
-
(Locked)
Setting up a modern API15m 51s
-
(Locked)
Introduction to queues and events6m 47s
-
(Locked)
Using Azure Event Grid7m
-
(Locked)
Using Azure Service Bus9m 20s
-
(Locked)
Review of compute options8m 26s
-
(Locked)
Architecture example2m 14s
-
(Locked)
-
-
-