Expand my Community achievements bar.

SOLVED

Bulk Import Configuration with Azure Blob and SAS

Avatar

Level 1

Hi,

I'm trying to configure an Azure blob for the Bulk Import Configuration

I'm getting the following blob information (I've replaced sensitive information)

 

{
   "CloudHub.Azure.Storage.BlobContainer":{
      "connection":{
         "type":"blobContainer",
         "serviceEndpoint":"https://accountname.blob.core.windows.net",
         "container":"containername",
         "credentials":[
            {
               "type":"sas",
               "sasToken":"si=damtransfertest-full&spr=https&sv=signaturevaliddate&sr=c&sig=encodedsignature"
            }
         ]
      },
      "connectionString":"BlobEndpoint=https://accountname.blob.core.windows.net;SharedAccessSignature=si=signaturename&spr=https&sv=signaturevaliddate&sr=c&sig=encodedsignature;",
      "containerName":"containername",
      "isHnsEnabled":false,
      "accountUri":"https://accountname.blob.core.windows.net/"
   }
}

 

And trying to configure Bulk Import Configuration from AEM -> Tools -> Assets -> Bulk Import

I can't find what I should put in "Azure Access Key"

Thanks for your help,

Tom

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @tgoirand1 ,

 

You should be able to find this in your Azure account, It's an access key that will be used to authorize access to storage to the tool, more details here:-

https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal 

 

Also, check the tutorial for Bulk import tool:-

https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/migration/bulk-import... 

 

Hope this helps!

 

Regards,

Nitesh

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi @tgoirand1 ,

 

You should be able to find this in your Azure account, It's an access key that will be used to authorize access to storage to the tool, more details here:-

https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal 

 

Also, check the tutorial for Bulk import tool:-

https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/migration/bulk-import... 

 

Hope this helps!

 

Regards,

Nitesh