azure-apim-extension icon indicating copy to clipboard operation
azure-apim-extension copied to clipboard

API Portal combo not working

Open xmlguy74 opened this issue 4 years ago • 4 comments

We are having trouble running the "API Management - Create/Update API on Function" task. We get an access denied error while executing. We cannot see any issues with the DevOps service account, but we did notice that the combo box for the API Portal value does NOT populate. The function app and subscription/resource group combos DO work as expected.

We are using the consumption pricing model for Azure APIM, and are wondering if that could be playing a role here.

Does anyone else have issues with the API Portal combo populating?

xmlguy74 avatar May 02 '20 01:05 xmlguy74

The combo doesn't work for consumption plan based APIMs. You need to update your api-version for APIM rest calls to "2019-12-01".

xmlguy74 avatar May 02 '20 20:05 xmlguy74

@xmlguy74 I am seeing the same issue. APIM on consumption tier does not show in the Combobox.

If you specify the name does the task still deploy to the APIM resource?

Daniel-SW avatar Aug 10 '20 14:08 Daniel-SW

As @xmlguy74 stated in his last comment, it seems like the consumption plan would work if the underlaying API-calls this extension does for operations would use "2019-12-01" it could function properly.

Perhaps a dropdown box with available API versions to choose from could be a solution here @stephaneey ?

"2017-03-01" <-- default for develop, standard, enterprise etc "2019-12-01" <-- consumption

frode avatar Oct 14 '20 08:10 frode

Hi,

We are with the same problem. @stephaneey any news about it?

Tks

tmonaco avatar Feb 12 '21 15:02 tmonaco