How to setup a build and release pipeline with Azure DevOps and Azure App Services

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

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

  • @jimderry9278
    @jimderry9278 3 года назад +1

    Thanks for an excellent training video!! It was very informative, spot on instructions for publishing to my App Service, and even helped me with understanding App Services better.

  • @_indrid_cold_
    @_indrid_cold_ 3 года назад +1

    Absolutely superb! Great example and very clear - thank you.

  • @kolesplace
    @kolesplace 4 года назад

    Where is the $(BuildConfiguration) defined. My dotnet cli fails with that variable. I've replaced it with the word Release and it works.

    • @Atmosera-
      @Atmosera-  4 года назад

      That's a variable. It would be Debug, Release, or something to that effect that gets passed into the pipeline.

  • @dbadba007
    @dbadba007 3 года назад

    What am I missing here - you are creating a "Deploy App Service" task in your pipeline and at 9:19 you select an existing app service name. Why does the task ask you to select an existing one in order to create one?

    • @Atmosera-
      @Atmosera-  3 года назад +1

      It doesn't. It is asking for a an app service to deploy to.

    • @dbadba007
      @dbadba007 3 года назад +1

      @@Atmosera- Thanks. I've realised my mistake. I was thinking that this was deploying a new App Service, but it's not, it's deploying code onto an existing App Service. So, it won't create an App Service. I need to create it first if I'm deploying for the first time. My *real* mistake is that I'm trying to do this at 2:40am and I should be asleep :-D

  • @tiagofeliciano322
    @tiagofeliciano322 4 года назад +2

    Great video, really helpfull!

  • @redrum3075
    @redrum3075 2 года назад +1

    Your beatiful