共用方式為


使用 Azure Sphere CLI 登入

重要

這是 Azure Sphere (舊版) 檔。 Azure Sphere(舊版)將於 2027 年 9 月 27 日淘汰,且使用者此時必須移轉至 Azure Sphere(整合式)。 使用位於 TOC 上方的版本選取器來檢視 Azure Sphere (整合式) 檔。

Azure Sphere CLI 提供兩種驗證類型來登入 Azure Sphere 安全性服務。 最簡單的開始使用方式是使用 Azure Sphere CLI,其會自動使用瀏覽器來記錄您。 如果 CLI 無法啟動瀏覽器,您可以使用裝置程式代碼進行驗證。

以互動方式登入

Azure Sphere CLI 中的預設驗證方法會使用預設網頁瀏覽器來登入。

若要登入,請 執行 azsphere login 命令。 例如:

azsphere login
---------------------
Name
=====================
bob@contoso.com
---------------------

默認網頁瀏覽器會開啟並載入 Azure Sphere 登入頁面,以提示您登入。 如果清單包含您用於 Azure Sphere 的身分識別,請選擇該身分識別。 如果沒有,請輸入適當的認證。

使用裝置程式代碼登入

如果 CLI 無法開啟預設網頁瀏覽器,或預設網頁瀏覽器無法使用,您可以使用裝置程式代碼,使用 azsphere login --use-device-code 命令登入。

  1. 在 開啟瀏覽器 https://aka.ms/devicelogin ,然後輸入終端機中顯示的授權碼。
  2. 請在瀏覽器中使用您的帳戶認證登入。

例如:

azsphere login --use-device-code
To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code <device-code> to authenticate.
 ---------------------
 Name
 =====================
 bob@contoso.com
 ---------------------