Get depedencies into Application map

Marcos Macias 1 Reputation point
2021-02-24T14:09:21.383+00:00

Hello,

so i have some azure functions that are triggered by a mobile app. those azure functions connect to some service bus, cosmos db and make some external http requests.

The mobille app logs are imported from the app center data to insights, if i'm not wrong the only thing imported are custom events and exceptions. The same to other external service that we have.

Once i go to the application map i can see without any problem the relation between azure functions and the correlations between the calls made to service bus, cosmos db.
But i cannot see the correlation between the mobile and the azure function. is there any way to adapt the logs or the requests sent to the azure functions in order for the application map to recognize and print it on the map?

Hope i was clear, and this is the correct spot to ask the question.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,812 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,303 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JayaC-MSFT 5,526 Reputation points
    2021-03-01T10:59:46.133+00:00

    @Marcos Macias I believe https://learn.microsoft.com/en-us/azure/azure-monitor/app/mobile-center-quickstart this might help.
    https://learn.microsoft.com/en-us/azure/azure-monitor/app/mobile-center-quickstart#onboard-to-app-center
    The mobile app should send event telemetry to App Center. Then, App Center continuously exports copies these events into Application Insights as the events are received.
    I have asked for further information via private message.