What problem are you trying to solve?
Would it be possible to get multi-tenant (Intent.Modules.AspNetCore.MultiTenancy) support for Intent.Azure.BlobStorage?
Describe the solution you'd like
The latest version of Finbuckle allows the TenantInfo object to have any number of custom properties and not just a single ConnectionString value. Ideally the Intent.Modules.AspNetCore.MultiTenancy module should upgrade from Finbuckle 6.13.x to the latest version, and support having something like TenantInfo.ConnectionStrings so that multiple connection strings can be stored.
A bonus would be to generate a local copy of ITenantInfo and TenantInfo so that we can extend the TenantInfo to store much more complex information than an identifier, name and connection string.
What problem are you trying to solve?
Would it be possible to get multi-tenant (
Intent.Modules.AspNetCore.MultiTenancy) support forIntent.Azure.BlobStorage?Describe the solution you'd like
The latest version of Finbuckle allows the TenantInfo object to have any number of custom properties and not just a single
ConnectionStringvalue. Ideally theIntent.Modules.AspNetCore.MultiTenancymodule should upgrade from Finbuckle 6.13.x to the latest version, and support having something like TenantInfo.ConnectionStrings so that multiple connection strings can be stored.A bonus would be to generate a local copy of ITenantInfo and TenantInfo so that we can extend the TenantInfo to store much more complex information than an identifier, name and connection string.