From 3386d3b10db970ad29d864cc6ebecc9b0ab8c06c Mon Sep 17 00:00:00 2001 From: shaguf2012 Date: Sat, 6 Sep 2025 17:34:15 +0100 Subject: [PATCH 01/10] Add or update the Azure App Service build and deployment workflow config --- .github/workflows/master_shagufta-app.yml | 56 +++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .github/workflows/master_shagufta-app.yml diff --git a/.github/workflows/master_shagufta-app.yml b/.github/workflows/master_shagufta-app.yml new file mode 100644 index 0000000..b0e7100 --- /dev/null +++ b/.github/workflows/master_shagufta-app.yml @@ -0,0 +1,56 @@ +# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy +# More GitHub Actions for Azure: https://github.com/Azure/actions + +name: Build and deploy ASP app to Azure Web App - shagufta-app + +on: + push: + branches: + - master + workflow_dispatch: + +jobs: + build: + runs-on: windows-latest + permissions: + contents: read #This is required for actions/checkout + + steps: + - uses: actions/checkout@v4 + + - name: Setup MSBuild path + uses: microsoft/setup-msbuild@v1.0.2 + + - name: Setup NuGet + uses: NuGet/setup-nuget@v1.0.5 + + - name: Restore NuGet packages + run: nuget restore + + - name: Publish to folder + run: msbuild /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\" + + - name: Upload artifact for deployment job + uses: actions/upload-artifact@v4 + with: + name: ASP-app + path: '/published/**' + + deploy: + runs-on: windows-latest + needs: build + + steps: + - name: Download artifact from build job + uses: actions/download-artifact@v4 + with: + name: ASP-app + + - name: Deploy to Azure Web App + id: deploy-to-webapp + uses: azure/webapps-deploy@v3 + with: + app-name: 'shagufta-app' + slot-name: 'Production' + package: . + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_776BD747F24F4244A6EC81BB47C2411E }} \ No newline at end of file From f7f6b85165ea279cf594043715ca653d7af05f01 Mon Sep 17 00:00:00 2001 From: shaguf2012 Date: Sat, 6 Sep 2025 17:40:52 +0100 Subject: [PATCH 02/10] Developed and updated by Shagufta --- aspnet-get-started/Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-get-started/Views/Home/Index.cshtml b/aspnet-get-started/Views/Home/Index.cshtml index e152a42..be6c8a4 100644 --- a/aspnet-get-started/Views/Home/Index.cshtml +++ b/aspnet-get-started/Views/Home/Index.cshtml @@ -3,7 +3,7 @@ }
-

This is developed byTim,Rashmi,Joo,Chad and Andrew

+

This is developed by Shagufta

Welcome To Azure Advance Administration Training

Learn more »

From a5b393820b5351b22d0992525e88d8d2b2c01f70 Mon Sep 17 00:00:00 2001 From: shaguf2012 Date: Sun, 16 Nov 2025 16:09:22 +0000 Subject: [PATCH 03/10] Add or update the Azure App Service build and deployment workflow config --- .github/workflows/master_shaguftawebapp01.yml | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .github/workflows/master_shaguftawebapp01.yml diff --git a/.github/workflows/master_shaguftawebapp01.yml b/.github/workflows/master_shaguftawebapp01.yml new file mode 100644 index 0000000..02b1d8a --- /dev/null +++ b/.github/workflows/master_shaguftawebapp01.yml @@ -0,0 +1,56 @@ +# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy +# More GitHub Actions for Azure: https://github.com/Azure/actions + +name: Build and deploy ASP app to Azure Web App - shaguftawebapp01 + +on: + push: + branches: + - master + workflow_dispatch: + +jobs: + build: + runs-on: windows-latest + permissions: + contents: read #This is required for actions/checkout + + steps: + - uses: actions/checkout@v4 + + - name: Setup MSBuild path + uses: microsoft/setup-msbuild@v1.0.2 + + - name: Setup NuGet + uses: NuGet/setup-nuget@v1.0.5 + + - name: Restore NuGet packages + run: nuget restore + + - name: Publish to folder + run: msbuild /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\" + + - name: Upload artifact for deployment job + uses: actions/upload-artifact@v4 + with: + name: ASP-app + path: '/published/**' + + deploy: + runs-on: windows-latest + needs: build + + steps: + - name: Download artifact from build job + uses: actions/download-artifact@v4 + with: + name: ASP-app + + - name: Deploy to Azure Web App + id: deploy-to-webapp + uses: azure/webapps-deploy@v3 + with: + app-name: 'shaguftawebapp01' + slot-name: 'Production' + package: . + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_9E4411A1D2B045C1BF54EA9D4EF85DE6 }} \ No newline at end of file From 4e893993c0e687e0725b343b1337dc08c23d8152 Mon Sep 17 00:00:00 2001 From: shaguf2012 Date: Sun, 16 Nov 2025 16:43:16 +0000 Subject: [PATCH 04/10] Updated by Shagufta --- aspnet-get-started/Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-get-started/Views/Home/Index.cshtml b/aspnet-get-started/Views/Home/Index.cshtml index be6c8a4..2084bcc 100644 --- a/aspnet-get-started/Views/Home/Index.cshtml +++ b/aspnet-get-started/Views/Home/Index.cshtml @@ -4,7 +4,7 @@

