Practice Exam

Question 49 of 75

Declaratively Connect to Azure Blob Storage

You work as a Serverless Architecture Designer for MDFT Pro, a well-known training agency that delivers certification courses to students worldwide. Mark, the Cloud Development Lead, is standardizing how Azure Function apps connect to Azure services to reduce boilerplate code and improve maintainability. The development team frequently builds functions that need to read and write blobs in Azure Blob Storage—processing student assignment uploads, generating certificate PDFs, and storing course materials. Rather than writing imperative code with Storage SDK clients, connection strings, authentication logic, and error handling in every function, Mark wants developers to use Azure Functions’ declarative approach where they simply specify parameters with attributes, and the runtime handles all the connection details automatically.

Which Azure Function app feature should you use to enable developers to declaratively connect to Azure Blob Storage accounts without writing explicit connection code?

Choose the correct answer from the options below.

Explanations for each answer:

Learn more about Triggers and Bindings:
Azure Functions Bindings
Next Question
Discuss this question on social media: