Skip to content

Commit

Permalink
chore: Update docs to reflect changes in eventhub after the SDK migra…
Browse files Browse the repository at this point in the history
…tion (#1313)

* chore: Update docs to reflect changes in eventhub after the SDK migration

Signed-off-by: Jorge Turrado <[email protected]>

* Add a note

Signed-off-by: Jorge Turrado <[email protected]>

* Update references

Signed-off-by: Jorge Turrado <[email protected]>

---------

Signed-off-by: Jorge Turrado <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer authored Jul 31, 2024
1 parent ea3b2b8 commit 401b6ca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions content/docs/2.15/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ triggers:
endpointSuffix: servicebus.airgap.example
# Required when cloud = Private
storageEndpointSuffix: airgap.example
# Required when cloud = Private.
activeDirectoryEndpoint: https://login.airgap.example/
# Required when cloud = Private.
eventHubResourceURL: https://eventhubs.airgap.example/
# Required when using pod identity authentication with blob storage
storageAccountName: 'name_of_account'
```
Expand Down Expand Up @@ -59,8 +55,8 @@ triggers:
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
- `storageEndpointSuffix` - Blob Storage endpoint of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `airgap.example`. Do not include the `blob` part of the endpoint.)
- `activeDirectoryEndpoint` - Active Directory endpoint of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `https://login.microsoftonline.de/` for `AzureGermanCloud`).
- `eventHubResourceURL` - Event Hub resource URL of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `https://eventhubs.azure.net/` for known Azure Clouds).

> When using [pod identity](../authentication-providers/azure-ad-workload-identity.md), Microsoft Entra ID endpoint is recovered via `AZURE_AUTHORITY_HOST` env var provided by https://azure.github.io/azure-workload-identity/docs/installation/mutating-admission-webhook.html

> 💡 Learn more about the checkpointing behaviour in this [section](#checkpointing-behaviour).

Expand Down

0 comments on commit 401b6ca

Please sign in to comment.