From 33353ab81b4adea79ec70d10f8c69401055f1b56 Mon Sep 17 00:00:00 2001 From: SaiVignesh16 Date: Wed, 15 Apr 2026 11:16:57 +0530 Subject: [PATCH 01/11] My Commit --- src/Web/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Web/Program.cs b/src/Web/Program.cs index 23767db01..9a4e08afb 100644 --- a/src/Web/Program.cs +++ b/src/Web/Program.cs @@ -1,3 +1,4 @@ +// My First Change using System.Net.Mime; using Ardalis.ListStartupServices; using Azure.Identity; From 0bdc3ce133d352f445186c87c81c18ab64af6d62 Mon Sep 17 00:00:00 2001 From: SaiVignesh16 Date: Wed, 15 Apr 2026 11:32:25 +0530 Subject: [PATCH 02/11] My commit --- src/Web/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Program.cs b/src/Web/Program.cs index 9a4e08afb..42ec85d25 100644 --- a/src/Web/Program.cs +++ b/src/Web/Program.cs @@ -1,4 +1,4 @@ -// My First Change +// My First Change1 using System.Net.Mime; using Ardalis.ListStartupServices; using Azure.Identity; From f4ae01f1812d653fb9ccd145d363207426f35312 Mon Sep 17 00:00:00 2001 From: SaiVignesh16 Date: Wed, 15 Apr 2026 11:41:30 +0530 Subject: [PATCH 03/11] secound change --- src/Web/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Web/Program.cs b/src/Web/Program.cs index 42ec85d25..cb8c6efed 100644 --- a/src/Web/Program.cs +++ b/src/Web/Program.cs @@ -1,4 +1,5 @@ // My First Change1 +//secound using System.Net.Mime; using Ardalis.ListStartupServices; using Azure.Identity; From 4605ebcea0701b41169bed911f13634be7afa0da Mon Sep 17 00:00:00 2001 From: Dande Sai Vignesh <103402939+Saivignesh16@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:39:35 +0530 Subject: [PATCH 04/11] Enable CI/CD triggers for eShopOnWeb 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 3714a3af2..7126328f3 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -1,7 +1,7 @@ name: eShopOnWeb Build and Test #Triggers (uncomment line below to use it) -#on: [push, workflow_dispatch] +on: [push, workflow_dispatch] #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: From 58227f9c84cc14fab2e1f811f71b47c1745e97e5 Mon Sep 17 00:00:00 2001 From: Dande Sai Vignesh <103402939+Saivignesh16@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:41:40 +0530 Subject: [PATCH 05/11] Modify environment variables in CI/CD workflow Updated environment variables for the CI/CD workflow. --- .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 7126328f3..d561228c7 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -5,11 +5,11 @@ on: [push, workflow_dispatch] #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: - RESOURCE-GROUP: rg-eshoponweb-NAME - LOCATION: westeurope + RESOURCE-GROUP: rg-eshoponweb-vignesh + LOCATION: eastus TEMPLATE-FILE: infra/webapp.bicep - SUBSCRIPTION-ID: YOUR-SUBS-ID - WEBAPP-NAME: eshoponweb-webapp-NAME + SUBSCRIPTION-ID: 2e89365b-8864-49d5-b5f2-f3bb66426738 + WEBAPP-NAME: eshoponweb-webapp-Vignesh jobs: #Build, test and publish .net web project in repository From 3f8f3d838ca9b84a63b45b1da5a99230a865fc71 Mon Sep 17 00:00:00 2001 From: Dande Sai Vignesh <103402939+Saivignesh16@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:59:52 +0530 Subject: [PATCH 06/11] Update eshoponweb-cicd.yml --- .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 d561228c7..5e0bd1971 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -5,7 +5,7 @@ on: [push, workflow_dispatch] #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: - RESOURCE-GROUP: rg-eshoponweb-vignesh + RESOURCE-GROUP: az400-vignesh LOCATION: eastus TEMPLATE-FILE: infra/webapp.bicep SUBSCRIPTION-ID: 2e89365b-8864-49d5-b5f2-f3bb66426738 From d7ec4d234e4017eb12e33f0109152ca6863e34f1 Mon Sep 17 00:00:00 2001 From: Dande Sai Vignesh <103402939+Saivignesh16@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:06:40 +0530 Subject: [PATCH 07/11] Change App Service Plan SKU from S1 to F1 --- infra/webapp.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/webapp.bicep b/infra/webapp.bicep index 52da333cf..5b9607572 100644 --- a/infra/webapp.bicep +++ b/infra/webapp.bicep @@ -1,5 +1,5 @@ param webAppName string // = uniqueString(resourceGroup().id) // unique String gets created from az cli instructions -param sku string = 'S1' // The SKU of App Service Plan +param sku string = 'F1' // The SKU of App Service Plan param location string = resourceGroup().location var appServicePlanName = toLower('AppServicePlan-${webAppName}') From 0cb68ea0b1e7bc31afe72c8a7dd2310846337746 Mon Sep 17 00:00:00 2001 From: Dande Sai Vignesh <103402939+Saivignesh16@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:11:07 +0530 Subject: [PATCH 08/11] Update LOCATION in CI/CD workflow Changed the deployment location from eastus to westus. --- .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 5e0bd1971..f61da5605 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -6,7 +6,7 @@ on: [push, workflow_dispatch] #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: RESOURCE-GROUP: az400-vignesh - LOCATION: eastus + LOCATION: westus TEMPLATE-FILE: infra/webapp.bicep SUBSCRIPTION-ID: 2e89365b-8864-49d5-b5f2-f3bb66426738 WEBAPP-NAME: eshoponweb-webapp-Vignesh From cc4a4b63b92ef958faaf9f6f3d1255583c2f0f44 Mon Sep 17 00:00:00 2001 From: Dande Sai Vignesh <103402939+Saivignesh16@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:19:17 +0530 Subject: [PATCH 09/11] Update resource group and location in CI/CD config --- .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 f61da5605..c70112674 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -5,8 +5,8 @@ on: [push, workflow_dispatch] #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: - RESOURCE-GROUP: az400-vignesh - LOCATION: westus + RESOURCE-GROUP: rg-eshoponweb-vignesh + LOCATION: West US 2 TEMPLATE-FILE: infra/webapp.bicep SUBSCRIPTION-ID: 2e89365b-8864-49d5-b5f2-f3bb66426738 WEBAPP-NAME: eshoponweb-webapp-Vignesh From f7931e64003f6fcd958c4992a986300fef69ca77 Mon Sep 17 00:00:00 2001 From: Dande Sai Vignesh <103402939+Saivignesh16@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:42:43 +0530 Subject: [PATCH 10/11] Set specific parameters for web app deployment Updated parameters for Azure deployment with specific values. --- .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 c70112674..189686052 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -82,7 +82,7 @@ jobs: subscriptionId: ${{ env.SUBSCRIPTION-ID }} resourceGroupName: ${{ env.RESOURCE-GROUP }} template: bicep-template/webapp.bicep - parameters: "webAppName=${{ env.WEBAPP-NAME }} location=${{ env.LOCATION }}" + parameters: webAppName=eshoponweb-webapp-vignesh location=West US 2 failOnStdErr: false # Publish website to Azure App Service (WebApp) From c6f96374d22da8d455073207796257e6b1a38e4c Mon Sep 17 00:00:00 2001 From: Dande Sai Vignesh <103402939+Saivignesh16@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:49:39 +0530 Subject: [PATCH 11/11] Change deployment location to centralindia --- .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 189686052..9338c6be0 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -82,7 +82,7 @@ jobs: subscriptionId: ${{ env.SUBSCRIPTION-ID }} resourceGroupName: ${{ env.RESOURCE-GROUP }} template: bicep-template/webapp.bicep - parameters: webAppName=eshoponweb-webapp-vignesh location=West US 2 + parameters: webAppName=eshoponweb-webapp-vignesh location=centralindia failOnStdErr: false # Publish website to Azure App Service (WebApp)