Power Platform Pipelines delegated deployments, part 3 - Manipulating Deployment Settings JSON

Опубликовано: 06 Октябрь 2024
на канале: Tomasz
910
22

This video is demonstrating how to manipulate the Deployment Setting JSON file in the Power Platform Pipelines. The settings file keeps values for all environment variables and connection IDs for the variables and connections used in the target environment. The approach to define the JSON and to use it during deployments is common in DevOps Pipelines, so why not to do that in Power Platform? :)

Chapters:
0:00 Intro
2:50 Where the Deployment Settings JSON is stored
4:30 How the Deployment Settings JSON is structured
5:10 Use cloud flow to manipulate the JSON
10:36 Where to find ConnectionIDs
11:10 Prepare solution for the deployment
12:35 Delegated deployment using Service Principal account
15:50 Reviewing the deployment results
17:50 Env. variable and Connection reference use information from modified JSON
18:27 Wrap up!