Bobi_Bao any plans to add support for user-assigned identities? Our organization requires use of user-assigned identities that are managed via a separate Terraform deployment process. We don't have permission to assign RBAC roles to a system-assigned identity. We add the user-defined identities to the app service, and use the steps documented in https://learn.microsoft.com/en-us/azure/azure-app-configuration/howto-integrate-azure-managed-service-identity?tabs=core6x&pivots=framework-dotnet#use-a-managed-identity to specify the client ID when initializing our blob storage client in code. Specifying the user-defined identity client ID as an app setting (or something similar) is something that would greatly simplify things. It sounds like others on this thread would also benefit from this.