A clerk-office JavaScript Azure Functions app adds a Cosmos DB output binding, but the host cannot resolve the binding extension. What should the developer enable on the function app?
Select an answer to reveal the explanation.
Short Explanation
Bindings are power tools that need their extension pack on the workbench. Turn on extension bundles (or register the extension) so the Cosmos output binding resolves. Rewriting everything as raw SDK code skips the binding skill the item is testing.
Full Explanation
Non-.NET and many .NET scenarios rely on extension bundles or explicitly registered extensions for bindings such as Cosmos DB. Without the extension, the host cannot bind. Manual SDK usage is possible but is not the declarative binding configuration under test. API Management and Durable task hubs are different features.