Extend migration guide #21504
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Docs
Event Hubs
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Feature Request
Reading
https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/migrationguide.md
I had no clue how the authentication works now.#20022 helped me solving the issue.
However explaining the Token setup now would be beneficial for many.
The current example for authentication where you initialize via:
is simply not realistic because of
nil
and DefaultFunc.Instead I had to use:
azidentity.NewClientSecretCredential(...)
which is probably closer to what most will need to do and therefore more instructive.
The text was updated successfully, but these errors were encountered: