Questions tagged [azure-vm]

276 questions
0
votes
1 answer

Will there be any impact on the VM which is running after Failover of an on-prem server if the server from the replicated list is disabled & removed?

The on-premise server which was replicated has been Failover-ed and the VM is successfully running. After that we needed to enable the "Complete Migration" feature but the configuration server developed IOPS issue and this process could not be…
KRM
  • 119
  • 1
  • 12
0
votes
1 answer

can we access file on azure vm via azure express route from on premises

I have a batch file on azure VM, which needs to be called from on-premises scheduler. Is it possible for us to access a file , on azure VM from on-premises machine Please help
MSTechnie
  • 175
  • 10
0
votes
1 answer

Azure Active directory authentication to website hosted on Azure VM's IIS

I have an hosted a website in IIS on-premise on win2008 and is configured for windows authentication. Now I want to migrate this to Cloud using lift and shift (IaaS). I know we can easily migrate to azure app service ,but I don't want to migrate…
0
votes
0 answers

Python Azure API throws unprintable exception when creating a virtual machine

I am trying to write a python program that helps me manage my virtual machines. When I create several virtual machines at some point a error occurs: async_vm_creation = compute_client.virtual_machines.create_or_update( File…
David
  • 51
  • 1
  • 6
0
votes
1 answer

Cannot Update Plan - Start-Stop-VM

I see bellow error message while creating Start/Stop VMs during off-hours. I created one before, but it didn't work as expected. I could not find where to modity the old one. Then I try to create a new one but failed with this…
Huodong
  • 523
  • 8
  • 23
0
votes
1 answer

Stop a Java Process running in Custom Azure-VM

I've got into a scenario in which I want to stop a currently executing java process in custom Azure VM. The VM is a ubuntu machine which is configured by our Infra. I'm building a Azure - Continuous Deployment pipeline in which I want to deploy the…
Debadatta Meher
  • 83
  • 2
  • 10
0
votes
1 answer

Azure Subnet-to-Subnet Security Rules without Application Security Groups

I'm trying to understand the Network Security Groups and Application Security Groups. What I'm trying to achieve is I have a basic set up as below. In my vnet, I have 2 subnets which are front-end and back-end and I have 2 NSGs that each subnet is…
Melih
  • 323
  • 3
  • 11
0
votes
2 answers

Send and Extract zip file to azure VM using powershell

I am trying to send and extract the zip file to azure VM but unable make the connection to the remote Azure VM. Code $cred = Get-Credential $SO = New-PSSessionOption -SkipCACheck -SkipCNCheck -SkipRevocationCheck $session = New-PSSession…
rAJ
  • 1,295
  • 5
  • 31
  • 66
0
votes
0 answers

Can't login on IIS website hosted on Azure VM with Windows Authentication

I've deployed a IIS website on an Azure VM. It uses Windows authentication for access. We setup Azure AD Domain Services so we can use oldschool Kerberos for authentiation and this all works perfect... as long as I'm in the VM. As soon as I try to…
Roland Deschain
  • 659
  • 11
  • 21
0
votes
1 answer

Azure: Deprovision a linux instance using Custom Script Extension

I am attempting to deprovision an Azure Linux instance using the Custom Script Extension. My Script stored in an Anonymous Access Blob: sudo waagent -deprovision+user -verbose -force exit My Command to apply the extension: az vm extension set…
jlo-gmail
  • 4,453
  • 3
  • 37
  • 64
-1
votes
1 answer

How to Auto-mount Azure Storage Account to Linux VM

I am trying to mount an Azure storage account to a VM by following: https://learn.microsoft.com/en-us/azure/storage/files/storage-files-quick-create-use-linux Seems it works, but I need to re-mount after VM reboot. Can I update /etc/fstab so it will…
user1828513
  • 367
  • 2
  • 7
  • 16
-1
votes
1 answer

Is it possible to change resolution on Azure VM?

we are using Azure VM with Windows to run our E2E UI tests. The problem is: if we are not connected to the machine with RDP the tests always failed, because the screen of the application (exe) is not matching the resolution of Azure VM. The VM…
-1
votes
1 answer

Linux Azure VM inbound port rule not working

I installed Redhat azure VM and I enabled ports 80 and 443. But the ports are not working. I don't know what is the reason. Please anyone help regarding this issue.
-1
votes
1 answer

Build a similar VM from an existing VM in Azure

I am new to Azure. I have this existing VM. It was built by my colleague and I think he built it through the Marketplace with the Azure portal. Now I want to build a new one with the same settings (that have the same performance spec) such as the VM…
-1
votes
1 answer

Missing executables in VM created from scale set

If I create a VM based on Ubuntu Server 18.04-LTS it has terraform. If I create a scale set based on Ubuntu Server 18.04-LTS a spawned VM from it does not. What am I missing?
garthoid
  • 195
  • 2
  • 11
1 2 3
18
19