- 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設備驅動開發(fā)詳解(第2版)
- Windows Vista基礎與應用精品教程
- Mobile-first Bootstrap
- Linux從零開始學(視頻教學版)
- SOA實踐者說
- 嵌入式Linux系統(tǒng)開發(fā):基于Yocto Project
- 網絡操作系統(tǒng)教程:Windows Server 2016管理與配置
- Kali Linux 2018:Windows Penetration Testing
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- 鴻蒙操作系統(tǒng)設計原理與架構
- 應急指揮信息系統(tǒng)設計
- Docker容器技術與應用
- Linux操作系統(tǒng)案例教程(第2版)
- Linux內核修煉之道
- Learn OpenShift