【Azure Fabric Service】Service Fabric部署失敗問題 Provisioning of VM extension ConfigureVM has timed out.

路边两盏灯發表於2024-08-20

問題描述

Service Fabric部署失敗,錯誤資訊: Provisioning of VM extension ConfigureVM has timed out. Extension provisioning has taken too long to complete. The extension did not report a message. More information on troubleshooting is available at https://aka.ms/VMExtensionCSEWindowsTroubleshoot

問題解答

當VM Extension配置失敗後,配置的日誌會記錄在虛擬機器中的 C:\WindowsAzure\Logs\Plugins\Microsoft.Compute.CustomScriptExtension 目錄中。所以可以檢視檔案中詳細的錯誤資訊。

只是,通常Timeout類錯誤可以透過重試的方式來緩解。所以本次錯誤,透過重新部署Service Fabric就可以緩解。

參考資料

Troubleshoot and support :https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/custom-script-windows#troubleshoot-and-support

相關文章