- Mastering Azure Serverless Computing
- Lorenzo Barbieri Massimo Bonanni
- 170字
- 2021-06-24 12:37:12
Questions
- How many triggers can an Azure Function have?
- They must always have only one trigger.
- They cannot have triggers.
- More than one trigger.
- Zero or one trigger.
- How many bindings can an Azure Function have?
- They must always have only one binding.
- They cannot have bindings.
- As many bindings as you want.
- At most, one binding.
- What does TriggerListener do?
- Manages custom events and executes Azure Functions when they occur.
- Opens a socket connection to the Azure Functions runtime and tracks errors.
- It is used by the runtime only to open HTTP connections to the internet.
- How can you add a custom extension to the Azure Functions runtime?
- You need to modify the Azure Functions runtime source code and rebuild it.
- You can use the AddExtension method of the IWebJobsBuilder interface in the configuration phase of the startup phase.
- You cannot add a custom extension to the Azure Functions runtime.
- You have to create a TimerTrigger function that, periodically, adds the extension to the runtime.
推薦閱讀
- Mobile-first Bootstrap
- Ansible權威指南
- SOA實踐者說
- Java EE 8 Design Patterns and Best Practices
- Hands-On UX Design for Developers
- INSTANT Galleria Howto
- Windows 7實戰從入門到精通(超值版)
- Linux軟件管理平臺設計與實現
- 統信UOS應用開發進階教程
- bash shell腳本編程經典實例(第2版)
- Linux從入門到精通(視頻教學版)
- 辦公自動化教程(Windows7+Office2010)
- Linux深度攻略
- Responsive Web Design with AngularJS
- Windows 8玩全不求人