Adoxio / xRM-Portals-Community-Edition

The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.
MIT License
107 stars 60 forks source link

Fix bug: Azure Blob Storage for Web Files (issue #106) #107

Closed hhnguyen closed 5 years ago

hhnguyen commented 5 years ago

new Uri(_blobAddress)

_blobAddress is in the format container/filename which is not proper Uri format. Add the Boolean flag for relative url still would'n solve problem.

blobClient.BaseUri + _blobAddress is fully qualified Url and it makes azure blob worked as intended.