Category Archives: Microsoft Azure

Result of Grant-AzureRmDiskAccess is Null

Problem I tried to convert OS Disk from Managed Disk to un-managed Disk. Every time, I tried to return command Grant-AzureRmDiskAccess -ResourceGroupName “Resource Group-Name” -DiskName “DiskOS-Name” -DurationInSecond 3600 -Access Read The result is Null Solution To resolve this issue, I … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Unable to RDP to Azure VM: CredSSP Encryption Oracle Remediation

Problem On my subscription, I can’t have connect RDP on one of Azure VM while other i can connect successfully. I can’t connect RDP to this machine internally from any machine on Azure or from my desktop. Both connection give … Continue reading

Posted in Azure Virtual Machine | Leave a comment