skip to Main Content

azure workbook, create table with jquery

I have table (data) SWFLogOSot_CL and I'm trying to see count of two columns: values_in_use_connections_d values_available_connection_d I've done this: union withsource="SWFLogOSot_CL" * | summarize AvaibleConn = count() by ColumnName="values_available_connection_d" This works, but shows count of just one column: Does please…

VIEW QUESTION

Azure CLI – invalid .NET runtime version

Our pipeline on Azure DevOps which has been working suddenly fails when running the Azure CLI command: az functionapp config set name "appname" --resource-group "groupname" --slot "slot" --net-framework-version v7.0 The error it produces is Invalid version: for runtime dotnet-isolated and…

VIEW QUESTION

Azure custom indicator

I have a mental block and can´t figure this one out. In Azure Application Insights I have this custom table. I am trying to create an index of actual work. The table has this "event" column where you can have…

VIEW QUESTION
Back To Top
Search