I want to ask a couple of questions. Hope you don't mind?
Let's say one of our users made a failed request (i.e 4** code), Is there a functionality on Azure APIM where I can be able to get & log the email/username of that individual that made the request? I know there is a unique Id to each request but it doesn't do any good since I can't use it to map the particular user in question.
Let's say I have more than 1 AKS clusters that the Azure API management points to, Is there a way I can manually allocate the percentage (%) of requests (i.e 70% of traffic goes to cluster A while the remaining 30% of traffic goes to cluster B) to these clusters within the Azure API management tool?
Thanks in advance.