ComenzarEmpieza gratis

Classify Azure Functions bindings

An Azure Function receives files from Blob Storage, messages from queues, and documents from Cosmos DB.

It also needs to write processed data back to tables, queues, and storage for downstream systems.

To ensure your functions are configured correctly, you need to classify bindings as either:

  • Input (bringing data into your function)
  • Output (sending data from your function)

Este ejercicio forma parte del curso

Azure App Services

Ver curso

Ejercicio interactivo práctico

Pon en práctica la teoría con uno de nuestros ejercicios interactivos

Empezar ejercicio