
Getting Started with Azure Functions
Where to Watch Getting Started with Azure Functions
34.
Putting it All Together for Continuous Delivery
2017-06-26
We covered some of the techniques you can use to automate deployment in your Azure Function apps. This video will give you a general overview and help give you some tips to use in your organization.
Watch Getting Started with Azure Functions Season 1 Episode 34 Now
33.
Using Azure Resource Manager with Function Apps
2017-06-26
ARM templates for storage accounts and VMs are pretty straightforward, but they are a little tricky with Function Apps. How can we create a reusable template for our function apps?
Watch Getting Started with Azure Functions Season 1 Episode 33 Now
32.
Introduction to Azure Resource Manager
2017-06-26
When you learn about infrastructure as code in Azure, you should learn about Azure Resource Manager, or ARM for short. It can be a little tricky to understand, but once you start using it, you'll want to manage all your infrastructure with it.
Watch Getting Started with Azure Functions Season 1 Episode 32 Now
31.
Using Git to Edit and Deploy Functions
2017-06-26
If you're editing Azure Functions directly in the web editor in the Azure Portal, you're probably going to have a big problem. Is it possible to use source control to protect your function's source code?
Watch Getting Started with Azure Functions Season 1 Episode 31 Now
30.
Using Azure Functions Core Tools
2017-06-26
Is there a good tool for developers to use for develop Azure Functions locally? Is it free and easy to use?
Watch Getting Started with Azure Functions Season 1 Episode 30 Now
29.
Debugging Your Azure Functions
2017-06-26
What if you can't figure out why your Azure Function is failing? Can you debug the code? Can you step through your Azure Function remotely on the server?
Watch Getting Started with Azure Functions Season 1 Episode 29 Now
27.
Using the Postman REST Client
2017-06-26
Calling a sophisticated REST endpoint is hard to set up with your browser or with an integration test. But there is a free tool that makes it super easy.
Watch Getting Started with Azure Functions Season 1 Episode 27 Now
26.
C# Integration Tests
2017-06-26
To ensure that your Azure Functions are running properly, you may want to use integration tests in your projects. How would you use them properly?
Watch Getting Started with Azure Functions Season 1 Episode 26 Now
25.
Moving to a Serverless Architecture
2017-06-26
In the previous video, we gave you some best practices for a serverless architecture. Now you're ready to start moving your big monolithic application to lightweight Functions that don't require you to manage the infrastructure.
Watch Getting Started with Azure Functions Season 1 Episode 25 Now
24.
Serverless Best Practices
2017-06-26
In our previous video, we talked about some of the challenges you may have if you rely on a serverless architecture. In this video, I'm going to give you some hope; there are some practices you can follow that will help you maintain your sanity in your serverless home.
Watch Getting Started with Azure Functions Season 1 Episode 24 Now
23.
Serverless Considerations
2017-06-26
You're excited about serverless. You may even have ported everything over to Azure Functions in your head!
Watch Getting Started with Azure Functions Season 1 Episode 23 Now
22.
Why Serverless?
2017-06-26
In the previous video,youlearned what a serverless architecture is. Now let's discover why it has becomeso popular among software architects recently.
Watch Getting Started with Azure Functions Season 1 Episode 22 Now
21.
What is Serverless Architecture?
2017-06-26
If you're interested in Azure Functions, you've probably heard about serverless architecture. However, you may not be clear on what it means.
Watch Getting Started with Azure Functions Season 1 Episode 21 Now
20.
Security Concerns
2017-06-26
In the previous video, we went over someb est practices for your Azure Functions to help with durable, performant apps. This video will now share some best practices for security.
Watch Getting Started with Azure Functions Season 1 Episode 20 Now
19.
Best Practices for Azure Functions
2017-06-26
No one wants to build something that requires continuous maintenance. What are some tips to follow to prevent problems with our Azure Functions down the road?
Watch Getting Started with Azure Functions Season 1 Episode 19 Now
18.
Choosing a Hosting Plan
2017-06-26
We've seen the Hosting Plan dropdown. It seems important but you may not know what it means. Should you use a consumption plan or an App Service plan?
Watch Getting Started with Azure Functions Season 1 Episode 18 Now
17.
Choosing Between Flow, Logic Apps, Azure Functions, and WebJobs
2017-06-26
Maybe, Azure Functions aren't the ideal approach for your solution. You may be better served using Microsoft Flow, Logic Apps or Azure WebJobs.
Watch Getting Started with Azure Functions Season 1 Episode 17 Now
16.
Advanced Bindings
2017-06-26
Sometimes you just need to do a little more complex job when your function does it's magic. In this video we'll cover some of the more advanced bindings.
Watch Getting Started with Azure Functions Season 1 Episode 16 Now
15.
Other Triggers and Bindings
2017-06-26
What if you have the need to trigger your Azure Function from a stream of real-time data or from an event from Event Hub? Why would you need this and how would you do it?
Watch Getting Started with Azure Functions Season 1 Episode 15 Now
14.
Storage Triggers
2017-06-26
Have you ever had to write a service to "poll" a directory or queue to see if something happened? Do you have services that must be called by your client until something happens?
Watch Getting Started with Azure Functions Season 1 Episode 14 Now
13.
Basic Triggers
2017-06-26
We've been using triggers in our previous videos without really knowing it. We need to understand the basics of basic triggers and how we can use some basic bindings to interact with our caller.
Watch Getting Started with Azure Functions Season 1 Episode 13 Now
12.
Introduction to Triggers and Bindings
2017-06-26
It is important to grasp the concept of triggering a function from an event and bind your input or output to another Azure service.
Watch Getting Started with Azure Functions Season 1 Episode 12 Now
11.
Other Languages in Azure Functions
2017-06-26
What if you are using something a little less standard? Can you use other languages on Azure Functions?
Watch Getting Started with Azure Functions Season 1 Episode 11 Now
10.
PHP in Azure Functions
2017-06-26
PHP is massively popular among the Open Source community. You can run your PHP scripts in Azure Functions.
Watch Getting Started with Azure Functions Season 1 Episode 10 Now
6.
JavaScript in Azure Functions with NodeJS
2017-06-26
You may know some JavaScript, but you don't know how you can use it in an Azure Function. What limitations are there?
Watch Getting Started with Azure Functions Season 1 Episode 6 Now
5.
How Does Pricing Work?
2017-06-26
Before you go too crazy creating Azure Functions, you want to know how you can architect your solution without breaking the bank. How can you predict your cloud costs when you build your infrastructure using Functions?
Watch Getting Started with Azure Functions Season 1 Episode 5 Now
4.
Writing Your First Azure Function
2017-06-26
You'd like to create more Azure Functions, but you want to do it inside your Azure subscription. How do you create an Azure Function app?
Watch Getting Started with Azure Functions Season 1 Episode 4 Now
3.
Setting Up Your Azure Account
2017-06-26
In order to use Azure Functions you need an Azure account, but how do I sign up for an Azure account?
Watch Getting Started with Azure Functions Season 1 Episode 3 Now
2.
What are Azure Functions?
2017-06-26
You have an idea what Azure Functions are, but you're not sure what all the hype is about. Can you give them a trial run without following a lot of steps?
Watch Getting Started with Azure Functions Season 1 Episode 2 Now
1.
The Course Overview
2017-06-26
This video provides an overview of the entire course.
Watch Getting Started with Azure Functions Season 1 Episode 1 Now

Getting Started with Azure Functions is a series categorized as a new series. Spanning 1 seasons with a total of 30 episodes, the show debuted on 2017. The series has earned a no reviews from both critics and viewers. The IMDb score stands at undefined.
How to Watch Getting Started with Azure Functions
How can I watch Getting Started with Azure Functions online? Getting Started with Azure Functions is available on Packt Publishing with seasons and full episodes. You can also watch Getting Started with Azure Functions on demand at Amazon online.
Genres
Channel
Packt Publishing
Stream shows like Getting Started with Azure Functions
Top TV Shows
Also on Packt Publishing