dotnet / eShop

A reference .NET application implementing an eCommerce site
MIT License
4.67k stars 1.32k forks source link

Aspire deployment - An unhandled error has occurred. Reload #430

Open ngaisteve1 opened 2 weeks ago

ngaisteve1 commented 2 weeks ago

After using Azure Developer CLI to deploy to Azure, when I view the Aspire Dashboard, I got this error

There was an unhandled exception on the current circuit, so this circuit will be terminated. For more details turn on detailed exceptions by setting 'DetailedErrors: true' in 'appSettings.Development.json' or set 'CircuitOptions.DetailedErrors'.

Aspire

Initializing an app to run on Azure (azd init)

? How do you want to initialize your app? Use code in the current directory

(✓) Done: Scanning app code in current directory

Detected services:

.NET (Aspire) Detected in: C:\dotnet\sample\eShop\src\eShop.AppHost\eShop.AppHost.csproj

azd will generate the files necessary to host your app on Azure using Azure Container Apps.

? Select an option Confirm and continue initializing my app ? Enter a new environment name: [? for help] eshopdev

? Enter a new environment name: eshopdev

Generating files to run your app on Azure:

(✓) Done: Generating ./azure.yaml (✓) Done: Generating ./next-steps.md

SUCCESS: Your app is ready for the cloud! You can provision and deploy your app to Azure by running the azd up command in this directory. For more information on configuring your app, see ./next-steps.md PS C:\dotnet\sample\eShop\src\eShop.AppHost> azd up ? Select an Azure Subscription to use: 1. Visual Studio Professional Subscription ? Select an Azure location to use: 16. (Asia Pacific) Southeast Asia (southeastasia)

Packaging services (azd package)

Provisioning Azure resources (azd provision) Provisioning Azure resources can take some time.

Subscription: Visual Studio Professional Subscription Location: Southeast Asia

You can view detailed progress in the Azure Portal: https://portal.azure.com/#view/HubsExtension/DeploymentDetailsBlade/~/overview/id

(✓) Done: Resource group: rg-eshopdev (✓) Done: Log Analytics workspace: law-mn6lmqyu7hkig (✓) Done: Container Registry: acrmn6lmqyu7hkig (✓) Done: Container Apps Environment: cae-mn6lmqyu7hkig

Deploying services (azd deploy)

(✓) Done: Deploying service basket-api

SUCCESS: Your up workflow to provision and deploy to Azure completed in 11 minutes 1 second. PS C:\dotnet\sample\eShop\src\eShop.AppHost>

davidfowl commented 2 weeks ago

Fixes are this are rolling out to various regions.