-
Notifications
You must be signed in to change notification settings - Fork 107
Supporting Federated Credentials in Azure Functions #1644
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
Comments
Hello @anshuman-goel could you please mention steps to repro. |
@JAdluri Please find the steps: To reproduce the issue where Azure Function triggers do not support Federated Credentials, inhibiting the ability to write an Azure Function in a different tenant from where the trigger is deployed, follow these steps: Steps to Reproduce
Expected Outcome
Actual Outcome
ConclusionThe issue is that Azure Function triggers like Event Hub, Queue trigger, etc., do not support Federated Credentials, which prevents cross-tenant configurations using Federated Credentials. |
@anshuman-goel Thank you for detailed steps. Will let you know furtherly |
Uh oh!
There was an error while loading. Please reload this page.
Binding Type
Both
Expected Behavior
Currently Azure Function trigger like Event Hub, Queue trigger, etc, support Connection strings, Managed Identity. However, it does not support Federated Credentials which inhibits writing an azure function in a different tenant from where the trigger is deployed.
For example, I cannot have an Event Hub triggered Azure Function in tenant A where Event Hub resides in tenant B.
The text was updated successfully, but these errors were encountered: