Search code examples
azureazure-storageazure-data-factory

How to upload a folder to blob storage using SAS URI in storage explorer


enter image description hereI'm trying to upload a folder to blob container using storage explorer via SAS URI, but the upload is failing for folder & files. How can I achieve that ? When I connect to blob storage using account name and key it works fine, but not with SAS URI.


Solution

  • I've created several tests and all succeeded with SAS URI. enter image description here

    I think you should check a few places:

    1. According to your screen shot. Maybe your SAS key has expired? enter image description here

    2. The URI configuration. We should concat the connect string and the SAS token. enter image description here

    The configuration is as follows:
    enter image description here enter image description here