INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install VS 17.10 Preview 7 [ Includes Aspire 8.0.0-preview.7.24251.11 and SDK 8.0.300-preview.24203.14 ]
- Install Docker Desktop for Windows
- Install azd version [1.9.0]
REPRO STEPS
- Clone eShopOnAzure repo
- Update sdk version to 8.0.300-preview.24203.14 in global.json
- Open eShop.Web.slnf
- Build
- Deploy using azd
- Open the solution folder in a Command Prompt
- Run azd init, select 'Use code in the current directory' > Confirm and continue initializing my app, type a new environment name, press enter
- Run azd up to deploy to Azure
- After deployment successful, open the deployed webapp service url and log in to the account
ACTUAL
After successful deployment, login account fails: Error: 500

NOTE
- But for similar eShop repo, you can successfully log in to your account after deployment.
EXPECTED
After successful deployment, you can successfully log in to your account.

INSTALL STEPS
REPRO STEPS
ACTUAL

After successful deployment, login account fails: Error: 500
NOTE
EXPECTED

After successful deployment, you can successfully log in to your account.