Question 35 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question 35 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question

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:

Features

Custom handler

Extension bundle

Trigger

Runtime

Policy

Hosting plan

Answer Area

Requirement

Enable developers to write the functions by using
the Rust language.

Declaratively connect to an Azure Blob Storage
account.

Feature

Feature

Feature

Explanations

Features Answer Area

Requirement Feature

Extension bundle Enable developers to write the functions by using | Custom handler
the Rust language.

Declaratively connect to an Azure Blob Storage
Runtime account.

Trigger

Policy

Hosting plan

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.

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