Power Platform Solution Deployment Using Azure DevOps | CI/CD Tutorial for Beginners

Поделиться
HTML-код
  • Опубликовано: 30 июл 2024
  • Welcome to our comprehensive guide on deploying Power Platform solutions using Azure DevOps! In this tutorial, we'll walk you through each stage, from configuring Azure AD App registration to setting up Service Principal as an App user in Power Platform environments. Learn how to install Power Platform Build Tools, set up Repository permissions, and create a Self Hosted Agent for seamless deployment. Follow along as we create Build and Release pipelines, executing them to smoothly deploy our solutions from QA to Production. Master the art of efficient solution deployment with Azure DevOps and Power Platform Build Tools today! Don't forget to like, share, and subscribe for more insightful tutorials!
    📃 Watch related playlists and videos - Playlist with all my Power Apps videos:
    🚩 Connect with me on social:
    - LinkedIn: [ / tiyani-magomani. .]( / tiyani-magomani-23b33b71 )
    - Twitter: [ / magomani_tiyani ]( / magomani_tiyani )
    - GitHub: [github.com/TiyaniMilton](github.com/TiyaniMilton)
    🔔 Subscribe to my RUclips channel [ / @tiyani365 ](www.youtube.com/@Tiyani365?su...)
  • НаукаНаука

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

  • @user-ej3zl6eh3j
    @user-ej3zl6eh3j 4 месяца назад +3

    How is this channel so underrated, This is some awesome stuff you are sharing out here. Keep up the Good Work

    • @Tiyani365
      @Tiyani365  4 месяца назад

      Much appreciated and I’m glad you like it 🙏👍

  • @t-boss5903
    @t-boss5903 4 месяца назад +1

    Have been waiting for this one, thanks for the plug

    • @Tiyani365
      @Tiyani365  4 месяца назад

      Hope you like it!

  • @DevBase-q9s
    @DevBase-q9s Месяц назад +1

    Thanks you for this walkthrough

    • @Tiyani365
      @Tiyani365  Месяц назад

      Thanks 🙏 @DevBase-q9s

  • @surpriseolpertmabuza8876
    @surpriseolpertmabuza8876 4 месяца назад +2

    Keep up the good work bafo 👏👏👏

    • @Tiyani365
      @Tiyani365  4 месяца назад

      Thank you, I will

  • @user-xq8iq5cd3u
    @user-xq8iq5cd3u 17 дней назад

    Hi, Thanks for this video. It's very helpful for first implementation. Can you please share where i can find the script code of Command Line Script step?

  • @alexisparedesc
    @alexisparedesc Месяц назад +1

    Hello! great video. It helped me a lot!
    If I have environment variables in my solution, is it possible that these can be configured from DevOps? or after executing the release should I manually update the environment variables of my solution?

    • @Tiyani365
      @Tiyani365  Месяц назад

      Hi Alexis, when you're deploying through Azure Pipelines, you don't have to hassle with tweaking environment variables directly on the target Power Platform environment afterward. You can streamline everything using a deployment settings file. This file makes automated deployment a breeze and prevents those pesky connection issues that might otherwise crop up and force you to manually activate flows post-deployment. That's definitely not what you want when you're trying to keep things smooth with DevOps.

  • @MbueloRamafamba
    @MbueloRamafamba 4 месяца назад +1

    Yet another detailed delivery. Next request: How to resolve connections in cases where I have for example a flow that connects to Outlook, Sharepoint, 1Drive etc. Seems to be that only the connection references get exported but connections don't, which then defaults to switch off flows.

    • @Tiyani365
      @Tiyani365  4 месяца назад

      I’m glad you like, thanks for the support. I will be doing one on that topic soon

    • @katinkavanluijn1993
      @katinkavanluijn1993 2 месяца назад

      @@Tiyani365 Hi, is that one online already? I'm struggeling with that issue aswell :)

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

    Really Nice Video! Good work Tiyani.
    One query please .. How to change Owners of Apps /Flows in target environment and how to provide user to change the Environment variable and other parameters when running in target environment.

    • @Tiyani365
      @Tiyani365  2 месяца назад

      when deploying using azure pipeline theres no need to manually interact with the deployment process, you can use a deployment settings file to make your automated deployment easy and for flows avoid using connections that will cause issues and need you to manually turn on the flows after deployment which is not desirable when using devops.
      I suggest you use connection references for your flows and specify their guids in the deployment file, the same goes for environment variables values per environment.
      Hope this helps.

  • @justcathy6729
    @justcathy6729 4 месяца назад +1

    Another amazing video, thanks Tiyani

    • @Tiyani365
      @Tiyani365  4 месяца назад

      Glad you enjoyed it!

  • @matimbaisrael6406
    @matimbaisrael6406 4 месяца назад +1

    Thanks for the video

    • @Tiyani365
      @Tiyani365  4 месяца назад +1

      Hakhensa swinene 🙂🙏

  • @kiranbchitari
    @kiranbchitari 14 дней назад +1

    I am getting this error in the Power Platform Export Solution step, "The reason given was: The given solution unique name is not valid". Do you have any idea about this...

    • @Tiyani365
      @Tiyani365  9 дней назад

      Hi @kiranbchitari the is the variable we created, think you might have missed that part in the video. Please make sure you create one for your pipeline with the name of your solution

  • @QueenMagomani
    @QueenMagomani 4 месяца назад +1

    nice one #1000subs

  • @lufunot5297
    @lufunot5297 4 месяца назад +1

    #1000subs, more of this kinds Tiyani, DevOps and Power Platform content

    • @Tiyani365
      @Tiyani365  4 месяца назад

      Thanks lufuno, there’s more coming

  • @vinayakpanicker7915
    @vinayakpanicker7915 2 месяца назад +1

    Hi is this possible to do with Gitlab? The entire pipeline for power platform

    • @Tiyani365
      @Tiyani365  2 месяца назад

      certainly you can use GitLab, though it is more involved than when using azure DevOps or GitHub Actions.