Forum Discussion
Working with Azure Virtual Machine (VM) - my experience
- 5 years ago
*** Update ***
I just switched to managed Premium SSD disk and shrank it to 32GB (from 128) thanks to this post:
https://jrudlin.github.io/2019-08-27-shrink-azure-vm-osdisk/
Now, I am supposed to pay $5.81 a month fixed price for disk (instead of $22).
This is pretty affordable
jonespossibly I'm not quite sure what you mean by "on a VM other than this". I have PBI running on a VM in Azure: we use a Standard E8as v4 (8 vcpus, 64 GiB memory). We have attached a 128G OS disk, and
Premium SSD LRS drive 256G Max, IOPS:1100, Max throughput (MBps) 125. So the machine is really big. It mirrors a computer at our office, actually, that we do our dev and uploading etc. work on. Super fast. The machine costs about $1 per hour to run and the disks aren't crazy expensive at all for our use. The disk...can't remember, but it's small money.
We turn it on and off readily when we need it or do not...and all the data that it absorbs is located on DropBox...which we syncronize automagically to the VM disks when it fires up. This isn't a big drain on machine time since you can manage that pretty simply through Dropbox smart sync. We run SQL on it and PBI and it's really reliable and easy. On the VM, we keep our models "Online only" until we're using them. Same for some data sets.
AND you can have multiple people access the VM from where ever they are (one at a time). We have a SQL guy in a different time zone using it for SQL work related to the models...and others use the VM for PBI. Obviously we have to coordinate if we just want to share one VM, but you get the idea. It's a terrific resource for us.
Hope this is something like what you are wondering about.
Tom
Hi Tom - great info, exactly the kind of thing i was looking for.
By "on a VM other than this", i mean't either on a different size box or running in AWS or similar. Most of our cloud is in AWS, so i was curious to see what kind of VM i'd be looking at over there to run PBI Desktop successfully