This is developed by Shagufta

-

Welcome To Azure Advance Administration Training

+

Welcome To Shagufta's Diner

Learn more »

From 48393b46afc52b6f93356b88e19794647cf80df3 Mon Sep 17 00:00:00 2001 From: shaguf2012 Date: Sun, 16 Nov 2025 16:47:40 +0000 Subject: [PATCH 05/10] Update header text for Shagufta's Diner --- aspnet-get-started/Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-get-started/Views/Home/Index.cshtml b/aspnet-get-started/Views/Home/Index.cshtml index 2084bcc..1ca8b77 100644 --- a/aspnet-get-started/Views/Home/Index.cshtml +++ b/aspnet-get-started/Views/Home/Index.cshtml @@ -3,7 +3,7 @@ }
-

This is developed by Shagufta

+

Welcome to Shagufta's Diner

Welcome To Shagufta's Diner

Learn more »

From 30e8d71b7651e3d70a56bd3497dd3d4b76a5215f Mon Sep 17 00:00:00 2001 From: shaguf2012 Date: Sun, 16 Nov 2025 17:12:01 +0000 Subject: [PATCH 06/10] Delete .github/workflows directory --- .github/workflows/master_shagufta-app.yml | 56 ------------------- .github/workflows/master_shaguftawebapp01.yml | 56 ------------------- 2 files changed, 112 deletions(-) delete mode 100644 .github/workflows/master_shagufta-app.yml delete mode 100644 .github/workflows/master_shaguftawebapp01.yml diff --git a/.github/workflows/master_shagufta-app.yml b/.github/workflows/master_shagufta-app.yml deleted file mode 100644 index b0e7100..0000000 --- a/.github/workflows/master_shagufta-app.yml +++ /dev/null @@ -1,56 +0,0 @@ -# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy -# More GitHub Actions for Azure: https://github.com/Azure/actions - -name: Build and deploy ASP app to Azure Web App - shagufta-app - -on: - push: - branches: - - master - workflow_dispatch: - -jobs: - build: - runs-on: windows-latest - permissions: - contents: read #This is required for actions/checkout - - steps: - - uses: actions/checkout@v4 - - - name: Setup MSBuild path - uses: microsoft/setup-msbuild@v1.0.2 - - - name: Setup NuGet - uses: NuGet/setup-nuget@v1.0.5 - - - name: Restore NuGet packages - run: nuget restore - - - name: Publish to folder - run: msbuild /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\" - - - name: Upload artifact for deployment job - uses: actions/upload-artifact@v4 - with: - name: ASP-app - path: '/published/**' - - deploy: - runs-on: windows-latest - needs: build - - steps: - - name: Download artifact from build job - uses: actions/download-artifact@v4 - with: - name: ASP-app - - - name: Deploy to Azure Web App - id: deploy-to-webapp - uses: azure/webapps-deploy@v3 - with: - app-name: 'shagufta-app' - slot-name: 'Production' - package: . - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_776BD747F24F4244A6EC81BB47C2411E }} \ No newline at end of file diff --git a/.github/workflows/master_shaguftawebapp01.yml b/.github/workflows/master_shaguftawebapp01.yml deleted file mode 100644 index 02b1d8a..0000000 --- a/.github/workflows/master_shaguftawebapp01.yml +++ /dev/null @@ -1,56 +0,0 @@ -# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy -# More GitHub Actions for Azure: https://github.com/Azure/actions - -name: Build and deploy ASP app to Azure Web App - shaguftawebapp01 - -on: - push: - branches: - - master - workflow_dispatch: - -jobs: - build: - runs-on: windows-latest - permissions: - contents: read #This is required for actions/checkout - - steps: - - uses: actions/checkout@v4 - - - name: Setup MSBuild path - uses: microsoft/setup-msbuild@v1.0.2 - - - name: Setup NuGet - uses: NuGet/setup-nuget@v1.0.5 - - - name: Restore NuGet packages - run: nuget restore - - - name: Publish to folder - run: msbuild /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\" - - - name: Upload artifact for deployment job - uses: actions/upload-artifact@v4 - with: - name: ASP-app - path: '/published/**' - - deploy: - runs-on: windows-latest - needs: build - - steps: - - name: Download artifact from build job - uses: actions/download-artifact@v4 - with: - name: ASP-app - - - name: Deploy to Azure Web App - id: deploy-to-webapp - uses: azure/webapps-deploy@v3 - with: - app-name: 'shaguftawebapp01' - slot-name: 'Production' - package: . - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_9E4411A1D2B045C1BF54EA9D4EF85DE6 }} \ No newline at end of file From 863982791878029a66b0d32983b4130f2a69f6ca Mon Sep 17 00:00:00 2001 From: shaguf2012 Date: Sun, 16 Nov 2025 17:13:10 +0000 Subject: [PATCH 07/10] Add or update the Azure App Service build and deployment workflow config --- .github/workflows/master_shaguftawebapp01.yml | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .github/workflows/master_shaguftawebapp01.yml diff --git a/.github/workflows/master_shaguftawebapp01.yml b/.github/workflows/master_shaguftawebapp01.yml new file mode 100644 index 0000000..6223e15 --- /dev/null +++ b/.github/workflows/master_shaguftawebapp01.yml @@ -0,0 +1,56 @@ +# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy +# More GitHub Actions for Azure: https://github.com/Azure/actions + +name: Build and deploy ASP app to Azure Web App - shaguftawebapp01 + +on: + push: + branches: + - master + workflow_dispatch: + +jobs: + build: + runs-on: windows-latest + permissions: + contents: read #This is required for actions/checkout + + steps: + - uses: actions/checkout@v4 + + - name: Setup MSBuild path + uses: microsoft/setup-msbuild@v1.0.2 + + - name: Setup NuGet + uses: NuGet/setup-nuget@v1.0.5 + + - name: Restore NuGet packages + run: nuget restore + + - name: Publish to folder + run: msbuild /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\" + + - name: Upload artifact for deployment job + uses: actions/upload-artifact@v4 + with: + name: ASP-app + path: '/published/**' + + deploy: + runs-on: windows-latest + needs: build + + steps: + - name: Download artifact from build job + uses: actions/download-artifact@v4 + with: + name: ASP-app + + - name: Deploy to Azure Web App + id: deploy-to-webapp + uses: azure/webapps-deploy@v3 + with: + app-name: 'shaguftawebapp01' + slot-name: 'Production' + package: . + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_B56918E53BEC4FE7AD75F7783C6D9526 }} \ No newline at end of file From 2ecfb456262394f2edb98e70a5ded6d118205ce7 Mon Sep 17 00:00:00 2001 From: shaguf2012 Date: Sat, 29 Nov 2025 15:56:47 +0000 Subject: [PATCH 08/10] Delete .github/workflows directory --- .github/workflows/master_shaguftawebapp01.yml | 56 ------------------- 1 file changed, 56 deletions(-) delete mode 100644 .github/workflows/master_shaguftawebapp01.yml diff --git a/.github/workflows/master_shaguftawebapp01.yml b/.github/workflows/master_shaguftawebapp01.yml deleted file mode 100644 index 6223e15..0000000 --- a/.github/workflows/master_shaguftawebapp01.yml +++ /dev/null @@ -1,56 +0,0 @@ -# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy -# More GitHub Actions for Azure: https://github.com/Azure/actions - -name: Build and deploy ASP app to Azure Web App - shaguftawebapp01 - -on: - push: - branches: - - master - workflow_dispatch: - -jobs: - build: - runs-on: windows-latest - permissions: - contents: read #This is required for actions/checkout - - steps: - - uses: actions/checkout@v4 - - - name: Setup MSBuild path - uses: microsoft/setup-msbuild@v1.0.2 - - - name: Setup NuGet - uses: NuGet/setup-nuget@v1.0.5 - - - name: Restore NuGet packages - run: nuget restore - - - name: Publish to folder - run: msbuild /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\" - - - name: Upload artifact for deployment job - uses: actions/upload-artifact@v4 - with: - name: ASP-app - path: '/published/**' - - deploy: - runs-on: windows-latest - needs: build - - steps: - - name: Download artifact from build job - uses: actions/download-artifact@v4 - with: - name: ASP-app - - - name: Deploy to Azure Web App - id: deploy-to-webapp - uses: azure/webapps-deploy@v3 - with: - app-name: 'shaguftawebapp01' - slot-name: 'Production' - package: . - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_B56918E53BEC4FE7AD75F7783C6D9526 }} \ No newline at end of file From a19cc788694f547cc097759f28029a68e872764a Mon Sep 17 00:00:00 2001 From: shaguf2012 Date: Sat, 29 Nov 2025 15:58:12 +0000 Subject: [PATCH 09/10] Integrate PayPal payment form in Index.cshtml Added a PayPal payment form for AZ-204 course. --- aspnet-get-started/Views/Home/Index.cshtml | 63 ++++++++++++---------- 1 file changed, 34 insertions(+), 29 deletions(-) diff --git a/aspnet-get-started/Views/Home/Index.cshtml b/aspnet-get-started/Views/Home/Index.cshtml index 1ca8b77..9422d60 100644 --- a/aspnet-get-started/Views/Home/Index.cshtml +++ b/aspnet-get-started/Views/Home/Index.cshtml @@ -1,29 +1,34 @@ -@{ - ViewBag.Title = "Test CICD Page"; -} - -
-

