Hello @Francesco Russo
You’re trying to accomplish several tasks: creating a Windows 11 VM in Azure, giving a user access to that VM, having the user connect to a VPN to see your network, and finally disposing of the VM when it’s no longer needed. Let’s break down these tasks:
- Creating a Windows 11 VM in Azure: You can create a Windows 11 VM in Azure using the Azure portal.
- Make sure to choose the correct image for Windows 11 during the VM creation process.
Giving a user access to the VM: To give a user access to the VM, you can use Azure role-based access control (Azure RBAC).
You can grant a user access to Azure resources using the Azure portal
You can also assign a user as an administrator of an Azure subscription with conditions.
- Connecting to a VPN from the Azure VM: To connect your Azure VM to a VPN, you can set up a site-to-site VPN connection between your on-premises network and the Azure virtual network.
You can also configure the Azure VPN Client for Microsoft Entra authentication.
Disposing of the VM
You can also use PowerShell to delete the VM and clean up other related resources.
Please note that the user needs to have the appropriate permissions to perform these tasks. If you’re still having trouble with the Entra ID login, it could be due to several reasons such as issues with the Remote Desktop service on the VM, the network connection, or the Remote Desktop client on your host computer
You might want to check these aspects and also ensure that your VM’s network configuration permits outbound access to the necessary endpoints.
Remember to replace any placeholder (like Entra ID
) with the actual service name.
If this information provided here helps solve your issue, please tag this as answered, so it helps further community readers, who may have similar questions.