I'm installing OSISoft on a single windows 2008 VM in Azure and part of the instructions recommends having 4 drives for each application. However Azure will only allow 2 disks be attached to a VM. What alternatives do I have?
Asked
Active
Viewed 92 times
1 Answers
0
You need to use data disks and choose the different VM size - the VM size determines the amount of data disks that can be connected. https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-sizes/

Alex Belotserkovskiy
- 4,012
- 1
- 13
- 10
-
VM size was the problem. – risail Apr 14 '16 at 15:25
-
This answer has some inaccuracies. First: "At least standard A2" is not really accurate - it's based on cores: You can attach 2 x cores. So, basic tier works fine as well. Second: Not true that data is wiped out after reboots. Data *may* be lost at any time due to the in-chassis disks being non-durable. But they normally survive reboots (you'll likely lose data on those disks during VM resize though). Some databases are designed to replicate across machines, and work fine with non-durable storage. – David Makogon Apr 14 '16 at 15:43
-
1I think the first paragraph would have been sufficient for an answer the problem was not virtual disk storage and config.. a D2_V2 Standard is what I opted for..Either way it pointed me in the right direction, I overlooked the disk restrictions when orginally setting up the VM – risail Apr 14 '16 at 15:57