Azure M18: Azure Portal --> Application Insight (Transaction) Not Capturing Logs for All APIs except for GET Record

I was testing out logging and monitoring preship milestone 18 and found that Azure portal application insight is not capturing any logs related to any endpoint (manifest ingestion/search query) except for GET record.

Endpoint request with log was recorded from Application Insight --> Transaction (osdu-mvp-crship-9vns-ai): https://osdu-ship.msft-osdu-test.org/api/storage/v2/records/opendes:master-dataa--Agreement:WesternGeco

Endpoint request with log were not recorded from Application Insight --> Transaction (osdu-mvp-crship-9vns-ai):

  1. https://osdu-ship.msft-osdu-test.org/api/search/v2/query
  2. https://osdu-ship.msft-osdu-test.org/api/workflow/v1/workflow/Osdu_ingest/workflowRun

Screenshot below shows only GET record request was recorded from transaction log. However, the manifest ingestion/search query were not recorded: image