- Mastering Azure Serverless Computing
- Lorenzo Barbieri Massimo Bonanni
- 61字
- 2021-06-24 12:37:15
Questions
- What are the components that compose the Azure Functions Runtime?
- Host
- SignalR hub
- Language worker
- Azure monitor resource coordinator
- HTTPS listener
- Which of the following programming languages are supported by the Azure Functions Runtime?
- C#
- Cobol
- PowerShell
- Ruby
- Python
- What kind of technology does the runtime use to communicate with the language worker process?
- gRPC
- COM+
- Socket
- Windows Communication Foundation