Hi first of all great video, i noticed the script in the command line changed from what you typed initially in there what is the correct script to use?
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.
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.
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.
Nice Video. Thank you. What if I want to replace values based on the environment. Example: dataflow, i want to replace source path of the dataflow when pushing to UAT/test env. How can i do that?
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?
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.
The last line on the command line is throwing an Authentication failed error even though I have checked the "Allow scripts to access the OAuth token". Anyone else get that?
Hi @aravindreddyakiti480, you need to specify the solution name in the YAML file or you can use variables like I did in the video. Hope this helps answer your question.
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?
Any thoughts on Azure DevOps or GitHub for working with Power Platform? Without going into detail, are there any knockout arguments/features for one over the other?
Both platforms are great for managing the repositories and automating deployments. I have used both on certain projects and it’s just a preference thing. I like azure more as there’s little configuration but GitHub give you more control and sometimes can be finicky.
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...
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
Hello :) thank you for this content.I have two questions, and I’m hoping you might be able to assist. First, 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? Secondly, regarding solution artifacts, I’m curious about the zip file-is it stored permanently, or will it be deleted at some point? Thanks in advance for any insights you can offer!
How is this channel so underrated, This is some awesome stuff you are sharing out here. Keep up the Good Work
Much appreciated and I’m glad you like it 🙏👍
Hello!
Thank you so much for your work! It is awesome! Best explanation 👍
You are welcome!
This guy literally went step by step :) Awesome video.
Thanks 🙏
Valeu!
Thank you I appreciate it ❤️🙏
Have been waiting for this one, thanks for the plug
Hope you like it!
Hi first of all great video, i noticed the script in the command line changed from what you typed initially in there what is the correct script to use?
Great job!!
Keep up the good work bafo 👏👏👏
Thank you, I will
Thank you very well explained.
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.
I’m glad you like, thanks for the support. I will be doing one on that topic soon
@@Tiyani365 Hi, is that one online already? I'm struggeling with that issue aswell :)
@@Tiyani365waiting for that video, please upload
@@Tiyani365 Any video for same .. Waiting for your content
Another amazing video, thanks Tiyani
Glad you enjoyed it!
Thanks you for this walkthrough
Thanks 🙏 @DevBase-q9s
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.
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.
Nice Video. Thank you. What if I want to replace values based on the environment. Example: dataflow, i want to replace source path of the dataflow when pushing to UAT/test env. How can i do that?
Hi @singamsgr, for that you can use the variables to store your values
Thank you for the tutorial. It is very helpful. My Zip is not saved under the folder path but on root. any idea?
please check your path variable it might be that
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?
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.
The last line on the command line is throwing an Authentication failed error even though I have checked the "Allow scripts to access the OAuth token". Anyone else get that?
Please make sure you can access the environment from azure it’s usually the connections
Which solution it will take / how the solution will go into repository?
Hi @aravindreddyakiti480, you need to specify the solution name in the YAML file or you can use variables like I did in the video. Hope this helps answer your question.
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?
Any thoughts on Azure DevOps or GitHub for working with Power Platform? Without going into detail, are there any knockout arguments/features for one over the other?
Both platforms are great for managing the repositories and automating deployments. I have used both on certain projects and it’s just a preference thing. I like azure more as there’s little configuration but GitHub give you more control and sometimes can be finicky.
Thanks for the video
Hakhensa swinene 🙂🙏
Hi is this possible to do with Gitlab? The entire pipeline for power platform
certainly you can use GitLab, though it is more involved than when using azure DevOps or GitHub Actions.
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...
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
Hello :) thank you for this content.I have two questions, and I’m hoping you might be able to assist. First, 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?
Secondly, regarding solution artifacts, I’m curious about the zip file-is it stored permanently, or will it be deleted at some point?
Thanks in advance for any insights you can offer!
Hi @LauraLuisaRosenberg, it doesnt get deleted however you can add a step in your YAML file to delete it.
@@Tiyani365 Thank you
nice one #1000subs
So close!
#1000subs, more of this kinds Tiyani, DevOps and Power Platform content
Thanks lufuno, there’s more coming