Azure / Azure/AzureStack-Tools

Error Activating Azure Stack in Disconnected Mode

Abierto
#593 0 comentarios 0 reacciones 1 asignado Reclamado por @rakku-ms Ver en GitHub
Lenguaje dominante
PowerShell
Estrellas
260
Forks
283
Merge medio
2 h 11 min
PR fusionados (30 d)
1

Descripción

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}`

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.