我試圖按照Microsoft文檔「安裝Azure CLI 2.0」中所述安裝Azure CLI 1。文檔看起來過時了,很難理解,並且存在許多與之相關的問題。文檔中的每一步都會引入新問題,以便首先解決問題。一個例子如下所示。在不使用Microsoft文檔的情況下安裝Microsoft Azure CLI
PS C:\WINDOWS\system32> Install-Module AzureRM
Install-Module : The 'Install-Module' command was found in the module 'PowerShellGet', but the module could not be load
ed. For more information, run 'Import-Module PowerShellGet'.
At line:1 char:1
+ Install-Module AzureRM
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Install-Module:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CouldNotAutoloadMatchingModule
PS C:\WINDOWS\system32>
或
PS C:\Users\ostraaten> Import-Module AzureRM
Import-Module : The specified module 'AzureRM' was not loaded because no valid module file was found in any mod
ctory.
At line:1 char:1
+ Import-Module AzureRM
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (AzureRM:String) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
是否有其他途徑獲得Azure的CLI?例如第三方安裝程序。是否有更新的文檔?更好的測試文檔?
我不能使用btw的Azure CLI for Linux - 哪些工作 - 因爲我需要一個保留的公共靜態IP地址,只能使用MS Windows CLI for Windows創建。它也不能通過門戶網站創建。原因不明。
我還嘗試了雲端Shell,其中CLI已預先安裝,但該版本較舊,不包括創建保留IP地址的方法。在雲端Shell中更新CLI版本也是不可能的。它失敗並顯示錯誤消息。
前嘗試註冊-PSRepository - 默認你想你的Windows PC上安裝Azure的CLI 2.0嗎? –
這就是想法 – onknows
好吧,請嘗試下載MSI並安裝它。 –