We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1452ae1 commit 2781f2eCopy full SHA for 2781f2e
README.md
@@ -272,6 +272,15 @@ def save_snippet(file: func.Out[str], context) -> str:
272
return f"Snippet '{snippet_content_from_args}' saved successfully"
273
```
274
275
+Note that the `host.json` file also includes a reference to the experimental bundle, which is required for apps using this feature:
276
+
277
+```json
278
+"extensionBundle": {
279
+ "id": "Microsoft.Azure.Functions.ExtensionBundle.Experimental",
280
+ "version": "[4.*, 5.0.0)"
281
+}
282
+```
283
284
## Next Steps
285
286
- Add [API Management]() to your MCP server
0 commit comments