Efficient Angular CI/CD Setup & Azure Web App Deployment | Azure DevOps Pipeline Guide

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

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

  • @lorenzomolina6191
    @lorenzomolina6191 6 месяцев назад

    Thanks!!! it was the best introduction to the CI.

  • @MrTheElement
    @MrTheElement Год назад

    Thanks for the video man! , it helped me a lot

  • @landondan9012
    @landondan9012 10 месяцев назад

    Hi. Can you please add more details on how to build release package for various environments (Dev, Test & Prod) that can automatically alter the environment.ts values based off environment.

  • @legrandtalk
    @legrandtalk 6 месяцев назад

    Hello
    You have the solution in linux azure app service with 404 error direct access route in angular ? cause we don't have iis serveur but nginx
    i got success with deploy on azure app service and it's better ftp upload.

  • @rutumbharapasupalak5577
    @rutumbharapasupalak5577 9 месяцев назад

    Can you share the how can we archive before publishing it!

    • @learnsmartcoding
      @learnsmartcoding  9 месяцев назад

      Hi, The package is already available in zip format and in build server, we don't need to achieve any artifacts for deployment. May I know why you would like to achieve ?
      I will look for solution to achieve in pipeline.
      Hope this helps.
      Happy coding!

    • @rutumbharapasupalak5577
      @rutumbharapasupalak5577 9 месяцев назад

      If i am defining the publish artifact task like the same i am getting error like path not found

    • @learnsmartcoding
      @learnsmartcoding  9 месяцев назад

      Hi, Generally based on what is configured in angular.json for output build makes the folder structure in angular build (we build locally or pipeline builds). You can modify the structure here to make only one folder after build.
      github.com/learnsmartcoding/lsc-restaurant-table-booking-app/blob/main/angular.json#L16
      Build server always builds and zips the entire content, when it is deployed it is automatically unzipped and deployed properly. In my opinion, we don't need to achieve any build content.
      Hope this helps.
      Happy coding!

  • @mourtallafatydiawara2637
    @mourtallafatydiawara2637 Год назад

    Hello can you share with me the first link for creating the app service in azure portal and i want to know how can i do to automatcly change the url of asset in index.html

    • @learnsmartcoding
      @learnsmartcoding  Год назад

      Hello,
      Please check the below link for App service deployment.
      ruclips.net/video/PUHQWFENups/видео.htmlsi=FIjBaiTkfBjkYA8c
      Also, the entire series part by part can be found in this playlist.
      ruclips.net/video/-VPAOzOFlcM/видео.html
      Hope this helps.
      Happy coding!