共用方式為


重設失敗的 ExpressRoute 電路

當 ExpressRoute 線路上的作業未成功完成時,線路可能會進入 [失敗] 狀態。 本文可協助您重設失敗的 Azure ExpressRoute 電路。

Azure 入口網站

  1. 使用您的 Azure 帳戶登入 Azure 入口網站

  2. 在入口網站頂端的搜尋方塊中搜尋 ExpressRoute 電路

  3. 選取要重設的 ExpressRoute 電路。

  4. 從上方功能表中選取 [重新整理]

    Screenshot of refresh button for an ExpressRoute circuit.

Azure PowerShell

本文中的步驟和範例會使用 Azure PowerShell Az 模組。 若要在您的電腦本機上安裝 Az 模組,請參閱安裝 Azure PowerShell。 若要深入了解新的 Az 模組,請參閱新的 Azure PowerShell Az 模組簡介。 PowerShell Cmdlet 會經常更新。 如果您未執行最新版本,指示中指定的值可能會失敗。 若要在您的系統上尋找已安裝的 PowerShell 版本,請使用 Get-Module -ListAvailable Az Cmdlet。

  1. 安裝最新版的 Azure Resource Manager PowerShell Cmdlet。 如需詳細資訊,請參閱安裝和設定 Azure PowerShell

  2. 以提高的權限開啟 PowerShell 主控台並連線至您的帳戶。 使用下列範例來協助您連線:

    Connect-AzAccount
    
  3. 如果您有多個 Azure 訂用帳戶,請檢查帳戶的訂用帳戶。

    Get-AzSubscription
    
  4. 指定您要使用的訂用帳戶。

    Select-AzSubscription -SubscriptionName "Replace_with_your_subscription_name"
    
  5. 請執行下列命令,重設處於失敗狀態的線路:

    $ckt = Get-AzExpressRouteCircuit -Name "ExpressRouteARMCircuit" -ResourceGroupName "ExpressRouteResourceGroup"
    
    Set-AzExpressRouteCircuit -ExpressRouteCircuit $ckt
    

電路現在應該狀況良好。 如果電路仍處於失敗狀態,請使用 Microsoft 支援服務開啟支援票證。

下一步

如果仍然發生問題,請向 Microsoft 支援服務提交支援票證。