I am attempting to follow the instructions in Franky's Notes, see the video at the bottom.
There is a step to use Azure Resource Group Deployment task.
I am getting a name collision. Also the error message may have a bug. Here is the error:
2019-08-11T23:52:02.0279313Z ##[error]The resource 'mydemoprojectname' already exists in location 'westus' in resource group 'mydemoprojectname'. A resource with the same name cannot be created in location 'centralus'. Please select a new resource name.
2019-08-11T23:52:02.0284558Z ##[error]Task failed while creating or updating the template deployment.
Issue 1: The error says to "Please select a new resource name." There is no field asking for a "resource name".
Issue 2: The logs don't represent the request.
It is true that mydemoprojectname
exists in location 'westus' in a resource group mydemoprojectname
. I am not trying to create a resource in location centralus
. I am trying to 'create or update' a resource in 'westus'.
Where do I set the "resource name" in the Azure Deployment:Create Or Update Resource Group action?