Can you find out if an Azure VM SKU has a temp disk, from the SKU?
I want to be able to find out if a particular SKU has a temp disk attached or not. I have tried using PowerShell and the Get-AzComputeResourceSku
command, to list the capabilities, but there doesn’t appear to be a property for it.
Which azure VM types have Intel 8473C?
What VM types (apart from confidential compute EC
family) have Intel 8473C processor?
Azure Virtual Desktop session host “Custom configuration” does not get run
I am trying to create a host pool VM using the “Custom configuration” option. The custom solution suggested in the instructions (https://raw.githubusercontent.com/Azure/RDS-Templates/master/wvd-sh/arm-template-customization/script.ps1) does not seem to have done anything. I tried connecting directly to the VM through a bastion using the local admin user/pass, and tried running the solution script manually. There, the error was:
Error logging onto virtual machine Because of a protocol error (code: 0x112f)
I had no problem logging into the virtual machine until Thursday now I get
Virtual Machine getting disconnected automatically in azure
I have tried multiple times creating azure virtual machine choosing windows OS
but it is getting auto disconnected with message “Your session has been ended please contact your administrator”
Accessing open ports at Azure VM
I am trying to host my services as Docker containers on an Azure VM. I’ve ran the services successfully on my VM (screenshot 1) and opened the necessary ports (screenshot 2), I’ve tested the services are running and are accessible from within the VM (screenshot 3), but I still cannot access them from outside – neither via DNS or public ip 🙁
run bash script automatically when Azure VM starts
in aws ec2 I would paste my script in the user data textbox,
here I tried the Custom Data to set a script that installs docker, but it didn’t work,
I also tried encoding it like this: