DRAG DROP - You are developing an Azure Function app. The app must meet the following requirements: - Enable developers to write the functions by using the Rust...


Microsoft AZ-204 Exam

Questions Number: 69 out of 355 Questions
19.44%

Question 69
DRAG DROP -
You are developing an Azure Function app.
The app must meet the following requirements:
- Enable developers to write the functions by using the Rust language.
- Declaratively connect to an Azure Blob Storage account.
You need to implement the app.
Which Azure Function app features should you use? To answer, drag the appropriate features to the correct requirements. Each feature may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:
AZ-204_69Q.png related to the Microsoft AZ-204 Exam



Box 1: Custom handler -
Custom handlers can be used to create functions in any language or runtime by running an HTTP server process, for example Go or Rust.
Box 2: Trigger -
Functions are invoked by a trigger and can have exactly one. In addition to invoking the function, certain triggers also serve as bindings. You may also define multiple bindings in addition to the trigger. Bindings provide a declarative way to connect data to your code.
Reference:
https://docs.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-other
https://docs.microsoft.com/en-us/dotnet/architecture/serverless/azure-functions





Previous Questions Next Questions