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

How to fetch "last login/accessed" time of Azure virtual machine

I want to get a list of Azure virtual machines that were not accessed / logged in for a week, so I can send an email to the users if these can be de-provisioned. I used the below cmdlet to check the last accessed/login details, but it doesnot give…
Manjunath Rao
  • 1,397
  • 4
  • 26
  • 42
0
votes
1 answer

How to set Azure VM that has the same IP as the machine where we are remoting from

I would like that my Azure VM has the same IP as the machine, which we are remoting from. Is it possible to do this job?
Kaja
  • 2,962
  • 18
  • 63
  • 99
0
votes
1 answer

azure VM staging to production

I am currently trying to figure out the best architecture for my Azure VMs. I have a production website that is hosted in IIS in 2 VMs with a load-balancer over them, this is called Prod1 and for now is the live site. I also have the exact same…
0
votes
1 answer

Creating custom Linux 32bit image in Azure

I exported a custom VirtualBox (Ubuntu 12.04, 32bit)image and want to recreate this in Azure. I converted the image to VHD and uploaded it to storage blobs. But when I want to create a new Azure Image from this blob, I get the error 'Only blobs…
HieiFCB
  • 11
  • 5
0
votes
2 answers

Creating Image (from uploaded VHD) is failing on Azure

I am trying to create a VM on Azure, from VHD of an On Premise Server. As per the steps, I have created the VHD file of the C Drive of my server (including the system reserved partition), and have uploaded the same VHD to Blob Storage (as Page…
SSS
  • 101
  • 1
  • 2
0
votes
2 answers

Add VM-Azure to the domain local

how can I add my VM-Azure to the local domain (on-premise server) any idea? thank you in advance
0
votes
1 answer

Creating two VMs in the same resource group without Terraform wanting to destoy the first one

I'm trying to deploy two virtual machines within the same resource group to our Azure platform with Terraform. After successfully creating the first one Terraform then wants to destroy the first one to create the second one after I've changed the…
Smithone
  • 15
  • 6
0
votes
1 answer

Unable to install terraform extensions on a VM

I am having a issue with installing Virtual machine extensions - VSTS Agent on Azure VM by terraform. It reports error as below: 1 error(s) occurred: 2019-05-01T13:11:47.4220106Z 2019-05-01T13:11:47.4281029Z *…
learner
  • 2,480
  • 10
  • 50
  • 94
0
votes
0 answers

How to get Azure Service Fabric Linux VM metrics to Application Insights?

I'm interested in tips how to get few critical VM system metrics (CPU, memory) into Application Insights. The VMs are nodes of Azure Service Fabric cluster. OS is Unbuntu 16.04 x64. The deployed application is written in C# .NET Core. It can be done…
0
votes
1 answer

Azure VM Metrics via Java SDK

// get metric definitions for storage account. for (MetricDefinition metricDefinition : azure.metricDefinitions().listByResource(storageAccount.id())) { Azure github has this example to get metrics for a storage account. I am struggling to find…
kosa
  • 65,990
  • 13
  • 130
  • 167
0
votes
1 answer

Azure api for fetching Virtual Machine not returning object of VHD(Virtual Hard Disk)

I am trying to call the azure api for fetching the details of a particular VM. I am getting all other details in the response but it is not returning the VHD object. Can anyone please tell me why is this happening and how can this be…
paras mehta
  • 159
  • 1
  • 2
  • 7
0
votes
1 answer

How to know the subnet name which is attached to a VM in Azure PowerShell?

How can I check which subnet is attached to my VM with azure power shell? I don't see any property to get subnet name. I have tried to Get-AzureRmVM but there is no information about a subnet.
Tushar Raichand
  • 91
  • 3
  • 12
0
votes
1 answer

How can i list all inbound rules for all VMs on my subscription with powershell?

I want to list all the ports in inbound rules which are open for a VM using powershell. I have found that Network Security groups are either attached to NIC or Vnets. Can anyone share a script where i can see the inbound rules for a VM using…
Tushar Raichand
  • 91
  • 3
  • 12
0
votes
1 answer

Kusto language. Get one value only if the previous value in time is not the same

Context to my very vague title: I have 4 virtual machines that send their logs to application insights. I retrieve the logs and transform this in a table with kusto language. Table of outcome Query: AzureActivity | where ResourceProvider ==…
0
votes
0 answers

Unable to access Azure DB from Azure VM if TransactionScope is used

I have .net 4.6.1 desktop application that migrates DB from 'old' version to the 'current' version. It works perfectly fine when I test it locally. But I need to deploy the DB on Azure SQL Server and then migrate the DB. I wanted to do that from…
rraszewski
  • 1,135
  • 7
  • 21
1 2 3
99
100