DeletedDashboardsAzureFileStorage Property
Dependency injection of the
IAzureStorage Azure Blob Storage service.
Every
CompanyDto, except for MobileTrack itself (for now?) has their own folder in the blob storage to store files in.
This can be their logo or icon files, images representing users or Devices, or attachments they want to store.
It can also be used to store reports in generated by MobileTrack Nexus.
var file = await AzureStorage.DownloadAsync(Company, CurrentFile.Uri, CancellationToken.Token).ConfigureAwait(false);