Mastering Azure Serverless Computing
上QQ阅读APP看书,第一时间看更新

Questions

  1. What are the components that compose the Azure Functions Runtime?
    • Host
    • SignalR hub
    • Language worker
    • Azure monitor resource coordinator
    • HTTPS listener
  1. Which of the following programming languages are supported by the Azure Functions Runtime?
    • C#
    • Cobol
    • PowerShell
    • Ruby
    • Python
  1. What kind of technology does the runtime use to communicate with the language worker process?
    • gRPC
    • COM+
    • Socket
    • Windows Communication Foundation