- 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.
推薦閱讀
- 嵌入式Linux開(kāi)發(fā)技術(shù)
- Linux網(wǎng)絡(luò)操作系統(tǒng)與實(shí)訓(xùn)(第三版)
- SharePoint 2013 應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- Windows Server 2012網(wǎng)絡(luò)操作系統(tǒng)企業(yè)應(yīng)用案例詳解
- Mobile First Design with HTML5 and CSS3
- Android物聯(lián)網(wǎng)開(kāi)發(fā)細(xì)致入門(mén)與最佳實(shí)踐
- Ceph分布式存儲(chǔ)實(shí)戰(zhàn)
- 新編電腦辦公(Windows 10+ Office 2013版)從入門(mén)到精通
- Troubleshooting Docker
- Hands-On GPU Programming with Python and CUDA
- Windows 10從新手到高手
- Heroku Cloud Application Development
- Windows Server 2008組網(wǎng)技術(shù)與實(shí)訓(xùn)(第3版)
- Multi-Cloud for Architects
- VMware vSphere 5.1 Cookbook