Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for support on using Managed Identities with Event Hub connection for Netherite #222

Open
clouddna-au opened this issue Jan 25, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@clouddna-au
Copy link

I am trying to use Managed Identities with Event Hub connection for my Netherite project, but I am having difficulty getting it to work correctly. I was wondering if anyone could provide some support or guidance on how to properly set this up.

Any help would be greatly appreciated. Thank you!

Environment:

Netherite version: 1.3.1
Operating System: Windows

@sebastianburckhardt
Copy link
Member

FYI, authentication using Managed Identities is not fully supported by Netherite yet, see the feature matrix for storage backends.

That said, we do have "partial" support for MI scenarios, under the following restrictions:

  • you are using a C# function app
  • you are either managing your own scaling, or you have configured runtime-driven scaling
  • you are willing to write some custom startup code to construct a suitable AzureTokenCredential

If this is the case, the following two sample applications contain instructions:

  • See samples\TokenCredentialDF for a sample of an Azure Function app .
  • See samples\TokenCredentailDTFx for a sample of a Durable Task framework application.

@sebastianburckhardt sebastianburckhardt added the enhancement New feature or request label Apr 20, 2023
@source-studio
Copy link

@sebastianburckhardt - may I ask when this feature will be implemented? Do you currently have partial support in the case of isolated functions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants