Azure / azure-sdk

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.
http://azure.github.io/azure-sdk
MIT License
488 stars 297 forks source link

Question: azure sdk docs/resources for multi-tenancy apps #7977

Open jeremysimmons opened 2 months ago

jeremysimmons commented 2 months ago

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!