Welcome to Shagufta's Diner

-

Welcome To Shagufta's Diner

-

Learn more »

-
- -
-
-

GitHub

-

- ASP.NET MVC gives you a powerful, Testing CICD. -

-

Learn more »

-
-
-

My Libraries

-

NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.

-

Learn more »

-
-
-

Host your web

-

You can easily find a web hosting company that offers the right mix of features and price for your applications.

-

Learn more »

-
-
+ + + + www.bipeensinha.com + + +

Pay here for AZ-204 course + +

+ +
+ + + + + + + + + + + + + + + + +
+ + + From 514fdf47eb2ba482036517e95054202903029e35 Mon Sep 17 00:00:00 2001 From: shaguf2012 Date: Sat, 29 Nov 2025 16:01:23 +0000 Subject: [PATCH 10/10] Add or update the Azure App Service build and deployment workflow config --- .github/workflows/master_shaguftaapp1.yml | 56 +++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .github/workflows/master_shaguftaapp1.yml diff --git a/.github/workflows/master_shaguftaapp1.yml b/.github/workflows/master_shaguftaapp1.yml new file mode 100644 index 0000000..d3b736d --- /dev/null +++ b/.github/workflows/master_shaguftaapp1.yml @@ -0,0 +1,56 @@ +# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy +# More GitHub Actions for Azure: https://github.com/Azure/actions + +name: Build and deploy ASP app to Azure Web App - shaguftaapp1 + +on: + push: + branches: + - master + workflow_dispatch: + +jobs: + build: + runs-on: windows-latest + permissions: + contents: read #This is required for actions/checkout + + steps: + - uses: actions/checkout@v4 + + - name: Setup MSBuild path + uses: microsoft/setup-msbuild@v1.0.2 + + - name: Setup NuGet + uses: NuGet/setup-nuget@v1.0.5 + + - name: Restore NuGet packages + run: nuget restore + + - name: Publish to folder + run: msbuild /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\" + + - name: Upload artifact for deployment job + uses: actions/upload-artifact@v4 + with: + name: ASP-app + path: '/published/**' + + deploy: + runs-on: windows-latest + needs: build + + steps: + - name: Download artifact from build job + uses: actions/download-artifact@v4 + with: + name: ASP-app + + - name: Deploy to Azure Web App + id: deploy-to-webapp + uses: azure/webapps-deploy@v3 + with: + app-name: 'shaguftaapp1' + slot-name: 'Production' + package: . + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_4AF5B244297D4E5AAE0293F2F27F4D7C }} \ No newline at end of file