Upgrading failed due to deletion of previous 2 App services installation #752
Labels
Application:UpgradeScripts
Application:UpgradeScripts
bug
Something isn't working
issue-stage:triage
The issue is under triage by the team
Describe the bug
I follow the instruction to delete previous old version of Admin & Portal App services in order to run the "Upgrade.ps1" script.
However I got the below error:
ERROR: Failed to connect to MSI. Please make sure MSI is configured correctly.
Get Token request returned: <Response [400]>
Upgrade.ps1:
Line |
8 | .\Upgrade.ps1 `
| ~~~~~~~~~~~~~~~
| Cannot bind argument to parameter 'Source' because it is an empty string.
To Reproduce
Steps to reproduce the behavior:
wget https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh;
chmod +x dotnet-install.sh;
./dotnet-install.sh -version 6.0.417;
$ENV:PATH="$HOME/.dotnet:$ENV:PATH";
dotnet tool install --global dotnet-ef --version 6.0.1;
git clone https://github.com/<your_fork_path>/Commercial-Marketplace-SaaS-Accelerator.git;
cd ./Commercial-Marketplace-SaaS-Accelerator/deployment;
.\Upgrade.ps1
-WebAppNamePrefix "<your_prefix>" `
-ResourceGroupForDeployment "<your_resource>"
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: