Questions tagged [azure-virtual-machine]

IaaS service provided by Microsoft Azure to host custom persistent virtual machines running Windows Server or Linux.

Microsoft Azure Virtual Machine enables you to create a server in the cloud that you can control and manage. After you create a virtual machine in Microsoft Azure, you can access it like any other server and you can delete and re-create it whenever you need to. You can use a virtual machine in Microsoft Azure to deploy Windows OS images or various distributions of Linux operating systems.

Virtual Networks are available to connect these Virtual Machines together, and to your existing in-house infrastructure.

Note: Microsoft Azure Virtual Machine (which is IaaS) should not be confused with Microsoft Azure Cloud Services VM Role (which is PaaS and was retired 31st May 2013).

For more information, see http://msdn.microsoft.com/en-us/library/windowsazure/jj156003.aspx.

2399 questions
4
votes
1 answer

Will upgrading Azure VM wipe out vm?

We'd like to upgrade a Azure VM we're running our SQL instance on to the larger server. When we upgrade the VM will that wipe out everything installed on the server like SQL server?
NullReference
  • 4,404
  • 12
  • 53
  • 90
4
votes
3 answers

Azure: List OS Images

Im new to windows azure, Ive looked to this documentation, to me it works, Listing Images on gallery. https://management.core.windows.net/subscription-id/services/images But this isnt what Im looking for, Is there a way to list the My Images on my…
4
votes
2 answers

Is there any way to have azure VM keep the same IP address?

We have an azure virtual network with a web role, worker role and a dedicated sql VM. Currently we're using the VM dns name in the database connection string. I was thinking it would be better to update the connection string to use the private ip…
NullReference
  • 4,404
  • 12
  • 53
  • 90
4
votes
1 answer

The Azure OS disk size specified for the virtual machine is too large?

I have VHD file (actually downloaded from Microsoft: http://www.microsoft.com/betaexperience/pd/BIVHD/enus/). I want ot run it as VM (IaaS) on Azure. The file is 60 GB when I upload it to Azure with this command: csupload Add-Disk -Destination…
DevUser
  • 751
  • 2
  • 8
  • 26
4
votes
1 answer

Can we run windowservice or EXE in Azure website or in Virtual Machine?

I have experienced with cloud service/hosted service on Azure. However regarding another project i am confused in selection in terms of functionalities. I have project (2 tier asp.net app) with that i need to run windowservice or exe which will do…
Arun Rana
  • 8,426
  • 14
  • 67
  • 107
4
votes
1 answer

how to create windows virtual machine with 16gb ram

I am totally new to cloud services, and using Windows Azure, I need a web server and a database server, each with 16gb of RAM. However, the extra large windows virtual machines only have 14gb of RAM. How would I go about adding 2gb of RAM to each of…
Bob
  • 61
  • 1
  • 4
4
votes
2 answers

Allowing only local network connections to a Windows Azure VM?

I am trying lock down a virtual machine that acts as an app server for a web application. I have a two VM's: One for the app server and another one running the web server. I have to open a ton of ports to allow the web server talk to some wcf…
Woundedbear
  • 277
  • 1
  • 3
  • 13
4
votes
1 answer

How to Connect Azure Worker/Web role to Azure Iaas VMs without using public IP's?

We want to run MongoDB and some custom services on Azure Iaas VMs and connect to them with our roles but we do not want to have public IP exposure on the VMs. If possible what is the best way of doing this? If not possible is this on the roadmap? We…
3
votes
1 answer

How to activate conda on Virtual machine using python automatically

How to activate conda on a Virtual machine using python automatically in ubuntu 20.04
3
votes
2 answers

Disable / remove "Choose privacy settings for you device"

I have an Azure VM scale set based on a Microsoft Windows 10 pro image. Then I login the first time Im greeted with a "Choose privacy settings for you device" I'm pretty sure I can turn it off via a regedit option. But I simplicity can not figure…
3
votes
1 answer

How does update management works for virtual machines in Azure?

We defined the execution's time of the update management with a runbook for 6 hours. But I would like to know : Does update management work asynchronously (every virtual machines are getting updated at the same time)?.
Elias Arellano
  • 433
  • 5
  • 16
3
votes
1 answer

Azure VM - Operation could not be completed as it results in exceeding approved standardDv2Family Cores quota

Would like to increase the capacity of existing Azure Vitrual Machine Scale set. Issued below command: az vmss scale --name test --new-capacity 5 --resource-group testrg Exception Details Operation could not be completed as it results in exceeding…
EnthuAz
  • 67
  • 1
  • 1
  • 9
3
votes
1 answer

Deploy SSIS package requires Windows Authentication?

I developed and tested my package locally and now I wish to deploy to an Azure VM Installed SQL instance. The deployment fails: TITLE: SQL Server Integration Services The operation cannot be started by an account that uses SQL Server…
3
votes
1 answer

Azure VM via RPD shows black screen and cmd only

I have an Azure Virtual Machine. When I log in through RDP I can see only black screen and CMD console is opened. Is it possibile that there is no explorer? VM OS spec: Operating system: Windows Publisher: MicrosoftWindowsServer Offer:…
Paweł
  • 133
  • 2
  • 11
3
votes
1 answer

Publishing to Azure Virtual Machine from Visual Studio

I am attempting to publish a Visual Studio 2019 project to an Azure Virtual Machine for the first time. I right click the Project and select Publish. Then choose Azure Virtual Machines for the target, sign into my Azure account and choose the…
cdw123
  • 31
  • 1
  • 3