0

I try to create a ARM service connection from Azure Devops Project Settings.

I select Managed Identity as the connection type. enter image description here

I fill the values for tenant id, subscription id , and subscription name with the other required values. enter image description here When I click on Save button , i get the below error:

Service connection field 'creationMode' is not expected in Azure Resource Manager connections using the Managed Service Identity authentication scheme. Parameter name: endpoint.Data[creationMode]

Can anyone help here? Thanks

SiddheshDesai
  • 3,668
  • 1
  • 2
  • 11
Coder
  • 39
  • 6
  • Refer this SO thread answer for the same error - https://stackoverflow.com/questions/60847089/error-creating-service-connection-to-azure-resource-manager-azure-pipelines# – SiddheshDesai Jul 27 '23 at 10:19

1 Answers1

0

As per this SO thread answer by Res Riedel its a transient issue on Azure DevOps Portal. Start to create the service connection with Azure Resource Manager and Managed Identity from scratch like below and it will be succesfully created.

Step 1:- Select New Service Connection > Azure Resource Manager > Next > Select Managed Identity>

enter image description here

enter image description here

Step 2:- Fill the Subscription ID and Tenant ID details of your Azure Subscription and Azure AD Tenant ID like below>

enter image description here

Step 3:- Give a unique name to your managed identity service connection> Click Save>

enter image description here

Service connection with managed identity got created successfully like below:-

enter image description here

SiddheshDesai
  • 3,668
  • 1
  • 2
  • 11