Hi, I am trying to create a Devops pipeline that uses the Power Platform build tools to create an environment inn power apps.
I followed this documentation to set up a service principal and client secret connection; https://docs.microsoft.com/en-us/power-platform/alm/devops-build-tools#configure-service-connections-using-a-service-principal. The connection works when using the Export Solution tool.
When I try to use the Power Platform Create Environment tool, it fails on Region and Currency. when selecting any region except from 'tip' I get this error: ##[error]The region 'europe' is invalid. Please enter the valid region or select from the picklist.
same error message for currency when tip is selected as the region.
I have tried to manually create an environment and have no issue doing so.
Is there something wrong with the tool or do I need to do something that is not mentioned in the documentation?