You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Messaging Function Extension] README Updates (Azure#20924)
The focus of these changes is to correct an error in the configuration
examples for Event Hubs and to include additional information about the permission
grants needed when using managed identity.
@@ -45,22 +45,23 @@ When deployed use the [application settings](https://docs.microsoft.com/azure/az
45
45
46
46
#### Managed identity authentication
47
47
48
-
If your environment has [managed identity](https://docs.microsoft.com/azure/app-service/overview-managed-identity?tabs=dotnet) enabled you can use it to authenticate the Event Hubs extension.
49
-
To use managed identity provide the `<connection_name>__fullyQualifiedNamespace` configuration setting.
48
+
If your environment has [managed identity](https://docs.microsoft.com/azure/app-service/overview-managed-identity?tabs=dotnet) enabled you can use it to authenticate the Event Hubs extension. Before doing so, you will need to ensure that permissions have been configured as described in the [Azure Functions developer guide](https://docs.microsoft.com/azure/azure-functions/functions-reference#grant-permission-to-the-identity).
49
+
50
+
To use managed identity provide the `<connection_name>__fullyQualifiedNamespace` configuration setting.
Or in the case of deployed app set the same setting in [application settings](https://docs.microsoft.com/azure/azure-functions/functions-how-to-use-azure-function-app-settings):
0 commit comments