Hello,
I'm following this tutorial https://learn.microsoft.com/en-us/azure-stack/asdk/asdk-install?view=azs-2406
I'm trying to deploy Azure Stack Deployment Kit on a local server running WS2016. I have downloaded the installer, extracted it, mounted the CloudBuilder.vhdx and successfully booted the host from it. Inside the local mount I ran the install script but it crashes with this error
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Starting installation. This can take a moment. Please wait..
Expanding ECEEngine. Copying content to C:\CloudDeployment\ECEngine.
Expanding Microsoft.AzureStack.Solution.Diagnostics.TraceCollector. Copying lib\net46 to C:\TraceCollector.
Find-Package : No match was found for the specified search criteria and package name
'Microsoft.AzureStack.Solution.Diagnostics.TraceCollector'. Try Get-PackageSource to see all available registered
package sources.
At C:\CloudDeployment\Setup\Expand-NuGetContent.psm1:62 char:25
- ... etPackage = Find-Package -Source $NugetStorePath -Name $NuGetName -Pr ...
- CategoryInfo : ObjectNotFound: (Microsoft.Power...ets.FindPackage:FindPackage) [Find-Package], Exceptio
n
- FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.FindPackage
PS C:\CloudDeployment\Setup>