Skip to content

Commit c15f1b6

Browse files
Merge pull request #8 from Azure-Samples/manvkaur/updatebundleinfo
Update README for Functions Extension Bundle version
2 parents 8943b4c + f423de2 commit c15f1b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The following connectors in `@azure/connectors@0.2.0-preview` expose **no trigge
150150
- An Azure subscription.
151151
- A configured AI Gateway connection for the connector you want to trigger on — see the [connection-setup guide](https://github.com/Azure/Connectors-NodeJS-SDK/blob/main/docs/connection-setup.md).
152152

153-
> The connector trigger requires the **Experimental** Functions Extension Bundle (`Microsoft.Azure.Functions.ExtensionBundle.Experimental`, version `[4.6.*, 5.0.0)`) — already pre-configured in every sample's `host.json`.
153+
> The connector trigger requires the **Preview** Functions Extension Bundle (`Microsoft.Azure.Functions.ExtensionBundle.Preview`, version `[4.42.0, 5.0.0)`) — already pre-configured in every sample's `host.json`.
154154
155155
## Run a sample locally
156156

@@ -214,7 +214,7 @@ Each app folder is self-contained:
214214
│ ├── resources.bicep # Storage + App Insights + Function App
215215
│ └── main.parameters.json # ${AZURE_ENV_NAME}, ${AZURE_LOCATION}, ${CONNECTOR_RUNTIME_URL=}, ${CONNECTOR_TOKEN=}
216216
├── azure.yaml # azd service definition + prepackage hook
217-
├── host.json # Experimental extension bundle + logging
217+
├── host.json # Preview extension bundle + logging
218218
├── local.settings.json # placeholders for runtime URL + token
219219
├── package.json
220220
├── tsconfig.json

0 commit comments

Comments
 (0)