Hi
Going to try and answer these as best I can:
1 - Yes you can, but my question is what are you using it for? Remote connectivity into a VM? You "can" use direct RDP connectivity to any Azure VM that is assigned a Public IP address, but would be safer to use Bastion instead:
https://learn.microsoft.com/en-us/azure/bastion/
2 - Azure Virtual Desktop would provide an RDP experience for users via either Pooled (multiple users on a single VM) or Personal (dedicated VM for each user) desktops:
https://learn.microsoft.com/en-us/azure/virtual-desktop/overview
3 - What service are you trying to set up?
4 - You could use Point-to-Site VPN's setup on each users device to terminate in an Azure Network that is then connected via a Site-to-Site VPN back to your company CRM solution. You then lock down your networks to only allow access across the VPN to the CRM system:
https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-about
https://learn.microsoft.com/en-us/azure/vpn-gateway/tutorial-site-to-site-portal
Alternatively, the Azure Virtual Desktop solution mentioned above will also help as you would only require the S2S VPN in that case.
Hope this helps,
Thanks
Michael Durkan
- If the reply was helpful please upvote and/or accept as answer as this helps others in the community with similar questions. Thanks!