使用Windows Azure PowerShell下載發行設定檔案時,可能發生【No certificate was found in the certificate store with thumbprint】的錯誤

本文將介紹使用Windows Azure PowerShell下載發行設定檔案時,發生【No certificate was found in the certificate store with thumbprint】的解決方式。

問題描述

當您嘗試在Windows Azure PowerShell透過Get-AzurePublishSettingsFile下載發行設定檔案時,可能發生【No certificate was found in the certificate store with thumbprint】的錯誤,該如何排除這個問題,請見下一節。

image

解決方式

只要刪除【C:\Users\目前使用者名稱\AppData\Roaming\Windows Auzre Powershell】目錄下的所有檔案。

image

重新開啟Windows Azure PowerShell後,執行Get-AzurePublishSettingsFile。

image

就不會再出現上一節的錯誤訊息,已經可以順利被導到下載發行設定檔案的頁面。

image

參考資料

Windows Azure PowerShell Error: Import-AzurePublishSettingsFile : No certificate was found in the certificate store with thumbprint

Azure PowerShell Certificate not found

Automating Windows Azure Virtual Machines with PowerShell