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

Questions

  1. Which of these languages is supported by the Azure Functions runtime?
    • C#
    • Golang
    • JavaScript
    • Java
    • Cobol
  1. Which of the following tools can you use to create a project containing an Azure Function?
    • Visual Studio
    • Azure Functions Core Tools
    • Storage Emulator
    • Management Studio
  1. Can you create Azure Functions written in different programming languages within a function app?
    • Yes, both in V.1.x and in V2.x
    • Yes, only in V1.x
    • Yes, only in V2.x
    • No, never
  1. How can you debug your Azure Functions remotely?
    • By installing Visual Studio in the same VM that hosts the Azure Function.
    • Using the Cloud Explorer extension on Visual Studio and the remote debugger.
    • You can't debug an Azure Function remotely.