You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The Portal doesn't support access to Blob storages with anonymous access disabled. This is particularly problematic in business environments where company policies prevent the Storage Account from allowing unsecured accesses.
Describe the solution you'd like
Provide a way to toggle between anonymous/authenticated access with an environment variable
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
* WIP-Update ImageUrl to a type string
* wip storage as base64 images
* Finish support of images as base64 strings
* WIP-Update ImageUrl to a type string
* wip storage as base64 images
* Finish support of images as base64 strings
* Fix unit tests build
* WIP-Update ImageUrl to a type string
* wip storage as base64 images
* Finish support of images as base64 strings
* WIP-Update ImageUrl to a type string
* wip storage as base64 images
* Finish support of images as base64 strings
* Add missing file header
* Update commented out code for new image management
* Update unit tests for new model image management
* Fix bad replace in file header
* Fix unit tests
* Fix unit tests and bugs
* Fix build issues after rebase
* using cleanup
* Code quality cleanup
* Rename remaining `*imageUri` to `*image`
* Code quality fixes
* Remove usage of Redis
Abandonned, wouldn't be very useful
* Remove unused parameter
Is your feature request related to a problem? Please describe.
The Portal doesn't support access to Blob storages with anonymous access disabled. This is particularly problematic in business environments where company policies prevent the Storage Account from allowing unsecured accesses.
Describe the solution you'd like
Provide a way to toggle between anonymous/authenticated access with an environment variable
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: