Update named value using APIM policies

keroman 1 Reputation point
2020-09-22T18:07:37.59+00:00

Is it possible to update a named value with a data element from the response received from the backend using Azure API Management Policies?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,768 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,591 Reputation points Microsoft Employee
    2020-09-23T04:02:14.827+00:00

    Yes. This should be possible. Named Values can be configured using their ARM REST APIs.

    In your policy, you should be able to make a Create or Update Call using the send-request policy to update the named value. Also, to authenticate against the ARM REST APIs, you could leverage the authentication-managed-identity policy.

    0 comments No comments