From the course: Learning Cloud Computing: Serverless Computing

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Plan your applications

Plan your applications

From the course: Learning Cloud Computing: Serverless Computing

Start my 1-month free trial

Plan your applications

- [Instructor] So let's look at planning an application for Azure Functions. And you'll find that there's many overlapping things as we saw with AWS Lambda. In other words, there's things that are very similar if not exactly the same, and there's some things that are different. So note the differences between the two systems. So, within Azure Functions, we need to first create a function, which is basically the application that we're coding. And so typically, this is going to be some container that's going to contain the code, which basically becomes a serverless function. We're able to add function applications to Portal Favorites to make sure that we're able to invoke those applications directly from our dashboard. We're able to trigger these functions using things such as HTTP. We need to test the function or have some sort of a testing mechanism. Now keep in mind you have to plan for testing. So test planning test…

Contents