Questions tagged [azure-vm]

276 questions
0
votes
1 answer

Azure AzVMCustomScriptExtension hangs forever with warning message

Using the following script to update a vm with a custom script, I got the a warning message and the command hangs forever. I don't see where the error could be. My script would look like the following Set-AzVMCustomScriptExtension -Location…
mwa
  • 148
  • 2
  • 9
0
votes
1 answer

azure - powershell Set-AzVMDiagnosticsExtension doesn't seem working probably across subscriptions

what I'm trying to is to enable VM Diagnostic extension to send Event logs (Application [1,2,3], Security [all], System [1,2,3]) to one unified storage account (let's call logs storage) where WADWindowsEventLogsTable is supposed to be…
Matar
  • 13
  • 4
0
votes
1 answer

Unable to create a spot instance VM in Azure

I have been trying to create a spot instance Standard D2s v3 (2 vcpus, 8 GiB memory) VM in my MSDN Azure subscription. I have tried EastUS, EastUS2 and WestUS regions with the same result. The requested size for resource …
Metaphor
  • 6,157
  • 10
  • 54
  • 77
0
votes
1 answer

Azure Virtual disk vs Azure vhdx drive

On Virtual machine screen of Azure whether the virtaul disk gets created OR vhdx disk gets created?
dotnetavalanche
  • 804
  • 2
  • 12
  • 25
0
votes
0 answers

Python socket issues between azure vm and ubuntu virtualbox

I´m building an app that uses sockets to send and request data between servers, right now I´m trying to send the time. I have a server socket in an Ubuntu VM on Virtualbox: #ip = '0.0.0.0' #ip = '127.0.0.1' ip = '127.0.1.1' #ip = '10.0.2.15' port =…
0
votes
1 answer

Unable to remote-exec in AzureVM using Terraform

I want to copy file and run some shell commands after VM is created in Azure. I use provisioner 'file' and provisioner 'remote-exec' and created VM using ssh keys. Everything works fine till provisoner file and I get following error: Error: timeout…
0
votes
0 answers

Calling/invoking a batch file within powershell

I am trying to run a .bat file with audit policy settings inside an azure vm. For this I used a terraform vm custom script extension to call a .ps file which calls another .2ndps file. The .2ndps file includes just the following: start-process…
Hinda
  • 27
  • 1
  • 7
0
votes
1 answer

use of internal package github.com/Azure-Samples/azure-sdk-for-go-samples/internal/config not allowed

I am trying to call GetVM from azure-sdk-for-go-samples/compute and when I am trying to build project it is showing the below error use of internal package github.com/Azure-Samples/azure-sdk-for-go-samples/internal/config not allowed test.go:17:2:…
0
votes
1 answer

Azure N-Series VM NVIDIA Tesla K80 VM instance GPU/Display Adaptor Issue

Have a N series Windows 10 VM on Azure with Tesla K80 display adaptor. The VM doesn't seems to use the GPU properly. Any help would be highly appreciated! Following are the issues with the Azure VM: 1. Playing GTA is very laggy and you play…
MATTA
  • 55
  • 8
0
votes
1 answer

Disable Network Level Security on my Azure Virtual machine remotely

Whenever I try to login in my Server I get following error The remote computer that you are trying to connect to requires Network Level Authentication (NLA), but your Windows domain controller cannot be contacted to perform NLA. If you are an…
shalu
  • 3
  • 1
  • 1
  • 2
0
votes
1 answer

Change resource group in Azure Solution

In our Azure i've chreated start/stop VM solution. This solution was targeted to our default resource group. And now I want to target this solution to another resource group, because whis solution mast be applied not to all VMs. How can I change…
0
votes
1 answer

How to add Azure vm from other resource group to the application insight?

I want to add a Azure vm to the application insights. By default vm's from the same resource group is available under monitor resource group. but didn't found any option to add vm from other RG to the application insight.
0
votes
1 answer

Is it possible to run python in parallel in azure vm?

I have a python script that runs programs in parallel using joblib and it works just fine (100% cpu consumption on local machine). Lately, I've migrated the python script to data science virtual machine (DSVM) on azure but found that the…
0
votes
1 answer

Azure VM extension update failure

I tried to add a custom script to VM through extensions. I have observed that when vm is created, Microsoft.Azure.Extensions.CustomScript type is created with name "cse-agent" by default. So I try to update extension by encoding the file with script…
Chandu
  • 11
  • 3
0
votes
1 answer

Newly created VM not appearing in VM List

I am just starting out familiarising myself with Azure and have created my first VM. The creation process worked fine and I was able to start up the VM and access it remotely without a problem. On my Azure dashboard the VM I created is shown in the…
GrantW
  • 1
  • 2