You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AspireE2E] Failed to select or search Azure subscription with error " Could not find color or style 'Prod'." when deploying aspire project to Azure #13955
Open CMD and create an Aspire Starter App (ASP.NET Core/Blazor)
dotnet new aspire-starter -o aspire01
cd aspire01/aspire01.AppHost
Run aspire add azure-appcontainers
Open AppHost.cs file, adding following line to configure the Azure App Container environment builder.AddAzureContainerAppEnvironment("env");
Run aspire deploy.
Select Azure tenant as Microsoft
Use the down arrow key to select the Azure subscription or type to search
Note
This issue does not repro when azd up the aspire app use the dotnet CLI
ACTUAL
"An unexpected error occurred: Could not find color or style 'Prod'. " error occurs when down arrow key to DevDiv Test labs V2 or type to search
MicrosoftTeams-video.mp4
EXPECTED
I can select the Azure subscription successfully.