Using the Azure Pipeline to Build and Deploy a Database Project | Data Exposed: MVP Edition

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

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

  • @Rcap238
    @Rcap238 11 месяцев назад +5

    Is there a sperate video which goes through setting the actual pipeline up?

  • @AskewTarantula
    @AskewTarantula Год назад +4

    Trying to do this but really hard finding a walk though on making the yaml file. All videos I keep coming across already have the pipeline configured. I guess I will pause the vid and try copying what I see.

  • @gaelbosc2985
    @gaelbosc2985 11 месяцев назад

    Hello, thanks for the tutorial.
    I would like to know how is created the DACPAC file exactly, is it during the commit ? Or do we have to publish the project ?

  • @SameerKhan-tq4vl
    @SameerKhan-tq4vl Год назад

    We generate differential script instead of dacpac so it can be reviewed before deployment. And in the deployment we use sqlcmd to apply script

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

    Great stuff! Thank you!

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

    I would use a deployment job for the publishing of the DACPAC rather than a simple task. You have more options and better visibility this way.