Questions tagged [appinsights]

198 questions
0
votes
1 answer

KUSTO WILDCARD character to Trim or Replace

I am looking for a wild card character which could be used to trim or replace a matching string in KUSTO. A simple example: let string_to_trim = @"https://bing.com"; let substring = ".com"; // ---> Need a wildcard to use like let substring =…
supc
  • 13
  • 1
  • 5
0
votes
1 answer

What AppInsights queries return actionable data for Azure B2C authentication?

In part of writing this question to remind myself to add this feature to my implementation of B2C for trustlane, what is the AppInsights REST query that would help me alert for and recreate this dialog in a B2C OIDC or OAUTH API session?
TLDR
  • 1,198
  • 1
  • 12
  • 31
0
votes
1 answer

What approaches could I use to convert an Azure B2C token for an online game into a "take a break" reminder?

I'd like to configure at the issuer level a way to see if an authentication token has been renewed that a redirect screen will appear to remind (or enforce) a cool off period, for example if I were playing Age of Empires, Civilization, or Sim City…
TLDR
  • 1,198
  • 1
  • 12
  • 31
0
votes
1 answer

Connecting to Azure App Insights from powerBI

I would like to connect to my azure app insights instance from powerBI desktop to prepare dashboards based on the log data. However, I don't see any adapter for app insights from get data option. How do I go about doing this? What I need really is…
0
votes
1 answer

How to configure a folder where send log with Appinsight java

I'm trying to save my log in a chosen folder using Appinsight on java. I've made an application which sends data in Azure when LTE connection is up, but how can I configure a specific folder in which I can save my data when I switch off my…
0
votes
1 answer

How to extract median by using Kusto

I figured out, that i need the percentiles function to extract the median. Still, i don't really get a result. I want to find out how many mails are filed on average without the outlier distorting the result. The customDimensions.AmountStored…
fabian09
  • 111
  • 2
  • 11
0
votes
1 answer

Azure alert report showing a Resource not found message

We have created an alert in Azure AppInsights as many times before, in this particular alert, when we receive the message and click the "View x results" button to see the results of the query that generated the alert we see an empty browser…
0
votes
1 answer

Microsoft Bot Framework V4 Appinsights related information ? How to use it for custom metric and custom events using Nodejs?

https://learn.microsoft.com/en-us/azure/azure-monitor/app/api-custom-events-metrics About capturing custom variables using query than show a result on dashboard (Nodejs-javascript) ?
0
votes
1 answer

Is it possible to configure ApplicationInsights 's AvailabilityTests for an end point (of AppService) hosted in ASE?

We have a requirement to configure Availability Tests (URL Ping Test) on an End Point (App Service) which is hosted inside App Service Environment (ASE). I don't think it would be possible. but, I might be wrong. Any comments on this or point me to…
Prawin
  • 1,158
  • 2
  • 12
  • 26
0
votes
4 answers

Build App Insight in Azure for monitoring Inotify Services in Linux servers

Can you Provide valuable suggestion/procedure for Build App Insight in Azure for monitoring Inotify Services in Linux servers
Anirudh B
  • 39
  • 6
0
votes
1 answer

use appinsights in an on-premise web server

We would like to use appinsights to collect data for our on-premise sites. I found an article https://unhandled.wordpress.com/2018/02/01/using-azure-application-insights-with-on-premises-servers/ which will install an old (2016) software…
daxu
  • 3,514
  • 5
  • 38
  • 76
0
votes
2 answers

azurerm_monitor_metric_alert for Appinsight custom metric is not working

resource "azurerm_monitor_metric_alert" "exception_alert_test_incoming_orders" { name = "IncomingOrderTest" resource_group_name = "${var.azurerm_resource_group_name}" scopes =…
Anas Ali
  • 67
  • 1
  • 3
0
votes
1 answer

Are there any limits to how many app services a single app insights service can handle?

Id like to understand if there is any limit to the number of app services that can have a direct dependency on a single instance of an app insights service. Right now I am exploring creating a dedicated appinsight service instance for many apps.…
0
votes
1 answer

Azure function c# .net throws 502

I am having consumption plan in azure, do not have any gateway or proxy setup. While testing I got this error also its not logging in my app insights, it neglects that request, as like it did not reached/requested to it. How can fix this ? 502 -…
Ishika Jain
  • 949
  • 2
  • 11
  • 23
0
votes
0 answers

How can I use Telemetry service for modified userid for Appinsight?

I have a big trouble for modifying userId in Appinsight request logs. If I create new Appinsight environment below code working great! But if I use below code in existed application, UserId or other REQUEST properties or PageView Properties can…
loki
  • 2,926
  • 8
  • 62
  • 115
1 2 3
13
14