Allow ability to set Code App unique name at the time of first push to dev environment #396
parvezghumra
started this conversation in
Ideas
Replies: 1 comment
|
Agree 100%! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently the platform/tooling automatically generates unique name for a Code App when it is first pushed to the environment. Although the first part of this name correlates with it's name assigned whilst developing, a relatively meaningless suffix is appended to the end of the unique name (similar to the auto generated Connection References when using the Power Automate designer)
This overall assigns an unpredictable unique name for the Code App. Now when the Code App is added to a solution and exported and unpacked this unpredictable unique name of the Code App is reflected in the folder structure generated. This makes it difficult to engineer robust ALM processes for Code Apps.
It would be great if we could choose the full unique name of the Code App when pushing to a dev environment for the first time either as an argument to the
npx power-apps pushcommand or perhaps using thepower.config.jsonAll reactions