Skip to content

Commit

Permalink
chore(azure-eventhub): add warning about connection string source (ke…
Browse files Browse the repository at this point in the history
  • Loading branch information
prousso authored Sep 28, 2021
1 parent a7b4343 commit b5ef50c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/2.0/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ triggers:
- `unprocessedEventThreshold` - : Average target value to trigger scaling actions. (default: 64)
- `blobContainer` - Container name to store checkpoint. This is needed when a using an Event Hub application written in dotnet or java, and not an Azure function

> 💡 The Azure Storage connection string is not compatible with connection string created from a Shared Access Signature

### Authentication Parameters

Not supported yet.
Expand Down
2 changes: 2 additions & 0 deletions content/docs/2.1/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ triggers:
- `unprocessedEventThreshold` - : Average target value to trigger scaling actions. (default: 64)
- `blobContainer` - Container name to store checkpoint. This is needed when a using an Event Hub application written in dotnet or java, and not an Azure function

> 💡 The Azure Storage connection string is not compatible with connection string created from a Shared Access Signature

### Authentication Parameters

The common way of authenticating to Azure Event Hub is by using the connection string. However, you can use [Pod Identity](https://azure.github.io/aad-pod-identity/docs/demo/standard_walkthrough/) if you host your cluster in Azure AKS, and if have configured it to support Pod Identity.
Expand Down
2 changes: 2 additions & 0 deletions content/docs/2.2/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ triggers:
- `unprocessedEventThreshold` - : Average target value to trigger scaling actions. (default: 64)
- `blobContainer` - Container name to store checkpoint. This is needed when a using an Event Hub application written in dotnet or java, and not an Azure function

> 💡 The Azure Storage connection string is not compatible with connection string created from a Shared Access Signature

### Authentication Parameters

The common way of authenticating to Azure Event Hub is by using the connection string. However, you can use [Pod Identity](https://azure.github.io/aad-pod-identity/docs/demo/standard_walkthrough/) if you host your cluster in Azure AKS, and if have configured it to support Pod Identity.
Expand Down
2 changes: 2 additions & 0 deletions content/docs/2.3/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ triggers:
>
> C# Applications that use the current `Azure.Messaging.EventHubs` package, Java applications which use the current `azure-messaging-eventhubs` package or Python applications since `azure-eventhub v5`, have to set the `checkpointStrategy`to `blobMetadata`. All these implementations based on the `EventProcessorClient` which stores checkpoint information as blob metadata.

> 💡 The Azure Storage connection string is not compatible with connection string created from a Shared Access Signature

### Authentication Parameters

The common way of authenticating to Azure Event Hub is by using the connection string. However, you can use [Pod Identity](https://azure.github.io/aad-pod-identity/docs/demo/standard_walkthrough/) if you host your cluster in Azure AKS, and if have configured it to support Pod Identity.
Expand Down
2 changes: 2 additions & 0 deletions content/docs/2.4/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ triggers:
>
> C# Applications that use the current `Azure.Messaging.EventHubs` package, Java applications which use the current `azure-messaging-eventhubs` package or Python applications since `azure-eventhub v5`, have to set the `checkpointStrategy`to `blobMetadata`. All these implementations based on the `EventProcessorClient` which stores checkpoint information as blob metadata.

> 💡 The Azure Storage connection string is not compatible with connection string created from a Shared Access Signature

### Authentication Parameters

The common way of authenticating to Azure Event Hub is by using the connection string. However, you can use [Pod Identity](https://azure.github.io/aad-pod-identity/docs/demo/standard_walkthrough/) if you host your cluster in Azure AKS, and if have configured it to support Pod Identity.
Expand Down
1 change: 1 addition & 0 deletions content/docs/2.5/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ triggers:
>
> C# Applications that use the current `Azure.Messaging.EventHubs` package, Java applications which use the current `azure-messaging-eventhubs` package or Python applications since `azure-eventhub v5`, have to set the `checkpointStrategy`to `blobMetadata`. All these implementations based on the `EventProcessorClient` which stores checkpoint information as blob metadata.

> 💡 The Azure Storage connection string is not compatible with connection string created from a Shared Access Signature
### Authentication Parameters

The common way of authenticating to Azure Event Hub is by using the connection string. However, you can use [Pod Identity](https://azure.github.io/aad-pod-identity/docs/demo/standard_walkthrough/) if you host your cluster in Azure AKS, and if have configured it to support Pod Identity.
Expand Down

0 comments on commit b5ef50c

Please sign in to comment.