Build your first pipeline with Power Platform pipelines

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • Have you ever built a pipeline for the Power Platform in Azure DevOps or GitHub Actions? There is now a simpler way to do this!
    Power Platform pipelines is a brand-new feature that gives you the possibility to:
    ✅ Create your own pipeline
    ✅ Add environments to your pipeline for development, test, and production
    ✅ Deploy your solutions with ease without leaving the maker studio
    Interested? Make sure to watch the video!
    Overview of Power Platform pipelines:
    aka.ms/pp/pipelines
    Set up Power Platform pipelines:
    aka.ms/pp/pipelines/setup
    Run Power Platform pipelines:
    aka.ms/pp/pipelines/run
    00:00 - Introduction
    00:48 - Install the Power Platform Pipelines app
    03:18 - Create your first pipeline
    09:44 - Use your first pipeline
    16:35 - Wrap up
  • Věda a technologie

Komentáře • 18

  • @andersjensenorg
    @andersjensenorg Před rokem +2

    You're back! Great video Daniel - and nice GitHub shirt!

  • @GoddofStuff
    @GoddofStuff Před rokem

    Very nice video! Is there a way for us to choose if we deploy managed or unmanaged solutions?

    • @DanielLaskewitz
      @DanielLaskewitz  Před rokem

      Hi - thanks! Currently the only way to go is managed solutions.

  • @ashokpershad
    @ashokpershad Před rokem

    Very well explained Daniel. Thank you so much. I already have one solution available in Production environment. I am always importing this solution as managed from Developer to production environment. Is it possible to create pipeline for same production environment with same solution inside ?

    • @DanielLaskewitz
      @DanielLaskewitz  Před rokem +1

      You can create a pipeline with one stage (dev to production) and you should be able to deploy the solution there (as long as the new solution has a higher version number).

  • @jfauger
    @jfauger Před rokem

    Thank you for this guide. I use environment variables in my solutions. I know the procedure to delete values before exporting to a production environment. At the time of import I have the wizard that asks to fill in the environment variables. However, when I use the pipeline, I have no way to fill in the variables. Do you have any clues? Thanks in advance

    • @DanielLaskewitz
      @DanielLaskewitz  Před rokem

      Were the values in the production environment already filled? Usually, it should ask for the values on the first-time deployment.

  • @kannank7313
    @kannank7313 Před rokem

    Hi Daniel, As a Power platform administrator I have configured Pipelines. What permissions are required for the end user (not system administrator) in Host, UAT & Prod environment to run the pipeline? We use CoE ALM Accelerator and everything is done via Service principal (App registrations). How does permissions work for logged in user?

    • @DanielLaskewitz
      @DanielLaskewitz  Před rokem

      Hi @kannank7313 - Check out the following article: learn.microsoft.com/en-us/power-platform/alm/set-up-pipelines#share-pipelines-with-makers - This describes how to share pipelines with makers. There is currently no service principal support, but it is on its way. Check out the blog to learn more: powerapps.microsoft.com/en-gb/blog/pipelines-in-power-platform-is-generally-available-ga/

  • @jslj5774
    @jslj5774 Před rokem

    Great video. I followed the instructions and I succeded to deploy a solution from Dev env to Test env. But when I want to deploy from Test env to Prod env it dosen't allow me and I get the error message: ''The request message was already sent. Cannot send the same request message multiple times.''.

    • @DanielLaskewitz
      @DanielLaskewitz  Před rokem +1

      This might be because there is a deployment still pending. Can you check the logs?

    • @jslj5774
      @jslj5774 Před rokem

      @@DanielLaskewitz it resolved, the problem was with the solution and how it was imported/exported. It worked with other solutions

  • @devinvanrooyen1262
    @devinvanrooyen1262 Před 8 měsíci

    Hi Daniel, when installing the Pipline app I get the following message "This app can't be installed because its packages aren't compatible with this environment." could it be a licensing issue?

    • @DanielLaskewitz
      @DanielLaskewitz  Před 6 měsíci

      Shouldn't be. Is it an environment without Dataverse?

    • @devinvanrooyen1262
      @devinvanrooyen1262 Před 6 měsíci

      Hi @@DanielLaskewitz , it's with Dataverse.

    • @DanielLaskewitz
      @DanielLaskewitz  Před 6 měsíci

      Thanks for the confirmation - let me check with the team. I'll come back to you.

  • @johnbrennan8442
    @johnbrennan8442 Před rokem +1

    Hello do the users have to have Premium Licence

    • @DanielLaskewitz
      @DanielLaskewitz  Před rokem +4

      The development, test and production environments should be marked as a managed environments. When an environment is marked as a managed environment, every user in that environment needs to have a premium license.