Hello,
I've been trying to deploy connections to power platform in my Azure Devops pipeline.
I've followed the advice here: https://learn.microsoft.com/en-us/power-platform/alm/conn-ref-env-variables-build-tools, but this only seems to answer half the problem. This settings file allows you to update connection references, but not the connections which they are to reference. It seems that there is no way currently to automatically create those connections. So if I have a new environment with no connections set up, it seems I need to manually create the connections first, then get those connection ids and fill in the settings file before deploying for the first time.
Has anyone encountered this issue and how did you resolve it? Or does this just have to be done manually?
Thanks in advance.