Skip to content

Commit f32079a

Browse files
fixing acrolinx
1 parent 4da01a5 commit f32079a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions-bindings-event-hubs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Working with the trigger and bindings requires that you reference the appropriat
2828

2929
A new version of the Event Hubs bindings extension is available in preview. It introduces the ability to [connect using an identity instead of a secret](../articles/azure-functions/functions-reference.md#configure-an-identity-based-connection). For a tutorial on configuring your function apps with managed identities, see the [creating a function app with identity-based connections tutorial](../articles/azure-functions/functions-managed-identity-tutorial.md). For .NET applications, it also changes the types that you can bind to, replacing the types from `Microsoft.Azure.EventHubs` with newer types from [Azure.Messaging.EventHubs](/dotnet/api/azure.messaging.eventhubs).
3030

31-
This extension version is available as a [preview NuGet package] or can be added from the preview extension bundle v3 by adding the following in your `host.json` file:
31+
This extension version is available as a [preview NuGet package] or can be added from the preview extension bundle v3 by adding the following configuration to your `host.json` file:
3232

3333
```json
3434
{
@@ -56,6 +56,6 @@ Functions 1.x apps automatically have a reference the [Microsoft.Azure.WebJobs](
5656
## host.json settings
5757
<a name="host-json"></a>
5858

59-
The [host.json](../articles/azure-functions/functions-host-json.md#eventhub) file contains settings that control Event Hubs trigger behavior. The configuration is different depending on the Azure Functions version.
59+
The [host.json](../articles/azure-functions/functions-host-json.md#eventhub) file contains settings that control behavior for the Event Hubs trigger. The configuration is different depending on the Azure Functions version.
6060

6161
[!INCLUDE [functions-host-json-event-hubs](../articles/azure-functions/../../includes/functions-host-json-event-hubs.md)]

0 commit comments

Comments
 (0)