Unable to Increase vCPU Quota for GPU VM – Need Assistance
I have a Developer Plan in Azure and need a GPU VM for my machine learning project. However, due to vCPU quota limitations, I was unable to proceed. When I requested a quota increase, it was denied. I then created a support request, but that was also…
What is unit of Virtual machine's memory?
In azure portal VM's memory is shown in GiB while its resource sku API has property MemoryGB. What is actual memory unit of virtual memory?
When I deploy 1 VM on multiple zones in same region, will one VM replicate to other VM automatically? If not how does this help for high availabliity? And how replication can be configured?
For a requirement of resiliency/High Availability can zone redundancy be considered as single solution or it has to be VMSS or ZRS with some more configuration?
how to connect with a windows vm using ssh and entra id?
We managed to set up a local account on the Windows VM and connect with it using SSH by following the guidance on https://learn.microsoft.com/en-us/azure/virtual-machines/windows/connect-ssh?tabs=azurecli We would like to use Entra ID accounts. Through…
i am not able to resolve my VM's Azure provided fqdn (servername..internal.cloudapp.net) after rebooting the server after patching intermittently.
i am not able to resolve my VM's Azure provided fqdn (servername.internal.cloudapp.net) after rebooting the server after patching intermittently. Although the issue resolves by itself eventually, i still face issue while starting my application since it…
Can Azure Update Manager perform minor version upgrades on individual VMs?
I am currently exploring the capabilities of Azure Update Manager and would like to clarify whether it supports minor version upgrades on individual virtual machines. Specifically: Can Azure Update Manager e.g., upgrade Ubuntu 20.04.x to 20.04.y (or…
How I set up Azure Netapp Files with Entra Domain Services
We have deployed a virtual machine infrastructure purely in Entra ID, and for FSLogix profile management, we have deployed an Azure NetApp account. The identities (users) connecting to the infrastructure are both hybrid (from different on-prem domains)…
Help Needed to Start Kali Linux on a Virtual Machine
I need assistance connecting my VM to run Kali Linux. I have created the VM, but I am unable to start the machine as the start button is grayed out. I believe I have followed all the necessary steps correctly. Any guidance would be appreciated. Thank…
Can't access exposed ports for running docker containers on vm machine via public IP
I am currently running multiple Docker containers on an Azure VM, including a MySQL container and several other services. However, I am experiencing several issues with network connectivity that I need assistance with: Docker Container Connectivity: My…
After installing Windows OS 2022 on my free subscription VM I am not able to connect to my VM
After installing Windows OS 2022 on my free subscription VM I am not able to connect to my VM
"no medium found on /dev/hdc" error during Azure Linux VM startup
We have a Linux VM image based on Yocto. The waagent is set up on the system. However, we got the "no medium found" error message during startup from waagent.log. /dev/hdc seems to be the read-only DVD needed for provisioning, but I have no…
linux vm dpdk test error "hn_vf_add(): RNDIS reports VF but device not found, retrying"
I built a customized linux vm, when I run dpdk test with dpdk-testpmd, it shows error as "hn_vf_attach(): Couldn't find port for VF hn_vf_add(): RNDIS reports VF but device not found, retrying" the full log as below. app/dpdk-testpmd -l 1-3…
Error Creation VM Cluster Azure
Hello When I create a VM in an Azure 22h2 cluster in Admin Center it shows me this error: Cannot create virtual machine 'Testing'. Error: 'The virtual machine Testing was successfully created on server SF-HVCONSOLA5. It was not added to the failover…
Install-Module -Name d365fo.tools -force -verbose doesnt work in virtual machine
Hello, The command line Install-Module -Name d365fo.tools -force -verbose doent work in powershell in our virtual machine (Azure devbox). We have this error message : PackageManagement\Install-Package : Package 'PSFramework' failed to download. At…
Azure Reserved VM instances are an example of OpEx or CapEx?
My Answer: Some people mistakenly consider reserved instances as CapEx because they require upfront payment. However, since you don’t own the infrastructure, it remains OpEx. But the answer is a different from site to site.Please clarify.
Automating Blob Copy from One Storage Container to Another in Azure
I'm looking for an efficient way to automate the copying of blobs (SQL backup files) from one Azure storage container to another. I've come across tools like Storage Explorer and AzCopy for one-off operations, but there's limited guidance on automating…
unable to retrieve Log analytics logs from Azure Grafana
I am trying to retrieve Azure Virtual machine logs linked to Azure Log Analytics workspace from Azure Managed Grafana service. Used service principle and the authentication from Grafana is successful. But still i am unable to see the logs on Grafana…
How does the Update Manager handle updates in the background?
I am currently exploring the capabilities of Azure Update Manager and would like to understand what exactly happens in the background during an update. How does Azure Update Manager actually apply updates in the background? Does it simply execute Run…
Region-specific drives for a VM located in Azure AU region
Hi Team, We have a requirement from clients to have the data in the respective data drives, for example - client from US wants to have their data in a drive which is physically located in the azure data centre in US region. We are looking at partitioning…
Disable Cipher Suite in Server 2022 but still active
Hi, I've created a new VM in Azure of type "Windows Server 2022 Datacenter Azure Edition" - Core - and disabled weak cipher suites using PowerShells Disable-TlsCipherSuite. The VM is behind an azure LoadBalancer. Afterwards I…