Questions tagged [appinsights]
198 questions
0
votes
0 answers
Separating queries with Bicep query pack template
I have a query pack bicep template like so:
resource QueryPack 'microsoft.operationalInsights/querypacks@2019-09-01' = {
name: 'myQueryPack'
location: ''
properties: {}
}
resource QueryPack_00000000_0000_0000_0000_000000000000…

Oztaco
- 3,399
- 11
- 45
- 84
0
votes
1 answer
Appliation Insights page views not working
I've got a number of API's and Web Applications which are running under the same App Service Plan in Azure. The Web Application in question, is connected via a instrumentation key.
When I go to the app service > App Insights > It connects me to the…

John
- 175
- 1
- 10
0
votes
1 answer
How to post application insights data to REST API instead of Azure from ASP.NET Core application?
I have an ASP.NET Core 5.0 MVC web application and app insights enabled. I am trying to post application insights data to REST API, which I developed using nodejs.
My appsettings.json details are below. Here, API got trigger, but I'm not getting any…

Natarajan Veerasekaran
- 73
- 12
0
votes
1 answer
Stop tracking "ServiceBusProcessor.ProcessMessage" activity in Application Insights
Hello
I need to stop tracking this activity in AI
As I understood from AI documentation - it's log about successfully processed message from Azure service bus.
This log records has no value for me
Thank for help!

Yustas
- 99
- 1
- 8
0
votes
0 answers
Application Insights missing ILogger logs
I've got a function deployed to Azure using Dotnet Core 6.0. I'm trying to troubleshoot it and it doesn't seem like my ILogger logs are getting through to it. Those would be immensely useful.
Trigger details and Execution logs are appearing, but…

Darthg8r
- 12,377
- 15
- 63
- 100
0
votes
1 answer
What are all the nuget Packages are required for Azure App Insight
I am building a .Net Core 3.1 WebAPI and I would be deploying it on the Azure Web Service. I want to enable the App Insight
At present, I have the following nuget packages

One Developer
- 99
- 5
- 43
- 103
0
votes
2 answers
Azure Function N tier not logging to App Insights
I have an azure function app(v4), which is logging to App Insights.
The function app I have is n tier architecture, so it contains a function app project, domain and data layer.
The domain and data projects are .net 6 class libraries.
The logging…

Newbie
- 563
- 1
- 5
- 16
0
votes
1 answer
How to access to an Azure App Insights output with "GetComponnectOutput" on Pulumi
I created an Azure App Insights with Pulumi and with GetComponnectOutput I received the output like the below:
Sample Code:
app_insights_key = insights.get_component_output(
resource_group_name=temp_resources_group.name,
…

Shadi
- 193
- 2
- 12
0
votes
1 answer
Python Azure function logging into Azure Monitor (App Insights)
We are wanting to log custom properties using the Opencensus library in our Azure function. We are able to log custom properties (in our logs) into Azure Monitor via a standalone python code (locally run). We are also able to log custom properties…

Sunil Chordia
- 19
- 1
0
votes
1 answer
Specify time of events sent with AppInsights?
Is there a way to set the time of events manually sent in App Insights? I'm using the ApplicationInsights package from @microsoft/applicationinsights-web in a react app. As an example, I want to execute something like this at 6:00pm ETC Apr 26,…

DireDrop
- 13
- 4
0
votes
0 answers
Querying Azure app insights from an Azure Functions
I have an Azure Function instance. I would like to execute a KQL query to fetch some data from an Azure app insights instance of another app, then push the data to an on-prem database.
I am aware that we can send a GET request to the REST endpoint…

Vin Shahrdar
- 1,151
- 1
- 12
- 30
0
votes
1 answer
Azure Webjob for Application insides issues even when disabled
I recently discovered that there are error logs created every 10 mins with the following content. I can't figure out why and where they come from.
AppInisghts is deactivated for the webapp...
New Log…

Michael O
- 67
- 5
0
votes
1 answer
Request works in postman but not in curl - Azure App Insights API ends with Bad Request
I am trying to query data from Azure App Insights API based on information here https://learn.microsoft.com/en-us/rest/api/application-insights/query/get
The request works just fine in Postman with different queries as well, but when I generate cUrl…

Daniel Procházka
- 39
- 4
0
votes
1 answer
What are the charges incurrent for keeping Azure App Insights in one region and the Log Analytics Workspace in another?
I have my App Insights(Classic) in West US2. I want to move it to workspace based mode. My Log Analytics Workspace is in another region (West US). Is it ok to migrate? What are the pricing impacts pertaining to the resources being in different…

Arun Prakash Nagendran
- 411
- 4
- 18
0
votes
1 answer
Permissions required by Azure Service Principal to access App Insight data in a multi subscriptions AD Account
I have registered an Application in the Azure AD and delegated the below permissions
Now I am trying to access the App Insight data through this Azure AD App registration but I cannot get permission access for each resource group and subscriptions…

Saurav
- 113
- 1
- 8