Azure / Azure/AzureStack-Tools

Error Activating Azure Stack in Disconnected Mode

未关闭
#593 0 条评论 0 个 reaction 已指派 1 人 已被 @rakku-ms 认领 在 GitHub 查看
主要语言
PowerShell
星标
260
派生
283
平均合并
2 小时 11 分钟
30 天内合并 PR
1

描述

When attempting to Activate an Azure Stack running in disconnected mode, I'm receiving the following error when using the 'New-AzsActivationResource' cmdlet:

`Cannot bind argument to parameter 'ActivationKey' because it is an empty string. `

The variable of $ActivationKey is correctly populated using Get-Content -Path 'keyfile.txt'

The issue looks to be in the 'RegisterWithAzure.psm1' module at line 1557.

Launching my own PEP session and using the adjusted command below allowed me to successfully register the stack:

`Invoke-Command -Session $session -ArgumentList $ActivationKey { New-AzureStackActivation -ActivationKey $args[0] -TimeoutInSeconds 1800}`

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。