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
3
votes
1 answer

Networking between Virtual Machines in a Virtual Network

I have set up file sharing and SQL Server instance connectivity between two VMs (testPC01, testPC02) in a Virtual Network on Azure. The problem is that I cannot connect between these VMs by name (testPC01, testPC02), but only by their IP addresses…
Dave New
  • 38,496
  • 59
  • 215
  • 394
3
votes
2 answers

Create azure VM on my local machine

Is it possible to create one or several azure VMs on my local machine? I want to create a web app and load test it locally, without the need of putting it in the cloud. I'm thinking at the following scenario: I have a local VM running a IIS server…
3
votes
3 answers

Can Windows Azure IaaS virtual machines persist memory state?

I don't quite get to which extent Azure IaaS virtual machines (not VM roles) can persist state. Clearly files on local disks are preserved. Is memory state also preserved? Can I "suspend" a VM like in VMWare and then resume it with all programs…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
3
votes
1 answer

How to create an Azure Virtual Machine on a second subscription?

When I create a new Virtual Machine in Azure, I cannot select my second subscription. They are both visible on my account, except on the drop-down list when creating Virtual Machines. I have two subscriptions in my Windows Azure account. The first…
somecto
  • 239
  • 2
  • 9
3
votes
1 answer

How does SSL work in Windows Azure Virtual Machine?

Previously i have asked question to choose service from windows azure which is best suitable for my application and based on answer @ Can we run windowservice or EXE in Azure website or in Virtual Machine? I am going to use Virtual Machine Regarding…
Arun Rana
  • 8,426
  • 14
  • 67
  • 107
3
votes
2 answers

How to create subdomains for virtual machine on Azure

I have VM on myvmname.cloudapp.net. What I want is to create subdomain for this subdomain.myvmname.cloudapp.net. How can I do it?
Artyom
  • 3,507
  • 2
  • 34
  • 67
3
votes
1 answer

what to choose from website, cloud service & virtual machine on Windows Azure

I have already knowledge of windows azure and worked on cloud service,storage & WASD, Still there are plenty of ways to put our application on Azure including Website, Cloud Service, Virtual Machine so many developers have question regarding that…
Arun Rana
  • 8,426
  • 14
  • 67
  • 107
2
votes
2 answers

What are the differences between Azure Virtual Desktop (AVD) and Microsoft DevBox for development environments?

I'm seeking to understand the distinctions between Azure Virtual Desktop (AVD) and Microsoft DevBox in the context of development environments. I'd like to know the pros and cons of each option to make an informed decision for my development…
2
votes
0 answers

ERROR surrealdb::cli There was an error with the remote request: error sending request for url /import operation timed out

I want to move the data from my local SurrealDB instance to the one on my remote VM. I created a new VM and used the Linux SurrealDB CLI tool to start a new instance SurrealDB: curl -sSf https://install.surrealdb.com | sh Then, after adding surreal…
nopassport1
  • 1,821
  • 1
  • 25
  • 53
2
votes
1 answer

AKS linux instance type choice

While choosing instance type for a general production workload on AKS with 4 vCPUs, could anyone help with below queries – Choosing AMD processor based instances (Dav4) vs Intel based instances – Cost for the former is lesser. Given that production…
2
votes
3 answers

Azure: VM in another spoke virtual network cannot be accessed via RDP

I have the following Vnets vnet-hub-poc-hubspoke is the Hub Vnet it has the following subnets with a firewall and peered with Prod & Dev Vnets Prod Vnet is configured as shown below Dev Vnet is configured as shown below I have following VMs…
One Developer
  • 99
  • 5
  • 43
  • 103
2
votes
0 answers

saving pickle and hdf5 file in Azure machine learning studio and accessing it through API

I have a pickle file parameters.pkl containing some parameters and their values of a model. The pickle file has been created through the following process: dict={'scaler': scaler, 'features': z_tags, 'Z_reconstruction_loss':…
2
votes
1 answer

install powershell Az.Storage module through VM extension Custom script from terraform

I need to install Az.Storage module in Azure windows VM through terraform VM extension - custom script. every other commands execute, but Module installation command does not execute. resource "azurerm_virtual_machine_extension" "VMextn202" { name…
2
votes
1 answer

Printing list of Virtual Machines

I want to list down my vms on my azure. This code is running correctly but the I am getting output in the form of object address. how to convert this object address to readable information. the ouput is…
Hassan Turi
  • 334
  • 3
  • 14
2
votes
1 answer

Azure virtual machines with shared premium disk - cannot see data

We've got two Windows Server 2019 virtual machines within the same Azure subscription and subnet. Recently, we have created a Premium SSD azure data disk with 'sharing' enabled and mounted it to those two VMs without any problems. It's perfectly…
Marek Piotrowski
  • 2,988
  • 3
  • 11
  • 16