Questions tagged [azure-analytics]

36 questions
1
vote
3 answers

Error setting up Azure Function within Azure Resource under Log Analytics Workspace

I have error setting up Azure Function within Azure Resource under Log Analytics Workspace. When only AllMetrics is checked, it works. But whenever FunctionExecutionLogs is checked, error occurs like below: 1.Nav to your log analytics workspace in…
Pingpong
  • 7,681
  • 21
  • 83
  • 209
0
votes
0 answers

Azure DevOps Server 2020.1 analytics issue related to iteration creation

When we're trying to look at the burn down report we face the error "Iteration not found. Information about this iteration could not be found on the analytics service. If this iteration was recently created, please reload shortly." Investigating…
0
votes
1 answer

Clone a custom table in Azure Analytics

I have a table in Azure Analytics called TestTable_CL, which has a lot of data there. I want to clone this table to another one, but only the schema, not the data. How is this possible? I have tried to run multiple kusto queries in the Query Editor…
user14073111
  • 647
  • 5
  • 14
0
votes
1 answer

How to use Azure Web App and Microsoft Extension Logging to log Scopes in to Azure Analytics?

I am trying to use a very simple setup to log my Asp.Net core application events into Azure Analytics. I am using Windows App Service with NetCore 6.0. Everything is working fine, I can see my logs in the AppService Log Stream and Log(Analytics)…
0
votes
1 answer

Unable to configure Azure Insights on Azure VM running Windows

I am attempting to configure the Log Analytics agent for Insights on my Azure VM running Windows. When I attempt to deploy the monitoring configuration, the DependencyAgentWindows VM extension fails to install. I have the same solution working on a…
0
votes
1 answer

Power BI Real-Time Streaming with SQL Data using Azure Stream Analytics Job

I am new to Azure Analytics. My Issue is to unable to connect to Power BI with Stream Analytics Job. FYI, I can't edit configuration files of my IoT devices. I only have my Sensors data in SQL Server. I want that data to be live stream to Power BI…
0
votes
1 answer

Find SQL query from Azure Analytics Log error message

We have Azure SQL Analytics enabled against a Managed Instance Database. The "Errors/Blocking/Timeouts/Deadlocks" chart presents a view of Counts by Time, and then a listing of issues underneath e.g. If you click on an entry, your are presented…
Neil Moss
  • 6,598
  • 2
  • 26
  • 42
0
votes
1 answer

finding detailed error information in azure data factory pipeline

I have a pipeline that started going very slow after a change. The issue was due to rows being skipped by the copy due to an error. i was able to undo the change to a column formula and the pipeline runs fine now. the issue is that there was no…
wilson_smyth
  • 1,202
  • 1
  • 14
  • 39
0
votes
1 answer

Azure Analysis service - Firewall off deny policy

I am trying to build a policy to deny disabling firewall in azure analysis service. But not able to deny disabling firewall. I used below definition but it's not working "if": { "allOf": [ { "field":…
0
votes
1 answer

How to use s skalar stored in 'let' in a where clause with '!contains' in Kusto Query Language

I have a problem which bothers me even though i think the solution must be super simple. I have to build a query with Kusto Query Language for my Azure Analytics log analyzer metric. I want to make this script working for the latest app version and…
0
votes
1 answer

Can i create custom queries in Where and Case statements from dynamic array in Kusto Query?

I have a requests datatable with url, name, timestamp columns, to which i add another computed column operationType. I want to filter and query requests based on defined dynamic object attributes data, in order to obtain Operations and their usage…
0
votes
1 answer

get count of files from a folder in u-sql to process

How to get count of files from a folder(directory) in u-sql if the folder has more than one file then process only the latest file else process first file !!
0
votes
1 answer

Unable to run U-SQL script locally in visual studio

When i run the u-sql script locally in visual studio.. it is throwing error E_CSC_SYSTEM_INTERNAL: Internal error! The ObjectManager found an invalid number of fixups. This usually indicates a problem in the Formatter. @input = EXTRACT …
steve
  • 79
  • 8
0
votes
1 answer

What permissions do I need to make Azure Storage analytics logs immutable?

I have Owner permissions on a storage account in Azure. To make a blob container immutable I can use this command in PowerShell: Set-AzRmStorageContainerImmutabilityPolicy -ResourceGroupName 'xxxxx' -StorageAccountName 'xxxxx' -ContainerName…
Keith Walton
  • 5,211
  • 6
  • 39
  • 53
0
votes
1 answer

Azure Analytics Database with automate Backup

The powershell is used to automate the backup of AAS instance. The instance have Multi-factor authentication and I think that is the problem. Powershell: $TenantId = "TenentID" $Cred = Get-AutomationPSCredential -Name 'SSASModelBackup' $Server…