Azure Data Explorer

ADX Dashboards is a newly released feature from Microsoft which provide the ability to create various types of data visualizations in one place and in an easy-to-digest form. Dashboards can be shared broadly and allow multiple stakeholders to view dynamic, real time, fresh data while easily interacting with it to gain desired insights. With ADX Dashboards,…

HOW TO DEPLOY ENTRA CLOUDSYNC

What is Microsoft Entra Cloud Sync: New offering from Microsoft that helps you achieve your hybrid identity goals for synchronization of users, groups, and contacts to Microsoft Entra ID. It accomplishes this by using the Microsoft Entra cloud provisioning agent instead of the Microsoft Entra Connect Sync tool. It can be used alongside Microsoft Entra Connect Sync and…

The Virtual Machine is in Failed state

Today I encountered an error message which says below error. After some research I found it because I was trying to download the disk of this VM and I never revoked the access. Ran below command and the VM started normally.Revoke-AzDiskAccess -ResourceGroupName ‘ResourceGroup01’ -DiskName ‘Disk01’ Thanks and Regards,Inderjeet Singh JaggiCloud Architect – Golden Five ConsultingInfo@GoldenFive.net

Future of Cloud Security with Azure Confidential Computing

In today’s digital landscape, data security is paramount. The increasing reliance on cloud computing solutions has presented both opportunities and challenges in safeguarding sensitive information. Microsoft Azure has been at the forefront of innovations in cloud security, and one such groundbreaking technology they’ve introduced is Confidential Computing. In this blog post, we’ll dive into the…

ADFS Upgradation

It’s really difficult for the people to upgrade the current ADFS infrastructure to the latest one when old one is out of support. what ADFS is and why it’s used in any organization: Active Directory Federation Services (AD FS) is the claim-based single sign-on (SSO) solution provided by Microsoft. It facilitates access to all integrated…

How to disable windows update on AVD

  In order to disable Automatic windows update in Azure Virtual Desktop there is only 2 option available:   1: While creating the Azure Virtual Machine 2: If Azure Virtual Machine is already provisioned then it can be possible on via Using Group Policy (Local or from DC)   What option is required to select…

After disk encryption unable to backup Virtual Machine in Azure

I recently encountered an issue that I believe is worth sharing with you. We encrypted our disk as required by PCI DSS 4.0 compliance. However, after the encryption process was completed, we started receiving an error with the code ‘UserErrorEncryptedVmNotSupportedWithDiskEx’, which indicates that ‘disk exclusion is not supported for encrypted virtual machines‘ When reviewed the…

Microsoft Azure Password less

PasswordLess   What is PasswordLess? Passwordless authentication is a method of verifying a user’s login without the need for a traditional password. Instead of relying on a password, PasswordLess authentication uses alternative methods to verify a login, such as biometrics (e.g. fingerprint, facial recognition), ha0072dware tokens, or one-time codes sent to a trusted device.  …

How to give AAD Connect account permissions

AAD connect Installation   During the AD connect customize setup installation, you will see the below window to enter the Service account cred. 1: Create New AD account: This will ask you to enter Enterprise Admin credential to create new AD connector account like MSOL_cer44rwXXX In AAD connect when you check Connector properties you will…

How to register app in Azure

Azure is a cloud computing platform that provides a wide range of services to businesses and developers. One of these services is Azure App Registration, which allows you to register and manage your applications in Azure. Registering an app in Azure is a simple process that can be completed in just a few steps. In…

Solving the Black Screen Issue with Azure Virtual Desktop

AVD: Guide to Fix Black Screens

Troubleshooting the Black Screen Problem in Azure Virtual Desktop Fixing Sign-in Issues with Azure Virtual Desktop: A Guide to Resolve Black Screens Understanding the Black Screen Issue with Azure Virtual Desktop Azure Virtual Desktop (AVD) is a powerful Solution from Microsoft, for businesses and organizations that need to provide remote access to their work environment.…

VM share disk between VMS on VMware

This article is a reference to the blog post by TheItbros as they have slightly wrong steps mentioned. So, I have just corrected and re-posting the blog.   How I found it wrong is: Today, when we configured things following his article, found it’s not working. So we did a lot of troubleshooting and finally…