hello
I have one folder (29 Files) and I want to upload that folder into the Azure Storage Account.
How can I dot it ?
hello
I have one folder (29 Files) and I want to upload that folder into the Azure Storage Account.
How can I dot it ?
Hi,
Azure Activities package will help you.
Regards,
@Yoichi thanks for the Reply
i have tried this one and Stucked At the Upload blob from file activity PFA Screenshot
which data should be added in “File to Uplaod” field in Activity ?
@Yoichi basically I want to upload the folder (it has 29 Files) to the Azure Blob Storage.
this is the Blob container (here folder has to be appeared)
HI,
Can you try LocalResource.FromPath method as the following?
LocalResource.FromPath("your file full path")
Regards,
i have tried but it shows the following error
When I delete one of them, an error message appears, indicating that the required fields need to be filled.
In my environment (Studio 23.10.3 + Azure pack 1.5.2), it seems good if either of them is set value.
What version of Azure package do you use?
Regards
yes its Working now,
but error in secret ID
error: Invalid client secret provided. Ensure the secret being sent in the request is the client secret value, not the client secret ID
how to fix this Error, I have added the App Secret ID
Error : Azure Scope: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.",
when I add client secret id in secure string, it throws this error
Double quote except 0x22 character ("
) causes this problem
Can you try to replace all the double quote with "
(0x22)?
Regards,
yes that is resolved
Let me try this and revert you
@Yoichi Which package version are you using for the Azure package?
Okay, But is there any way to upload folder to blob storage ?
one more thing Which storage account key needs to be used ? is it subscription id ?
Try ForEachFileInFolder as the following?
Which storage account key needs to be used ?
Do you have connection strings for your storage? It includes account key.
Regards,