This page is from Steve Ngai Resume / CV :)
Date | Title | Tags | Code | Video |
---|
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
- Endpoint: https://basket-api.internal.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service catalog-api
- Endpoint: https://catalog-api.internal.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service eventbus
- Endpoint: https://eventbus.internal.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service identity-api
- Endpoint: https://identity-api.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service mobile-bff
- Endpoint: https://mobile-bff.internal.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service order-processor
- Endpoint: https://order-processor.internal.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service ordering-api
- Endpoint: https://ordering-api.internal.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service payment-processor
- Endpoint: https://payment-processor.internal.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service postgres
- Endpoint: https://postgres.internal.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service redis
- Endpoint: https://redis.internal.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service webapp
- Endpoint: https://webapp.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service webhooks-api
- Endpoint: https://webhooks-api.internal.proudcliff-xxx.southeastasia.azurecontainerapps.io/
(✓) Done: Deploying service webhooksclient
- Endpoint: https://webhooksclient.internal.proudcliff-xxx.southeastasia.azurecontainerapps.io/
Aspire Dashboard: https://aspire-dashboard.ext.proudcliff-xxx.southeastasia.azurecontainerapps.io
SUCCESS: Your up workflow to provision and deploy to Azure completed in 11 minutes 1 second.
PS C:\dotnet\sample\eShop\src\eShop.AppHost>