ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 198 - AZ-204 discussion

Report
Export

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.


Question 198
Correct answer: Question 198

Explanation:

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

asked 02/10/2024
Lance Herbst
41 questions
User
0 comments
Sorted by

Leave a comment first