@@Tiyani365 right on point. we should chat sometimes about D365 over coffee. There's actually 2 ways to do pipelines. This way and also the devops way, which can allow you to also point to specific code in cases where you might have externally running code
@Bamwich28 күн бұрын
could you cover delegated deployments and more importantly the approval process that is required with them?
@justcathy67299 ай бұрын
I'm no DevOps person but this is something I need, deployment night will never be the same, thanks Tiyani. indeed #1000subs
@Tiyani3659 ай бұрын
Thanks Cathy
@mogahidsabeel49887 күн бұрын
Hi there, thanks for the video. I deployed a solution (managed) in production environment using Pipeline. If I need to make changes to the flows/app afterwards, i.e. to o update the solution, how to go about that?
@Slash10666 ай бұрын
Great video, learned some good tips
@Tiyani3656 ай бұрын
Great to hear you’re getting value
@josephlim20646 ай бұрын
Great stuff! From the video, it seems the PP Pipelines does not support multi-geo environment/region. What do you suggest for such scenario? Thanks
@Tiyani3656 ай бұрын
you are correct power platform pipelines don't currently support multi-geo regions. I would suggest to use azure DevOps/GitHub action as you have much control of each stage. I will check with the team and give more feedback regarding this.
@QueenMagomani9 ай бұрын
Another one, Road to #1000subs
@josephlim20646 ай бұрын
How about deployment settings - environment variables and connections? Where do we specify these?
@Tiyani3656 ай бұрын
you can definitely create the JSON deployment settings file using pac command and link it to one of the steps in your pipeline, for each environment. on the step there's a checkbox when checked it allows you specify the deployment settings file. I have a detailed video coming soon regarding this so stay tuned.
@owenwetherow5 ай бұрын
Great video Tiyani
@Tiyani3655 ай бұрын
Thanks @owenwetherow glad you like it
@MrAnonymous3333Ай бұрын
What licence is required to create Power Platform pipelines
@LauraLuisaRosenberg3 ай бұрын
I noticed a new security role called "Deployment Pipeline Default" when I was trying to add roles. I haven’t seen any mention of this in the documentation. Does anyone know more about it or could provide some guidance?
@josephlim20646 ай бұрын
Is it possible to select deploy unmanaged solution, instead of the managed one?
@Tiyani3656 ай бұрын
100% you can deploy unmanaged solutions but keep in mind that best practice for production deployments is managed as this makes it easy to roll-back if something goes wrong
@prashantdhage13452 ай бұрын
why solutions are deployed as managed?
@JavidBahramzy5 ай бұрын
How would you handle custom C# and JavaScript code? For example Plugins and form scripts?
@Tiyani3655 ай бұрын
Hey @JavidBahramzy, if you use C# plugins, plugin steps, JavaScript, or even custom web resources, all of these components will be deployed to the target Power Platform environment as part of the process.
@JavidBahramzy5 ай бұрын
@@Tiyani365 yes but regarding the build and release pipeline, how would you handle these custom code components like plugins and JavaScript? I mean the assembly containing plugins and all its dependencies must be built, packaged and added to the solution. Does the DevOps build tools for power platform have tasks to support that. The examples I have seen about power platform build tools only show exporting and importing solutions containing standard components. Are custom components like Plugins, Custom workflow activities and JavaScript also supported? Are there any examples and best practices?
@Tiyani3655 ай бұрын
Hi @JavidBahramzy, This process is a bit different from Azure DevOps. It's designed to streamline deployments between environments, but the configuration options are still ramping up (Microsoft's definitely working on expanding them though!). If you need more control and customization, I'd recommend checking out Azure DevOps. It lets you run scripts to build your code and even use deployment settings files for those specific tweaks.
@lufunot52979 ай бұрын
This I have been waiting for, ♥♥ #1000subs
@Xitlavangoma-fo4sp9 ай бұрын
Swikahle leswi, hakhensa Tiyani
@Tiyani3659 ай бұрын
Kukhensa mina
@aravindreddyakiti4809 ай бұрын
Each time we need to create a new solution?
@Tiyani3658 ай бұрын
When using managed solutions it’s not a must but you can still create a new one every time depending on the requirements
@aravindreddyakiti4808 ай бұрын
@@Tiyani365 hi, is there any way to set the power automate flow owner from this deployments
@Tiyani3657 ай бұрын
@@aravindreddyakiti480 you can by changing the owner of the flow to service principal application before deployment