question

YehuditYagelnik-0161 avatar image
0 Votes"
YehuditYagelnik-0161 asked SumanthMarigowda-MSFT commented

azure react js replace folder

How can I replace a folder in azure blob storage, using react js?

azure-blob-storage
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SumanthMarigowda-MSFT avatar image
0 Votes"
SumanthMarigowda-MSFT answered SumanthMarigowda-MSFT commented

@YehuditYagelnik-0161 Welcome to Microsoft Q&A Forum, Thanks for posting your query here!
Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.

Do you want to Modify folder name using react JS? Do you want move to different location of Storage account?

The best option would be to use the Azure Storage Explorer tool to rename the folder, If not please correct me

Additional information: By default, storage blob service only has virtual directories, you cannot delete a "directory" with one atomic operation.

Instead, you can create a storage account with hierarchical namespace enabled (HNS) and check with @azure/storage-file-datalake SDK.

Azure Data Lake Storage Gen2 Hierarchical Namespace | Microsoft Docs

Hope this helps!

Kindly let us know if the above helps or you need further assistance on this issue.



Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.