From 9f00f2d0ccbed988661bc64658a9851cd7b39e1b Mon Sep 17 00:00:00 2001 From: Sirin Ali <118505493+sirinali07@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:32:11 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18ef67357..849ac7e20 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://github.com/dotnet-architecture/eShopOnWeb/workflows/eShopOnWeb%20Build%20and%20Test/badge.svg)](https://github.com/dotnet-architecture/eShopOnWeb/actions) - +# Sirin ALi # Microsoft eShopOnWeb ASP.NET Core Reference Application Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a single-process (monolithic) application architecture and deployment model. If you're new to .NET development, read the [Getting Started for Beginners](https://github.com/dotnet-architecture/eShopOnWeb/wiki/Getting-Started-for-Beginners) guide. From 63bf9a639294a04f97ac2d76545adf0db620ee47 Mon Sep 17 00:00:00 2001 From: Sirin Ali <118505493+sirinali07@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:32:40 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 849ac7e20..d21b54409 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Build Status](https://github.com/dotnet-architecture/eShopOnWeb/workflows/eShopOnWeb%20Build%20and%20Test/badge.svg)](https://github.com/dotnet-architecture/eShopOnWeb/actions) -# Sirin ALi + +# Sirin Ali + # Microsoft eShopOnWeb ASP.NET Core Reference Application Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a single-process (monolithic) application architecture and deployment model. If you're new to .NET development, read the [Getting Started for Beginners](https://github.com/dotnet-architecture/eShopOnWeb/wiki/Getting-Started-for-Beginners) guide. From e0978ba02dca38329a57515f9f335ac09b02ad2d Mon Sep 17 00:00:00 2001 From: Sirin Ali <118505493+sirinali07@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:20:38 +0530 Subject: [PATCH 3/3] Update eshoponweb-cicd.yml --- .github/workflows/eshoponweb-cicd.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 3714a3af2..bddb1b081 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: [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: Sirin-RG + LOCATION: centralus TEMPLATE-FILE: infra/webapp.bicep - SUBSCRIPTION-ID: YOUR-SUBS-ID - WEBAPP-NAME: eshoponweb-webapp-NAME + SUBSCRIPTION-ID: e6b761fc-f852-4952-a285-9edfc03004db + WEBAPP-NAME: eshoponweb-webapp-sirin jobs: #Build, test and publish .net web project in repository