Questions tagged [azure-vm]
18 questions
1
vote
1 answer
Adding my remote public static IP to an Azure VNET so I can access a private VM inside the VNET
I don't even know if this is possible. But I have a VM in azure running just private IP. I can access this VM from my azure web app when it is running in Azure.
But I need to develop against it and I am running VSCode etc locally and I'm able to…

paulinventome
- 111
- 1
0
votes
1 answer
Allow Azure VMSS instances to connect to a mysql server running on a VM in another resource group
In Microsoft Azure, I've got a Virtual Machine Scale Set in (say) 'resourceGroup1' in region West EU. I also have a single Virtual Machine (let's call it 'VM1') which contains an instance of mySql, also in West EU, but in (say)…

Steve Owen
- 103
- 4
0
votes
0 answers
Issues with telnet to external web service from azure vm
I have an Azure VM running Windows server. There is a job running on this server that fetches data from an external web service on port 80. This job has suddenly stopped working after a reboot (I know this is vague...).
The provider of the…

Tngld
- 1
- 1
0
votes
0 answers
2 Azure VM Servers from the same region cannot communicate with each other
I have 2 Azure VM Windows Datacenter 2019 OS, that are in the same Region and are connected via VNET Peering but still cannot see or access each other, I tried turning off the Firewall from both VMs but to no avail, I'm at my wit's end, any other…

Terrence McGinnis
- 77
- 1
- 2
- 7
0
votes
0 answers
Best Option for Compatibility of "Linux Journaling File System" and "Volume Manager" with Microsoft Azure VMs
I'm in the process of setting up a Ubuntu Desktop VM on a bare metal server using VMware vSphere.
Once the development process is complete, I plan to transfer the VM to Microsoft Azure VM infrastructure for production using Veeam Backup &…

user20766
- 1
- 2
0
votes
1 answer
Why are my Azure VMs briefly unable to connect to an AZure Managed Instance?
I have a bunch of load-balanced Azure VMs running Windows Server 2019 that are running IIS with ASP.NET MVC/Web API 2 applications running on them. They communicate with a Database in a SQL Server Managed Instance.
The VMs and the Managed Instance…

Adam Crossland
- 113
- 4
0
votes
1 answer
Internet-facing port 443 in Azure - security concerns
I want to deploy a microservice on Azure Ubuntu VM using one of following stacks: docker-compose/AKS using Traeffic as reverse proxy.
I'm looking for cheapest but reasonable in terms of security solution.
Will opening port 443 in my VM firewall…

rethon012
- 3
- 2
0
votes
0 answers
VisualSVN on Azure VM using integrated windows authentication and office users
We have a VisualSVN server set up on an Azure VM running Windows Server 2022 Datacenter Azure Edition. Our windows users are set up on office365 which I understand has its own active directory. Is there a way for the users to log in to the VisualSVN…

hanz
- 1
0
votes
1 answer
How to move an IP address in Azure from one VM to another?
I have an old VM with a static IP address - let's say IP address A. I want to dissociate this IP address from the old VM, make a new VM, and then associate IP address A with the new VM. They would be in the same region and same zone.
Have not been…

A X
- 469
- 4
- 10
- 31
0
votes
1 answer
How to Know the Which IP-Port belongs to Which Instance of the Virtual Machine Scale Set
I have an Azure Windows VMSS with 2 instances in running state with a load balancer:
LB Rule - Port 80
Inbound NAT Rule - Frontend Port 50000, Service Port 3389
My VMSS Public IP is 20.1.13.195
I'm connecting with 1st VM instance using RDP Service…
anon
0
votes
1 answer
Custom script extension for drive letter override in Azure VM creation
I am able to run the below script within the VM without any error
gwmi win32_pagefilesetting
$pf=gwmi win32_pagefilesetting
$pf.Delete()
Restart-Computer –Force
Get-Partition -DriveLetter "D" | Set-Partition -NewDriveLetter "T"
$TempDriveLetter =…

mysanj
- 1
- 1
0
votes
1 answer
How can I be certain that a .vhd file contains an Azure VM snapshot?
How can I be certain that a .vhd file contains an Azure VM snapshot? And how can I recover said snapshot. I have read MS Learn documentation and it appears that there are multiple ways to do this.
I uploaded an OS and DATA disk into Azure Storage…

EdPR
- 1
0
votes
0 answers
Why is it the CIS images in Azure don't support Trusted Launch VM functionality
The CIS images which are supposed to have a strong security baseline do not support the Trusted Launch Virtual Machine option. Why is this?

GettingItDone
- 131
- 2
0
votes
1 answer
Best Azure function to identify surge in outgoing network traffic
We have two Azure VM's hosting web applications with back-end databases on each respective server. In the last few days we've seen a massive surge in outgoing data within the metrics. Normally this would be something to celebrate, but the rapid…

EvilDr
- 164
- 1
- 2
- 16
0
votes
0 answers
Alert on failed links for inbound port for a specific process on a VM
Let's say I have an Azure VM and there's a process called ABC.exe and it listens on port 34952. I want to monitor this port and perform some sort of health probe check for it. If it goes down, I want to be alerted.
I looked into using Log Analytics…

shadowz1337
- 151
- 1
- 1
- 2