0

How to move blobs stored in App_Data folder of episerver cms website to azure blob storage, hosted in azure cloud environment?

Manjunath
  • 56
  • 8
  • Does the `EPiCode.BlobConverter` library provided by Ted Nyberg could help you to solve your issue? If you encounter any issue when using this lib or you could provide more details (e.g. programmatically or manually move your blobs to azure blob storage) about your scenario for us to help you achieve your purpose. – Bruce Chen Mar 02 '17 at 05:20

1 Answers1

3

There is a blob converter package on NuGet which migrates blobs from disk to another provider, e.g. Azure blob storage.

Ted Nyberg
  • 7,001
  • 7
  • 41
  • 72