Connecting an Azure Sphere device to a Wpa2 enterprise network with username and passwork

AP-4148 0 Reputation points
2023-07-20T18:19:23.9633333+00:00

Searching online for any resources led to this link (https://learn.microsoft.com/en-us/answers/questions/1291490/does-azure-sphere-support-wpa2-enterprise) which does not provide any details. I have tried searching the documentation but all I can find are pages simply saying that the azure sphere can connect to a Wpa2 network, but not how (i.e. PowerShell prompts etc.). Any help would be very much appreciated, thank you in advance!

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
157 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 27,571 Reputation points
    2023-07-21T13:25:34.3+00:00

    AP-4148 Greetings!

    I have tried searching the documentation but all I can find are pages simply saying that the azure sphere can connect to a Wpa2 network, but not how (i.e. PowerShell prompts etc.). Any help would be very much appreciated, thank you in advance!

    You can follow the same approach for connecting Azure Sphere device to WPA2 Enterprise network as mentioned here : Connect Azure Sphere to Wi-Fi. You can use the Azure Sphere CLI, which includes commands for configuring Wi-Fi

    You can also configure network to Azure Sphere using Visual Studio/Visual Studio code/ CLI.

    Using CLI:

    azsphere device wifi add --ssid <SSID> --psk <EXAMPLEPSK>

    Replace <EXAMPLEPSK> with your WPA/WPA2 key. Azure Sphere devices do not support WEP.

    Please check Set up Wi-Fi on your Azure Sphere device for more details if you haven't checked earlier.

    Hope this helps. Do let us know if you any further queries.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.