azure-apim-extension
azure-apim-extension copied to clipboard
API Portal combo not working
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?
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 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?
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
Hi,
We are with the same problem. @stephaneey any news about it?
Tks