How to connect physical hardware to Server through Windows/Linux Machine

Prasad Patil 0 Reputation points
2024-03-01T04:45:18.4433333+00:00

Hi, I am doing some POC work where I need to connect Physical hardware machine to Server through windows/linux machine using Azure Arc, So can anyone Please Guide me how to do that if it's possible and also please let me know if there is any other way to do the same.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,128 questions
Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,543 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Oleksandr Romaniuk 465 Reputation points
    2024-03-05T11:30:01.4466667+00:00

    Hello!

    You can use Azure Virtual Desktop, Citrix, VMWare and others (but these are not cheap).

    You can check out the "new" method using 365 Boot and 365 Switch through Intune (this features in public preview).

    https://techcommunity.microsoft.com/t5/windows-it-pro-blog/new-windows-365-boot-and-switch-features-in-public-preview/ba-p/4027398

    Azure Arc has a different purpose.

    Azure Arc functionality lets you manage (use monitoring solutions, install different extensions, etc) Windows and Linux physical servers and virtual machines hosted outside of Azure. In general, then you get to treat the physical server like an Azure VM. Azure Arc is free of charge, but if you want to use other Azure Arc features and capabilities or add-on Azure management services (Azure Policy guest configuration, Azure Monitor, Microsoft Defender for Cloud, etc) - it will be paid. But if you just need to connect the hardware server to Azure via Azure Arc, it’s free.

    How you can do this:

    Go to https://portal.azure.com/ => Azure Arc => Machines => Add a machine => Add a single server => Generate script:

    • choose a Subscription where you want to onboard your server, and choose Resource group;
    • select Region and Operating system (Windows or Linux);
    • Connectivity method - it's your infrastructure choice (Public endpoint can be your variant).

    Then download this script and run it on your physical server, in a few minutes you can see it in Azure Arc. Make sure that your server has access to the Internet, in particular to Azure Arс services.


    If the above response was helpful, please feel free to "Accept as Answer" and click "Yes" so it can be beneficial to the community.

    0 comments No comments