Github action CI/CD pipeline for deploying React website to Azure App Service

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 10

  • @yudhi100
    @yudhi100 3 месяца назад +1

    hi, thanks for this video, i'm getting below error - any idea?
    SyntaxError: Cannot use import statement outside a module
    18 | //import CardActionArea from "@material-ui/core/CardActionArea";
    19 | //import CardContent from "@material-ui/core/CardContent";
    > 20 | import Axios from 'axios';

    • @techworldwithmukesh4287
      @techworldwithmukesh4287  3 месяца назад

      Thanks. Issue with axios import statement. Axios should be axios.

    • @yudhi100
      @yudhi100 3 месяца назад +1

      @@techworldwithmukesh4287 , thanks a lot this fixed the issue - build & deploy was completed, checking why azure web app doesn't have react files now 🙂

  • @techworldwithmukesh4287
    @techworldwithmukesh4287  8 месяцев назад

    I this video we create a github pipeline to deploy react website to azure app service.

  • @Ansx-uq1tz
    @Ansx-uq1tz 6 месяцев назад +1

    ❤❤

  • @KarthikeyanChandramohan
    @KarthikeyanChandramohan 5 месяцев назад +1

    my login is getting failed even after i passed my credentials in secret y?

    • @techworldwithmukesh4287
      @techworldwithmukesh4287  5 месяцев назад

      Thanks for following the video. You need to create a service principal. You can follow this link to create a service principal learn.microsoft.com/en-us/azure/app-service/deploy-github-actions?tabs=userlevel%2Caspnetcore#1-generate-deployment-credentials

    • @KarthikeyanChandramohan
      @KarthikeyanChandramohan 5 месяцев назад

      @@techworldwithmukesh4287 i have service principle, client id, tenant id and subscription id and i created a client secret and passing those into github secrets but while on azure login step it throws an error could you help on this and my workflow is checking package.json in wrong path even after defining my working directory why can u help in this

  • @sumeetchandel9521
    @sumeetchandel9521 8 месяцев назад +1

    How to contact you ?