python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ECONNRESET - Does not gracefully throw error, but crashes web app
We have a NodeJS app running as a Azure Web App Service on a Linux based App Service Plan. (configured to be running as always on).
Setup:
NodeJS 16
App Service Plan (Linux)
Redis (Azure managed host...

Pieta
Votes: 0
Answers: 1
Multiple sub-domain with several App services in Azure
I currently have one App Service with one domain and one wildcard certificate. I have WordPress and using multiple subdomains has worked so far for schools and district. ex District1.contoso.com Schoo...
clnlgr
Votes: 0
Answers: 0
Capturing Method name and line number in Application Insights for a Java Application
I am trying to configure the Application Insights in my Java Application. My logs are going into the the Application Insights, but it doesn't capture all the infos from logs like method name, line num...

Jovin Manayath
Votes: 0
Answers: 1
Microsoft.ApplicationInsights GetMetric intermittently throw error
"Microsoft.ApplicationInsights" Version="2.10.0"
public void GetAppMetric(string metricId, double metricValue)
{
string source = string.IsNullOrWhiteSpace(this.Store[L...
n1k1
Votes: 0
Answers: 0