azure-virtual-machine

How to copy data to VM from blob storage?

安稳与你 提交于 2019-12-11 04:19:25
问题 Is it possible to copy file(s) which are present in Azure blob storage to Azure virtual machine? After exploring Azure Data Factory documentation, it seems like Data management Gateway provide 'File System' as a sink for data but I am not able to find any documentation/tutorial for it. Can anyone please tell if it is possible? If yes, how it can be done? Adding more details about the original task. We have one Windows Application which is supposed to access blob storage and fetch the input

Creating a Azure Windows VM through terraform

若如初见. 提交于 2019-12-11 04:07:56
问题 In Azure , I'm trying to create a Windows VM using terraform. I have done this through powershell previously using Template.json file. Now I have to do with terraform, which I'm completely new to. So I have searched for some Sample scripts which creates VM in Azure and found this. In this link , there is a sample terraform script to spin a linux VM. But I need to spin a windows VM from an Image. Where should I give the Image details. My complete requirement is : 1. Create a Windows VM from an

Azure Log analytics : Error while configuring custom data

时光怂恿深爱的人放手 提交于 2019-12-11 04:03:59
问题 I am trying to configure collection of custom logs using log analytics in azure. I connected my linux VM to OMS workspace and also installed Linux agent in my VM. but after this Whenever I try to go to "CustomData" menu under Log Analytics workspace\Advance Settings following error pops up Accessed JArray values with invalid key value: "value". Array position index expected. Any help is appreciated. 回答1: I test in my lab, I get the same error log with you. I will give a feedback to Azure. You

unmanaged win32 dll not loading in .net MVC app on IIS 8.5, Win Server 2012 R2, Azure virtual machine

白昼怎懂夜的黑 提交于 2019-12-11 03:58:25
问题 I am trying to consume a win32 DLL in a .net MVC app. However I keep getting the following error Unable to load DLL 'experiment_dll.dll': The specified module could not be found I have used Process Monitor to capture file system activity when the code trying to load the DLL executes. It shows that the DLL can be seen and most of the file system operations are a success. Two full size screen captures of file system activity - Screencapture 1 Screencapture 2 As you can see one of the results of

Azure VM size not available

a 夏天 提交于 2019-12-11 01:19:17
问题 I'm currently working with Azure (benefit from my MSDN subscription) and trying to deploy three Centos 7.2 VMs (F8 Standard size) in one region. Unfortunately I can only deploy two of those VMs. When I want to deploy the third VM I cannot select F8 Standard as the size. It is greyed out and says "Not available". What I can do is deploy another VM with size F8 Standard in another region. What is the deal with it? I cannot go cross-region as I need one file share across the three VMs. 回答1: By

Get storage account of Azure VM

痞子三分冷 提交于 2019-12-11 01:00:07
问题 I am trying to find PowerShell cmdlet which can retrieve information about which storage account Azure VM use. Example, I want to supply name of VM and I would like to see which storage that VM use. Or it will be also good to query specific storage account and see which VMs use this storage account. I am trying following cmdlets but I cannot see details about storage account: Select-AzureSubscription -SubscriptionName "name" Get-AzureVM -Name "name" -ServiceName "name" 回答1: The Get-AzureDisk

How to generate a low disk alert for an Azure virtual machine

♀尐吖头ヾ 提交于 2019-12-11 00:45:53
问题 i have an virtual machine (which am using as build server) which disk gets piled up frequently and am working on fixing that, mean while am looking for options to setup an alert to be fired when my disk space gets high. i checked the available metrics under monitoring but could only find "disk write bytes" and "disk read bytes" which are not helpful for me. i will need help on setting a disk space alert to be sent to my email. Any help on this is really appreciated. 回答1: i will need help on

Azure VM shutdown

て烟熏妆下的殇ゞ 提交于 2019-12-10 20:36:19
问题 I have 2 VM machines on Azure. One suddenly stopped responding. It was down for around 30 minutes, until I just browsed into the Azure portal, and then I saw it was in the Starting state, and then it was up & running again. How can I tell why my VM was shutdown? 回答1: EDIT: I'm assuming you're talking about Virtual Machines (IaaS), and not Cloud Services (PaaS). Virtual Machines can, and will, restart, for several reasons. For example: Hardware failure, where your Virtual Machine will then be

Azure VM Scale Sets Internal Loadbalancer

自古美人都是妖i 提交于 2019-12-10 18:53:17
问题 Is it possible in any to create a VM Scale Set with an internal load balancer using private IP for the Front end instead of a public IP? 回答1: Is it possible in any to create a VM Scale Set with an internal load balancer using private IP for the Front-end instead of a public IP? Yes, we can use PowerShell to deploy VMSS with the internal load balancer. I create a VM in the same Vnet work as a jump box and use PowerShell to deploy VMSS with the internal load balancer. Here is my test: More

How to enable sound on Windows Azure VM

旧城冷巷雨未停 提交于 2019-12-10 16:07:37
问题 I would like to use a Windows Azure Virtual Machine as an development machine. I want to enable sound on that machine in order to hear the event sounds (errors, warrnings etc) and listen to the music from last.fm. Is it possible to have sound on the Azure virtual machines? I tried: http://www.wikihow.com/Hear-Audio-from-the-Remote-PC-when-Using-Remote-Desktop but it does not help. OS: Windows Server 2012 R2 / Windows Server 2013 回答1: Just enable Remote Desktop Services as in below link and