Home > Software design >  Azure API management services analytics in consumption pricing
Azure API management services analytics in consumption pricing

Time:03-23

I am using API management services to expose my APIs, i am using consumption based instance for API management.

I have published 4-5 APIs and products in that. I want to analytics the behavior of my APIs exposed by viewing the http responses and if possible request and response.

What is the best way to do this as in consumption based, i cannot see api analytics in left nav of api management services

CodePudding user response:

There are number of options one can perdue with Consumption tier:

CodePudding user response:

  • As per this Microsoft Document, Built-in API Analytics are not supported for the consumption tier if you want to use analytics you need to increase your plan.

enter image description here

  • Related