Enable the use of setting Profile Names for connections #1065
nickblackburn16
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of the pac auth create the name of the connection is used to differentiate between multiple environments.
pac auth create --name MyOrg
Part of my usage, we use the the build tools to be able to use service connections in azure devops.
We run multiple pipelines for different projects, each can use the set connection variables to connect to various Power Platform environments.
If pipelines are run as a similar time, the connection is overwritten by the later running pipeline causing a difference in the target environment when performing deployments or extracts etc, this looks to be due to the name of the connection never being set.
This can be avoided if we can set the profile/environment name when using the Build tools so that the correct environment is used.
Please let me know if this has another work around and any examples on how to do this.
Beta Was this translation helpful? Give feedback.
All reactions