ASP.NET Core Web App deployment on Azure Web App through GITHUB Action | Deployment Slots | SWAP

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • ** DevOps Mela **
    Agenda:
    Deploy ASP.NET Core application on Azure Web App using GITHUB Action
    Steps:
    - ASP.NET Core application creation locally
    - Creation of a new repository on GITHUB and pushing the application code
    - Azure Web App creation and setting up continuous deployment through GITHUB
    - Post initial deployment, setting up multistage deployment slots
    - Creation of development branch to deploy on newly created development slots
    - Understanding and Running SWAP from production server to development server and vice-versa
    GITHUB Action:
    - Automate, customize, and execute your software development workflows right in your repository with GitHub Actions
    - You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow
    - GitHub Actions help you to automate tasks within your software development life cycle
    - GitHub Actions are event-driven, meaning that you can run a series of commands after a specified event has occurred
    Project Repo:
    github.com/RohitKSingh123/Web...
    Follow us on Instagram @devopsmela
    Write to us at devopsmela@gmail.com
    Like, Share and Subscribe
  • Věda a technologie

Komentáře • 14

  • @abiodunibrahim3340
    @abiodunibrahim3340 Před rokem +1

    thanks for this lessons

    • @DevOpsMela
      @DevOpsMela  Před rokem

      Welcome! Do like, share and subscribe…

  • @mayurpatel9713
    @mayurpatel9713 Před 2 lety +1

    Was able to recreate above deployment.. thanks 👍

  • @appumthandalathu851
    @appumthandalathu851 Před 2 lety +1

    nicely explained

  • @prashanthamaragonda1487

    pls upload more videos sir thanks for your deep explanation

  • @seanwauchope
    @seanwauchope Před 2 lety +1

    Very nice information, thank you. Would be nice to see swap with db connection string config settings but It's probably straight forward.

    • @DevOpsMela
      @DevOpsMela  Před 2 lety

      Thanks!! For the valuable feedback..

  • @gaured867
    @gaured867 Před 2 lety +1

    many thanks

  • @sankarnatarajan9343
    @sankarnatarajan9343 Před 2 lety +1

    Can you tell me, once the swap is done and keep that in production, what would be happened to another slot code version? The swapped production slot becomes development and loses the latest version of code. So is there any impact on CI to this dev slot on code integrity in Github branch further update? Any version control problem which could prevent update the changes to the dev slot? Just for clarification

    • @DevOpsMela
      @DevOpsMela  Před 2 lety

      Hi Sankar,
      Post swap the old slot will have the previous version of production and in case you want to fall back and consider having multi branch strategy to tackle code versioning..
      Thanks..

  • @poornimabayana8102
    @poornimabayana8102 Před 2 lety

    In the GitHub I dint get option Action

    • @DevOpsMela
      @DevOpsMela  Před 2 lety

      Hi Poornima, kindly share the screenshot on devopsmela@gmail.com and let me have a look where exactly ur looking for this option..usually the option is visible on the top when you click on your repository..