how to check write operation in azure apim

Deshmukh, Vijit 491 Reputation points
2022-05-25T12:32:22.983+00:00

Hi Team,

We want to check which user has edited the API operation in APIM.
From where I can find the logs.
I did tried on the activity log but didn't found any write operation information

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

Accepted answer
  1. VenkateshDodda-MSFT 17,826 Reputation points Microsoft Employee
    2022-05-25T14:23:37.203+00:00

    @Deshmukh, Vijit Thanks for reaching out. I did tried on the activity log but didn't find any write operation information.
    Can you please confirm if you are able to see the Set API policy configuration operation on the activity log for your APIM instance

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. David Broggy 5,681 Reputation points MVP
    2022-05-26T04:04:54.037+00:00

    Hi @Deshmukh, Vijit
    You might have more luck writing your logs to a log analtyics workspace.
    Here’s a link - look for the word ‘diagnostic’ for pointing the logs to a log analytics workspace.
    api-management-howto-use-azure-monitor
    I prefer using kql for searching my data vs the azure log UI.

    0 comments No comments