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

Is it possible to load-balance traffic between IIS on an Azure VM and an Azure App Service?

I have a web application that is currently running on IIS in 3 Azure VMs. I have been working to make my application App-Services friendly, but would like to test the migration to App-Services in a safe / controlled environment. Would it be…
0
votes
1 answer

How to install applications on azure VM

I have an Azure VM and IIS setup through ADO playbook. Is it possible to have the playbook also install applications like putty as well? I’m using ansible as well in the playbook. I thought I might be able to use get_url but that will just download…
jangooni
  • 167
  • 3
  • 11
0
votes
1 answer

How to join my VM to AAD - select virtual network

I'm trying to create Windows Server VM joined to the AAD where my Azure Subscription is. I'm reading Join a Windows Server virtual machine to a managed domain, but I'm stuck on step #6: select the virtual network in which your Azure AD DS-managed…
0
votes
1 answer

How to add user assigned managed identity to Azure Lab VM?

My goal is to have a VM to run builds for Azure DevOps with a user-assigned managed identity so we can keep everything connectionStringLess. I have just created an Azure Lab and a VM in it. The reason for this in the lab is so we can shut it down…
0
votes
2 answers

Azure Windows VM - RDP issues

I currently need to run some windows-specific software for part of a workflow, and I can't run it on my personal computer. I have got the free account at Azure, so I thought I would use the remote windows machine. I created the VM, and I can see the…
Enrico
  • 469
  • 3
  • 11
0
votes
1 answer

Cloud Provider SLAs exposed via RESTful APIs

I was wondering if any of the major cloud providers (AWS, Azure, Google) exposed their SLAs for virtual machines via a RESTful API. Basically, I am looking for the information available on these…
0
votes
1 answer

Cloud-init restricts Gunicorn traffic to only a few workers. Why?

I am running a Python Flask app behind Gunicorn on an Ubuntu VM. The Ubuntu VM is hosted in Azure, and I am using a cloud-init script to install the app and launch Gunicorn upon VM instantiation. Gunicorn launches with 8 workers (recommended for a…
BitPusher16
  • 235
  • 2
  • 12
0
votes
2 answers

Connect to web server on Azure VM from Azure Automation runbook

I have a VM running on Azure running a web server, only internal connections are allowed and I'm using a private IP. Can connect to it from my local machine as intended. Now I'm trying to connect to that web server from an Azure Automation…
0
votes
2 answers

DS3_V2 VM Does not show me to resize from Standard D3

I have a VM running Windows Server 2012 R2 and it is a Standards D3 VM I need to resize it to DS3_V2 VM but I can't see it in the sizing panel VM list. What I can see is bellow. What is the reason for this?
0
votes
0 answers

Azure VM 408 Request Timeout when making large http requests

I’m currently building an app using Azure Linux VMs with .Net Core and I’m facing an issue when sending http requests from an Azure VM to a remote server. When making a http request from an Azure Linux OR Windows VM (CURL and .NET Core) to a remote…
0
votes
1 answer

Azure CLI Windows VM creation os disk size

I've been trying to create a Windows Server 2016 VM with an os disk that is less than the default of size 128GB using the azure cli. Below is a sample of what I've executed with simplified parameter names az vm create --name 'dWeb02-vm'…
Ricky Keane
  • 1,540
  • 2
  • 15
  • 21
0
votes
1 answer

Generation 1 vs Generation 2 Azure VM same as VM (Classic) vs VM

https://blogs.technet.microsoft.com/ausoemteam/2015/04/21/deciding-when-to-use-generation-1-or-generation-2-virtual-machines-with-hyper-v/ I want to create Gen2 VM in Azure. If i create VM using Virtual machine option, by default Gen2 machines…
knowdotnet
  • 839
  • 1
  • 15
  • 29
0
votes
2 answers

Can azure load balancer start/stop VM?

Trying to migrate to windows Azure. Seeing the price of azure i want to start and stop my VM based on the load of the request i receive. My question is: the load balance have the capability to do so or it just distribute the traffic base on…
0
votes
1 answer

azure - Autoscaling a VM with DB

Recently, I have been introduced to Azure and I have to replicate my network with VM. I have some doubts about the scaling. the documentation says: When you create a scale set, you define the number of VM instances that you wish to run. As your…
0
votes
1 answer

Unable to join VM to AD - cannot complete this function

I am having a VMs in Azure and AD VM also in Azure. They are all in same network, although in different subnets. I have provisioned the VM's by terraform and they are unable to join to AD, hence I am doing manually to see what the error is. Commands…
learner
  • 2,480
  • 10
  • 50
  • 94
1 2 3
99
100