filmov
tv
Developing and Testing Azure Functions with Azure Functions Core Tools

Показать описание
This video is the first part of a 2-part series where I show you how I developed, tested, and published an Azure Function with the Azure Functions Core Tools. These videos will give you an insight into how I code and offer a glimpse of my personality.
Project: Creating a function that returns the amount to pay to cover my credit card balance on time, based on how often I want to make installment payments (daily, weekly, or every other week).
Check my LinkedIn post for more context about the videos:
Create your Azure account:
Download and Install Azure Functions Core Tools:
00:00 About Myself
01:17 Create a new functions project with `func init`
02:15 Create a new function with `func new`
04:03 Save code to gitHub
07:14 Let's code
34:52 Testing the function
52:34 Kill the process running the function
Project: Creating a function that returns the amount to pay to cover my credit card balance on time, based on how often I want to make installment payments (daily, weekly, or every other week).
Check my LinkedIn post for more context about the videos:
Create your Azure account:
Download and Install Azure Functions Core Tools:
00:00 About Myself
01:17 Create a new functions project with `func init`
02:15 Create a new function with `func new`
04:03 Save code to gitHub
07:14 Let's code
34:52 Testing the function
52:34 Kill the process running the function