842 questions
0
votes
1
answer
71
views
Cannot access app insights logs after disabling public access
I have task to disable data ingestion from public networks and queries on my log analytics workspace. App insights are workspace associated.
What have I done:
-I have made private endpoint in my app ...
0
votes
1
answer
53
views
Azure Metric Alert for multiple storage account with transactions as a signal
While creating an alert for a single storage account, I am able to see Transactions as a signal name. I was also able to successfully receive alerts based on that metric.
If I go back to the scope of ...
0
votes
1
answer
39
views
How to send only selected connectors logs to Application Insights/Log Analytics from Azure Logic App Standard workflow?
Below are the Logic app standard logging configured:
Application Insights + Logic App Standard:
Logic App Standard Connected with Application Insights
Diagnostic Settings + Logic App Standard:
...
0
votes
1
answer
39
views
Azure AKS provision Container Insights Logs V2 using bicep
I'm trying to configure Container Insights Logs V2 through bicep templates. The Azure Documentation is not helpful in providing steps to do this - only steps to configure it through the Portal or ...
1
vote
1
answer
176
views
Azure Alerts: How to check Key Vault secrets/certificates expirations across multiple timeframes
I need to monitor Azure Key Vault secrets and certificates expiration dates and send alerts at specific intervals (30 days, 15 days, 5 days, etc. before expiration).
I'm using Azure Monitor Alerts ...
0
votes
1
answer
189
views
OpenTelemetry sending autoinstrumented metrics in ASP.NET Core service
I'm trying to get to grips with OpenTelemetry and AzureMonitor in an ASP.NET Core service.
I've covered the documentation a few times but cannot find definitive answers (yet)...
I have a shared ...
0
votes
1
answer
119
views
Azure Container App status running or down
How to check if Azure Container App is running and create alert if is down ?
I use Azure and ACA, with nodejs backend application.
0
votes
1
answer
119
views
How can I make the Azure Monitor OTEL package not fail on missing Application Insights connection string, but silently continue?
I'm configuring an ASP.NET Core application with Azure Monitor OpenTelemetry to send logs to Application Insights.
Before using the new Azure Monitor OTEL package Azure.Monitor.OpenTelemetry....
0
votes
1
answer
64
views
Azure Data Factory Pipeline Alert setup- Metric Namespace Issue
I’m trying to set up an Azure Monitor Metric Alert for pipeline failures in Azure Data Factory using PowerShell, but I'm getting conflicting errors.
$condition = New-AzMetricAlertRuleV2Criteria -...
0
votes
1
answer
94
views
Why is my Azure Monitor Alert table empty?
I set up a few alerts as log searches over my LAW. They work fine, but I am trying to find a queryable log of firing or changing state, for which I am looking into Alert table. As per the ...
0
votes
1
answer
62
views
Monitor AutoResolve Integration Runtime in Azure Data Factory Pipeline
I need to monitor the Integration Runtime performance for a pipeline that uses stored procedure activity to load data from ADLS to Snowflake. The stored procedure in this case resides in snowflake ...
0
votes
1
answer
126
views
How can I check the daily data usage (in GB) across all my Log Analytics workspaces in Azure?
I am working with multiple Log Analytics workspaces in Azure and I want to track the amount of data usage (in GB) each day for my subscription.
Is there a way to view or get a report on the daily data ...
-1
votes
1
answer
136
views
Is it possible to store pod logs in Azure Monitor or Application Insights?
I am looking for a way to store and query logs generated by Kubernetes pods (using the command kubectl logs -n ) directly in Azure Monitor or Application Insights. Does anyone know if it's possible ...
0
votes
2
answers
81
views
Azure Monitor unable to read Data Factory Self Hosted IntegrationRuntime (SHIR) metrics
I'm trying to add some alerts using Azure Monitor to notify me if the Self Hosted Integration Runtime (SHIR) of my data factory is offline or not running for some reason. Azure Monitor provides 5 ...
0
votes
1
answer
40
views
How can I monitor low/no usage of an Azure web app
Our development team is starting to transition our code from an on prem environment to the Azure cloud. We have two subscriptions in Azure, one for our development environment and one for production. ...