File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,13 @@ export class MapiBlobStorage implements IStreamBlobStorage {
3333 blobStorageContainer : blobStorageContainer || defaultContainerName
3434 } ) ;
3535 }
36+ else {
37+ const containerSasUrl = await this . tenantService . getMediaContentBlobUrl ( ) ;
38+
39+ storageSettingsProvider = new StaticSettingsProvider ( {
40+ blobStorageUrl : containerSasUrl
41+ } ) ;
42+ }
3643
3744 this . azureStorageClient = new ServerAzureBlobStorage ( storageSettingsProvider , this . logger )
3845 return this . azureStorageClient ;
Original file line number Diff line number Diff line change 2424 padding : $toolbox-padding ;
2525 z-index : $z-index-base ;
2626 max-height : calc (100% - 40px );
27+ position : fixed ;
2728
2829 @include surface ();
2930 @include animation-fadein (0.3s );
You can’t perform that action at this time.
0 commit comments