Reputation: 14560
I want to migrate from what I'm using to develop now
to something faster and I see I can create a Visual Studio VM in Azure, but I don't see any options for a VS Pro edition like I have. I only see a Community Edition and a Enterprise Edition for a pre built VM.
Do I select the Enterprise Edition and use that with my Pro license? In addition, would it be better to just upload my Windows 10 image with Visual Studio already on it to Azure and just use that instead? What would be the pros/cons?
Upvotes: 0
Views: 523
Reputation: 3421
Microsoft only offers Enterprise and Community versions of Visual Studio pre-installed on Server images, see this page for more info.
If you want to use Windows 10 as the OS, then you must have a MSDN subscription, or a test pay-as-you-go subscription, and using it create the VM. In this case Windows 10 is provided mainly for development and testing purposes.
Windows 10 is not available for normal, e.g. pay-as-you-go subscriptions, or other similar.
In my opinion, if you need to use Windows 10 and Visual Studio Pro, then your best bet would be to create the image yourself and upload it to Azure.
See this page for how to do that.
Upvotes: 2