Series - Beginners-Series-to-Serverless


Using Serverless as API for Static Web Apps [16 of 16] | Beginner's Series to: Serverless[MP4] [0:07:42] [2021/06/02]
Discover how to deploy a web app to Azure Static Web apps and add a serverless API to provide JSON data. Extra resources:Create a free GitHub account: https://github.com/joinCreate a free Azure…


File Uploads with Serverless [15 of 16] | Beginner's Series to: Serverless[MP4] [0:04:25] [2021/06/02]
Learn how to securely upload images to Azure Blob Storage from your Static Web App by using an Azure Function to generate Shared Access Signatures on the fly Extra resources: Create a service SAS for…


Connect and read data from MongoDB using Serverless [14 of 16] | Beginner's Series to: Serverless[MP4] [0:06:42] [2021/06/02]
Serverless functions are quite powerful, enabling us to write custom code that reacts to events. But code on its own doesn't help much when building complex applications. The real power comes from…


CRON Jobs and Timers with Serverless [13 of 16] | Beginner's Series to: Serverless[MP4] [0:07:01] [2021/06/02]
Learn how to run regularly scheduled tasks in Serverless. This video will show you how to quickly implement your own timer-based Function in JavaScript, explain the benefits of timers in Serverless,…


Triggers and Bindings Explained [12 of 16] | Beginner's Series to: Serverless[MP4] [0:07:36] [2021/06/02]
Easily connect your code to other resources using Triggers and Bindings. This video will explain what triggers and bindings are, show you why they're useful, and walk through how to use them yourself…


Redeploying to Azure after making changes [11 of 16] | Beginner's Series to: Serverless[MP4] [0:03:25] [2021/06/02]
Learn how to make changes to an existing function app and redeploy the new changes to Azure using VS Code Azure Functions documentation:…


Publishing your Serverless Function to Azure [10 of 16] | Beginner's Series to: Serverless[MP4] [0:05:32] [2021/06/02]
Learn how to setup a function app and also deploy the function to Azure using VS Code Azure Functions documentation: https://docs.microsoft.com/en-us/azure/azure-functions/?WT.mc_id=academic-29081-cxa


How to set up Azure in VS Code for Deployment [9 of 16] | Beginner's Series to: Serverless[MP4] [0:01:14] [2021/06/02]
Learn how to setup and authorize the Azure VS Code extension Azure Functions documentation: https://docs.microsoft.com/en-us/azure/azure-functions/?WT.mc_id=academic-29081-cxa


Install Node Modules in your Azure Functions application [8 of 16] | Beginner's Series to: Serverless[MP4] [0:02:01] [2021/06/02]
Learn how to install Node modules in your Azure Functions application, expanding the capabilities of your logic. First you'll install a library from the npm registry to manipulate dates. Then you'll…


Debug Your Serverless Application [7 of 16] | Beginner's Series to: Serverless[MP4] [0:03:16] [2021/06/02]
Learn to debug your Azure Functions application using Visual Studio Code and its debugger. You'll explore the debugging launch configuration that is generated for you in your Azure Function…


Add Changes to The Generated Function [6 of 16] | Beginner's Series to: Serverless[MP4] [0:02:54] [2021/06/02]
Learn how to approach function's programming model by adding changes to starter function template. Extra resources:Tutorial to run and debug your Azure Functions application in Visual Studio Code:…


Walkthrough the directory structure [5 of 16] | Beginner's Series to: Serverless[MP4] [0:02:58] [2021/06/02]
Learn the roles that each file and folder plays in an Azure Functions application. You'll explore where you put function logic and where you configure your endpoints. Then you'll explore where you can…


Create your first Serverless Function using VS Code [4 of 16] | Beginner's Series to: Serverless [MP4] [0:03:13] [2021/06/02]
Learn to create your first Azure Function using VS Code. You'll start by getting the Azure Functions extension for Visual Studio Code. Then you'll create your first Function application and your first…


Use cases of Serverless [3 of 16] | Beginner's Series to: Serverless[MP4] [0:04:25] [2021/06/02]
Learn how other people have used Serverless and gain insight on how it can be useful to you Extra resources: https://docs.microsoft.com/en-us/azure/azure-functions/?WT.mc_id=academic-29081-cxa


Core principles of Serverless [2 of 16] | Beginner's Series to: Serverless[MP4] [0:03:45] [2021/06/02]
Understand the core principles of Serverless which makes it stand out from a regular approach to building APIs Extra…


What is Serverless and why is it so popular now? [1 of 16] | Beginner's Series to: Serverless[MP4] [0:04:07] [2021/06/02]
Learn why Serverless and how it might be beneficial to your or your business. Extra resources: https://docs.microsoft.com/en-us/azure/azure-functions/?WT.mc_id=academic-29081-cxa