Relative Content

Tag Archive for azureazure-api-management

Azure APIM subscription-key policy not working

I am trying to figure out azure apim, i am primarily using it to make azure functions to a domain name, all the endpoints are all public facing and all use OAuth for authentication.

Can I modify the “Try It” behavior in Azure Developer Portal so that the optional parameters don’t appear to be required?

Our APIs have some optional request parameters, and the way the “Try It” feature in Developer Portal handles these optional parameters is problematic for us, because there is no indicator that the parameter is optional, and it shows up with the drop-down menu selection on the first item in the list of possible values. It’s not obvious to the user that you can just click the trashcan to get rid of it.

Can I modify the “Try It” behavior in Azure Developer Portal so that optional parameters default to empty?

Our APIs have some optional request parameters, and the way the “Try It” feature in Developer Portal handles these optional parameters is problematic. You would expect the drop-down selection for an optional parameter to default to empty. But instead it defaults to the first value in the list of possible values. And there isn’t an option to select empty– you have to click the trash can to get rid of the optional parameter.