This is the Azure SDK parent repository and mostly contains documentation around guidelines and policies as well as the releases for the various languages supported by the Azure SDK.
I'm struggling to find resources & guidance for using the azure sdk in writing a multi-tenant application.
How do we consume the service Client types (BlobClient, ArmClient, etc) and respect the credentials that are unique to each tenant (we use ClientCertificateCredential).
Additionally, how do we do this using dependency injection?
I am possibly just missing it, but I have not found that the scenario of writing multi-tenant applications to be well addressed.
I'm struggling to find resources & guidance for using the azure sdk in writing a multi-tenant application.
How do we consume the service Client types (BlobClient, ArmClient, etc) and respect the credentials that are unique to each tenant (we use ClientCertificateCredential).
Additionally, how do we do this using dependency injection?
I am possibly just missing it, but I have not found that the scenario of writing multi-tenant applications to be well addressed.
Thanks!