Error Activating Azure Stack in Disconnected Mode
@rakku-ms is already working on this.
Since Apr 1, 2021.
Assessment
This issue has not been assessed yet.
Description
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}
- Dominant language
- PowerShell
- Stars
- 260
- Forks
- 283
- Avg merge
- 2h 11m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Azure/AzureStack-Tools
-
Difficulty 3/5 1-2 days Newbie friendliness 58/100
Azure/AzureStack-Tools#710 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 45/100
Azure/AzureStack-Tools#707 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 50/100
Azure/AzureStack-Tools#705 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
Azure/AzureStack-Tools#680 ·
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
Azure/AzureStack-Tools#648 · 1 comment ·