0

I am creating an Azure pipeline in DevOps. In the Azure App Service Deploy task, I selected connection type Azure Resource Manager. But Azure Subscription dropdown is empty. And no Manage button next to it:

enter image description here

What can I be missing?

David Shochet
  • 5,035
  • 11
  • 57
  • 105
  • 1
    did you use the same identity sign in to Azure DevOps and in Azure Subscription, ? and what role of your ARM/Subscription to Azure App Service? since this is `integrated` MS services these are the basic checkpoints for you. – Turbot Jul 21 '21 at 02:19
  • @Turbot I am not sure how to answer these questions. I do know that now I have ability to administer the CI/CD process. – David Shochet Jul 21 '21 at 19:29
  • simple question do you have Azure Subscription access with your logon in Azure DevOps ? if you don't know about it you need to understand how to access your Azure Subscriptions before managing/design the pipeline for this task. – Turbot Jul 22 '21 at 01:52
  • For me, the existing subscription only appeared once I had created a new app in Azure Portal via 'App Services > Create New App Service'. I had existing app services, but none of them had the framework version and platform that the DevOps pipeline was targeting. Once I had created a suitable App Service the subscription appeared in the list in the DevOps Pipeline dropdown. – Caustix Mar 03 '23 at 19:47

2 Answers2

1

You need to press on "Manage":

enter image description here

Add your Azure subscriptions in the "New service connection" button:

enter image description here

Shayki Abramczyk
  • 36,824
  • 16
  • 89
  • 114
0

gonna love this UI, updated the screenshot

enter image description here

sean717
  • 11,759
  • 20
  • 66
  • 90