I have an azure deployment, however, when I am exporting to CSV from catalog, it tries to export to the following link: I have tried to find where the setting is to change this to blob storage but I am a new with the software. If you change the localhost to the URL of the deployment, it gives a 404 error. I believe that there is somewhere there is a setting to configure local or blob storage, could you please direct us to where this is? By the way, this is from a default azure deployment currently. Thanks for your help.
Here is a paste of what it returns:
Catalog to csv export
detail Start export
Start — 4:00:39 AM
End — 4:01:33 AM
Total count
5
Processed count
5
Error count
0
Download Url:http://localhost/admin/Assets/temp/Catalog-newjersey-export.csv
How to switch from local to azure blob storage you can read here Working with blob storages
To solve you problem and switch to azure blob storage you need will do next steps:
<add name="AssetsConnectionString" connectionString="provider=AzureBlobStorage; { you storage account connection string }" />