Migrating Your API to Serverless using Azure Functions
Microsoft Azure Developers Microsoft Azure Developers
18.6K subscribers
8,056 views
123

 Published On Jun 4, 2018

Burke Holland leads you through learning how to migrate an existing NodeJS/Express based API to a Serverless one using Azure Functions and Azure Functions Proxies.

Source Code: https://github.com/burkeholland/heroe...

Azure Functions: https://cda.ms/pw


Here's what we go over in the video...

00:19 - Walkthough of existing project (available on Github)
01:27 - Create new Serverless project
02:26 - Create a new HTTP Function
02:47 - Add a function to read from the database
04:16 - Testing locally
04:47 - Create and test the rest of the CRUD functions - Create, Update and Delete
07:35 - Create a new Functions App in Azure
08:35 - Deploying code to the Function App in Azure
09:20 - Add environment variables
09:54 - Testing deployed Function App with Postman
10:28 - Using proxies to create RESTful URL's
14:30 - Pointing the React project at the new endpoint
15:23 - Enabling CORS

show more

Share/Embed