0

we are using Azure VM Scale sets to compute a larger job. In some stages we want the machines to share data with each other. We have tried Blob Storage for this but it's way to slow.

We are looking at either make the computers talking to each other or a simpler solution having them share a network drive (a fast one, being close to the actual hardware). Is this available in Azure? How we have understood it Azure Files is as slow as Blob storage because it's on top of blob storage.

Is it possible to create a disk that is shared between VM's in an Azure Scale Set?

NPehrsson
  • 1,548
  • 18
  • 26

1 Answers1

0

No, this is not possible. you might use network shares.

well, you can implement Software Defined Storage cluster, but thats probably overkill

4c74356b41
  • 69,186
  • 6
  • 100
  • 141