From 66265499355399dd96e7620830f0e2d333f6fac1 Mon Sep 17 00:00:00 2001 From: Leonardo Capistrano Date: Tue, 31 Mar 2026 09:47:19 -0300 Subject: [PATCH 01/10] Update CI/CD workflow with new environment variables --- .github/workflows/eshoponweb-cicd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 3714a3af2..1a676903b 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -1,15 +1,15 @@ name: eShopOnWeb Build and Test #Triggers (uncomment line below to use it) -#on: [push, workflow_dispatch] +on: workflow_dispatch #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: - RESOURCE-GROUP: rg-eshoponweb-NAME + RESOURCE-GROUP: rg-eshoponweb-westeurope LOCATION: westeurope TEMPLATE-FILE: infra/webapp.bicep - SUBSCRIPTION-ID: YOUR-SUBS-ID - WEBAPP-NAME: eshoponweb-webapp-NAME + SUBSCRIPTION-ID: c7eb41ac-c317-490f-b05f-0505ca37b6dd + WEBAPP-NAME: devops-webapp-westeurope- jobs: #Build, test and publish .net web project in repository From c6933bffa9482708b444094aab707187f4769f1a Mon Sep 17 00:00:00 2001 From: Leonardo Capistrano Date: Tue, 31 Mar 2026 09:48:31 -0300 Subject: [PATCH 02/10] Update webapp.bicep From 98a268d4fd14d033d4bdd2c2ee288e23ccb9c07d Mon Sep 17 00:00:00 2001 From: Leonardo Capistrano Date: Tue, 31 Mar 2026 10:46:47 -0300 Subject: [PATCH 03/10] Update WEBAPP-NAME in CI/CD workflow --- .github/workflows/eshoponweb-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 1a676903b..be0cb2c48 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -9,7 +9,7 @@ env: LOCATION: westeurope TEMPLATE-FILE: infra/webapp.bicep SUBSCRIPTION-ID: c7eb41ac-c317-490f-b05f-0505ca37b6dd - WEBAPP-NAME: devops-webapp-westeurope- + WEBAPP-NAME: devops-webapp-westeurope-3561369341349870967 jobs: #Build, test and publish .net web project in repository From 8f8d59edfdb020eb8472667aa4da66f552034c15 Mon Sep 17 00:00:00 2001 From: Leonardo Capistrano Date: Tue, 31 Mar 2026 11:05:05 -0300 Subject: [PATCH 04/10] Update resource group and web app location to eastus --- .github/workflows/eshoponweb-cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index be0cb2c48..3e4faf70b 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -5,11 +5,11 @@ on: workflow_dispatch #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: - RESOURCE-GROUP: rg-eshoponweb-westeurope + RESOURCE-GROUP: rg-eshoponweb-eastus LOCATION: westeurope TEMPLATE-FILE: infra/webapp.bicep SUBSCRIPTION-ID: c7eb41ac-c317-490f-b05f-0505ca37b6dd - WEBAPP-NAME: devops-webapp-westeurope-3561369341349870967 + WEBAPP-NAME: devops-webapp-eastus-19587629421775593981 jobs: #Build, test and publish .net web project in repository From a0a45de6f65565ecf3e7114af4f1c589c851d66f Mon Sep 17 00:00:00 2001 From: Leonardo Capistrano Date: Tue, 31 Mar 2026 11:14:40 -0300 Subject: [PATCH 05/10] Change LOCATION environment variable to southcentralus --- .github/workflows/eshoponweb-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 3e4faf70b..87bb3a774 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -6,7 +6,7 @@ on: workflow_dispatch #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: RESOURCE-GROUP: rg-eshoponweb-eastus - LOCATION: westeurope + LOCATION: southcentralus TEMPLATE-FILE: infra/webapp.bicep SUBSCRIPTION-ID: c7eb41ac-c317-490f-b05f-0505ca37b6dd WEBAPP-NAME: devops-webapp-eastus-19587629421775593981 From 9ecff6e227aba008cbdd00e30979a435a316c012 Mon Sep 17 00:00:00 2001 From: Leonardo Capistrano Date: Tue, 31 Mar 2026 11:36:43 -0300 Subject: [PATCH 06/10] Update WEBAPP-NAME in CI/CD workflow --- .github/workflows/eshoponweb-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 87bb3a774..97512ef3b 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -9,7 +9,7 @@ env: LOCATION: southcentralus TEMPLATE-FILE: infra/webapp.bicep SUBSCRIPTION-ID: c7eb41ac-c317-490f-b05f-0505ca37b6dd - WEBAPP-NAME: devops-webapp-eastus-19587629421775593981 + WEBAPP-NAME: devops-webapp-eastus-1020 jobs: #Build, test and publish .net web project in repository From ee25c47680864848c8912c5de5b68af4b6972015 Mon Sep 17 00:00:00 2001 From: Leonardo Capistrano Date: Tue, 31 Mar 2026 11:44:13 -0300 Subject: [PATCH 07/10] Update resource group and location for deployment --- .github/workflows/eshoponweb-cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 97512ef3b..be0cb2c48 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -5,11 +5,11 @@ on: workflow_dispatch #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: - RESOURCE-GROUP: rg-eshoponweb-eastus - LOCATION: southcentralus + RESOURCE-GROUP: rg-eshoponweb-westeurope + LOCATION: westeurope TEMPLATE-FILE: infra/webapp.bicep SUBSCRIPTION-ID: c7eb41ac-c317-490f-b05f-0505ca37b6dd - WEBAPP-NAME: devops-webapp-eastus-1020 + WEBAPP-NAME: devops-webapp-westeurope-3561369341349870967 jobs: #Build, test and publish .net web project in repository From 58f317f632509ab5a80f04aa2eed942023083d8a Mon Sep 17 00:00:00 2001 From: Leonardo Capistrano Date: Tue, 7 Apr 2026 14:53:37 -0300 Subject: [PATCH 08/10] Change location and web app name to eastus --- .github/workflows/eshoponweb-cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index be0cb2c48..baf9bd9cc 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -6,10 +6,10 @@ on: workflow_dispatch #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: RESOURCE-GROUP: rg-eshoponweb-westeurope - LOCATION: westeurope + LOCATION: eastus TEMPLATE-FILE: infra/webapp.bicep SUBSCRIPTION-ID: c7eb41ac-c317-490f-b05f-0505ca37b6dd - WEBAPP-NAME: devops-webapp-westeurope-3561369341349870967 + WEBAPP-NAME: devops-webapp-eastus-3561369341349870967 jobs: #Build, test and publish .net web project in repository From 5f33c70dd5aea604e91ba00068a065ca952f3ce5 Mon Sep 17 00:00:00 2001 From: Leonardo Capistrano Date: Mon, 20 Apr 2026 21:23:54 -0300 Subject: [PATCH 09/10] Change resource group location to eastus --- .github/workflows/eshoponweb-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index baf9bd9cc..ec1bd7002 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -5,7 +5,7 @@ on: workflow_dispatch #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: - RESOURCE-GROUP: rg-eshoponweb-westeurope + RESOURCE-GROUP: rg-eshoponweb-eastus LOCATION: eastus TEMPLATE-FILE: infra/webapp.bicep SUBSCRIPTION-ID: c7eb41ac-c317-490f-b05f-0505ca37b6dd From e7329c6a96b577ba6969b808dba8f1f5f7f2920a Mon Sep 17 00:00:00 2001 From: Leonardo Capistrano Date: Mon, 20 Apr 2026 21:27:31 -0300 Subject: [PATCH 10/10] Update README with eBook information for ASP.NET Core 8.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18ef67357..1f256464e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A list of Frequently Asked Questions about this repository can be found [here](h [Steve "ardalis" Smith](https://twitter.com/ardalis) recorded [a live stream providing an overview of the eShopOnWeb reference app](https://www.youtube.com/watch?v=vRZ8ucGac8M&ab_channel=Ardalis) in October 2020. + ## eBook This reference application is meant to support the free .PDF download ebook: [Architecting Modern Web Applications with ASP.NET Core and Azure](https://aka.ms/webappebook), updated to **ASP.NET Core 8.0**. [Also available in ePub/mobi formats](https://dotnet.microsoft.com/learn/web/aspnet-architecture).