Bulk Import Configuration with Azure Blob and SAS | Community
Skip to main content
New Participant
December 19, 2022
Solved

Bulk Import Configuration with Azure Blob and SAS

  • December 19, 2022
  • 1 reply
  • 719 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by nitesh_kumar-1

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.html?lang=en 

 

Hope this helps!

 

Regards,

Nitesh

1 reply

nitesh_kumar-1
nitesh_kumar-1Accepted solution
Employee
December 19, 2022

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.html?lang=en 

 

Hope this helps!

 

Regards,

Nitesh