Hello together
I just wanted to try the "Create Environment" task, but already stumble over the point with the creation of the service connection. Maybe I understand something wrong with this task and hope you can help me:
I want to create a completely new environment. But how can I do that, if I already have to specify the url of the environment in the url parameter of the service connection?
As an example:
I want to create a complete new environment called "test-<currentdate>". DisplayName will be "test<currentdate>" and url should be https://test-<currentdate>.crm4.dynamics.com (for example https://test-20211210.crm4.dynamics.com). Maybe the last task of the pipeline will then be deleting the already created environment. So when I rerun the pipeline at the same day the environment can be created again from scratch.
So how do I have to configure the Create Environment Task and the Service Connection?