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
4 answers

New Azure portal (no End Points) how to connect to VM with RDP from behind a firewall

I've created a VM (non-classic, using Resource Manager) in new Azure portal but I need to connect from behind a firewall. I've found a bunch of articles explaining how to solve it by editing an Endpoint settings for RDP, but in the new portal there…
4
votes
1 answer

How to startup apps added in Azure VM

I have a simple console application runs in Azure VM. What I did is creating a Local Group Policy for this app but it works in the background process. Is it possible to run the app on windows startup normally. Not in the background??
Turgut Kanceltik
  • 639
  • 1
  • 8
  • 18
4
votes
1 answer

How to start a azure deallocated vm?

I needed to do a vm backup and I followed this article: https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-linux-capture-image/ So, I executed: azure vm shutdown vm-1 But now I really need to start the deallocated vm but I…
coder
  • 71
  • 1
  • 3
  • 8
4
votes
2 answers

New Azure VM says InvalidQueryParameterValue comp

I created a new Azure VM, installed the LAMP stack, and when I visit the domain name in a browser, it serves the following error, which I am unable to find any information on through Google or Stack Overflow:
Smack Jack
  • 257
  • 4
  • 16
4
votes
2 answers

Is there way to create HYBRID CONNECTIONS for azure could service or azure VM?

I azure we can create Hybrid connection to local sql server from Web Sites and Mobile Service. But I need to create Hybrid service to My Local SQL server from VM or cloud service. Is there anyway to achieve this one?
4
votes
1 answer

Failed to get credential with name [somename.onmicrosoft.com] Exiting runbook due to error?

Here I'm working with Azure Automation and i'm trying to schedule the auto start and auto stop of Virtual Machines.I have taken a runbook "Scheduled Virtual Machine ShutDown/StartUp" from the gallery and created a runbook. when i tried to test it,…
4
votes
2 answers

DSC ConfigurationData parameter in Azure ARM template deployment

I am deploying a resource group by using the Azure REST API and supplying the ARM templates. In the virtual machine resource, I have an extension that is of type DSC. The code snippet is as follows: { "resources": [ { "name":…
4
votes
4 answers

Installing Azure powershell in an azure Virtual Machine

I need to write a powershell workflow that creates an Azure Virtual Machine and executes some azure cmdlets in that Azure Virtual Machine. But the newly created VM has no azure powershell module installed in it. My code would be like this …
4
votes
1 answer

Azure VM, Cloud service or Web job?

I am quite new to Azure and not quite sure what service I need to achieve this: What I want to do is developing an application/service to do some computing tasks. I have created a web API for sending data to my database. I will use the data from my…
4
votes
2 answers

Upgrading from A-series to D-series Azure virtual machine

We have SQL Sever setup on A-series virtual machines. We are wanting to upgrade to the D-series virtual machine. Is it as simple as just upgrading the VM in Azure and clicking save or are there any other things I need to watch out for? I have heard…
Peuge
  • 1,461
  • 5
  • 20
  • 37
4
votes
1 answer

Connecting to Azure SQL DB from IIS Web App on Azure VM

I'm currently in the process of doing a proof of concept of moving from our current IAAS provider to Azure. We're currently just serving multiple LOB Web Apps on a 2 tier setup consisting of: Web Tier/Box 1: Web facing with IIS holding all Web…
Matt
  • 3,305
  • 11
  • 54
  • 98
4
votes
1 answer

Can Azure VM snapshots be deleted safely?

I used CloudXplorer to create a snapshot on the VHD of a VM I was doing some installs on. The installs went okay, so is it okay to delete the snapshots or do I need to somehow merge them in to ensure I can backup my current VM state?
4
votes
0 answers

Slow load balancing through Azure Cloud Service

In Azure, I have two Ubuntu VMs running the same python bottle services under one Cloud Service. The two VMs are set to be in the same Load-Balanced Set and are load-balanced in a Round-Robin fashion under that cloud service. However, my problem is…
4
votes
1 answer

Not able to remote into Windows azure virtual machine

When I click on connect button in Azure Portal, the RDP file is opened and it asks for credential,. not sure what credentials to give. Is it my login to azure portal or something else? The RDP login prompt shows "MicrsoftAccount\PortalLoginUserName"…
user3054585
  • 61
  • 1
  • 1
  • 3
4
votes
0 answers

Clipboard/file sharing support in Ubuntu virtual machines on Azure

I've created a new Ubuntu 12.04 virtual machine on Azure. Then using $ sudo apt-get install ubuntu-desktop $ sudo apt-get install xrdp installed the standard Ubuntu and xrdp which implements the RDP protocol. Going to Azure portal and downloading…
Matija Grcic
  • 12,963
  • 6
  • 62
  • 90