Functions belong in the serverless category and are sometimes called Functions as a Service (FaaS). In this video, learn about how to deploy your solution using Azure Functions and Logic Apps.
- [Instructor] I think Azure Functions … solve a really specific problem really well. … They're so simple, yet can be powerful. … And you should consider them in the future … when you need a small program to do something. … They may not be great for every possible computing need, … but for code that is small enough … that creating it as a stand alone program … might be too much, they're great. … Let's say that you want a program … to run every five minutes that will run a sequel query … against the database, do a calculation, … and call a specific URL with the results. … It's not a big program. … If you go into C# in Visual Studio, … you could probably do all that … in less than 100 lines of code. … So how would you deploy this to Azure? … You could find a VM that you already have, … deploy this code into it, … and set a Windows scheduler on that code … and it would work. … Or you could deploy this to an app service … as a WebJob, and have that WebJob schedule … to run every five minutes. …
Author
Released
10/23/2019- Azure compute options
- Regions and availability zones
- Advantages of cloud computing
- Azure virtual machines
- Virtual machine scale sets
- Functions and logic apps
- Reserved instances and hybrid option
- Auto-scaling
- Dev/Test licensing
- High-performance compute
Skill Level Advanced
Duration
Views
Related Courses
-
Azure Administration: Manage Identities
with Sharon Bennett1h 15m Intermediate
-
Introduction
-
What you should know1m 46s
-
1. Azure Compute Basics
-
What is compute?3m 17s
-
Azure compute options4m 46s
-
Azure regions5m 1s
-
Azure compute pricing3m 58s
-
-
2. Computing Options
-
Virtual Machines (VM)4m 58s
-
App Service4m 6s
-
Service Fabric6m 22s
-
Functions and Logic Apps4m 17s
-
Containers4m 29s
-
-
3. Managing Costs
-
Autoscaling4m 42s
-
Dev/test licensing3m 3s
-
Auto-shutdown2m 26s
-
Azure pricing calculator4m 42s
-
4. High Performance Compute
-
HPC options in Azure4m 6s
-
Azure Batch1m 50s
-
5. Management Tools
-
Conclusion
-
Next steps31s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Functions and Logic Apps