课程: Microsoft Azure Fundamentals (AZ-900) Exam Tips
今天就学习课程吧!
今天就开通帐号,24,100 门业界名师课程任您挑!
Azure Functions
- [Instructor] Azure Functions allow you to create on demand serverless code that is completely managed for us. Some of the most important features of Azure Functions is that they can scale dynamically, they need to be triggered to execute, and they can be connected to different data sources and targets through bindings. So here in the portal, I'm going to click on create and then I'm going to search for Function app. This is the template that we use in portal for creating these kind of applications. In the create function app webpage, you can see that I need to set the function app name. in this case az900examprepfunctionapp, or something. And similar to the app services, you can choose from code or docker container for your published option. In this case, actually it doesn't matter, I'm going to use code. You can choose from different runtime stacks such .NET, Node, Python, Java, and some others. In this case…