Skip to content

Commit 2781f2e

Browse files
Including bundle information in readme
1 parent 1452ae1 commit 2781f2e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,15 @@ def save_snippet(file: func.Out[str], context) -> str:
272272
return f"Snippet '{snippet_content_from_args}' saved successfully"
273273
```
274274
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+
275284
## Next Steps
276285
277286
- Add [API Management]() to your MCP server

0 commit comments

Comments
 (0)