azure-app-service-envrmnt Questions
6
Solved
I have a For_Each loop in an Azure Logic App that calls another, nested, Logic App. The result from each iteration of the nested Logic Apps is a JSON object that contains an array of strings, like ...
Flicker asked 5/5, 2017 at 18:11
2
When I try to scale out my Azure Web App I experience very slow response times for requests on the second or third instance of the app.
This seems to happen because the other instances were in cold...
Emphasize asked 1/5, 2017 at 6:59
4
Solved
I am creating azure app services via terraform and following there documentation located at this site :
https://www.terraform.io/docs/providers/azurerm/r/app_service.html
Here is the snippet for t...
Britneybritni asked 6/2, 2018 at 11:50
4
I wrote some code to handle CORS into my Web Api(.Net Core). These code perfectly works on my local and test server(Azure app service) but it is not working on production(Azure app service). It giv...
Dessiatine asked 11/8, 2017 at 6:29
2
Solved
I've been trying to set up Application Insights with an ASP.NET Core 2.0 application. While running my application locally, logs are showing up in Application Insights as expected. However, when de...
Saratov asked 2/8, 2018 at 15:32
3
Solved
I have a Laravel 4 based PHP application that I have successfully gotten working within an Azure web app, the only issue that I am having is when attempting to access files from example.azurewebsit...
Trial asked 3/2, 2016 at 12:40
1
Solved
I am looking at deploying a collection of REST services into azure. These services are to support a mobile app front end and a web based front end. I want them to be independently deployable and sc...
Immortal asked 13/5, 2020 at 14:52
3
I have an Azure App Service that contains 1 Web App with 1 slot. I have 2 instances assigned to the App Service. This week, the App Service shows about 60% CPU usage, and its usually about 10-15%. ...
Rhettrhetta asked 28/4, 2016 at 14:11
3
I have a continuous web job that listens for requests containing diagnostic information.
In order to test connectivity I try to hit a health check in my web job but am unable to make requests to l...
Authority asked 24/12, 2019 at 16:47
0
I am developing .Net Core APIs using C#. In my use case, I have password protected Word documents. I need to open these documents programatically and read all the contents from it.
I cannot use Op...
Veilleux asked 25/11, 2019 at 13:7
1
Can I retrieve metadata of Connector of a Logic App using C# SDK ? Am getting logic app using: Microsoft.Azure.Management.Logic.LogicManagementClient.Workflows.Get(resourceGroupName, logicAppName),...
Garbers asked 26/8, 2018 at 19:12
0
I've been working on a multi-app project for a few months now using Azure App Service for my database and ADD B2C for authentication. There are three applications in this project: an admin WPF app,...
Kumar asked 24/6, 2019 at 20:18
1
Solved
What I’m trying to achieve:
In an ASP.NET Core Web App, I want to listen for the configuration change event, and reload the new configuration value at run time. I'm changing the configuration setti...
Jackal asked 28/4, 2019 at 1:53
5
Solved
Can anyone direct me to something that will explain when I should create an Azure Service Fabric application vs an Azure App Service application? I have an application I want to build but can...
Action asked 30/6, 2015 at 14:18
1
I host my ASP.NET .NET Core 2.1 project in Azure Web App service. I recently upgraded to 2.1 (From 2.0) and I started getting these errors:
The specified CGI application encountered an error and...
Milissa asked 16/7, 2018 at 13:28
1
Solved
I run websites and webjobs on Azure App Service and I want to enable NLog internal debugging to troubleshoot some logging problems. In my NLog configuration code I do:
InternalLogger.LogLevel = Lo...
Sevilla asked 10/8, 2018 at 21:6
3
Solved
I'm new to Azure Functions and been thrown into a project without a proper introduction and anybody I could ask is out of office. My simple most likely stupid question is; where can I find the actu...
Nightcap asked 18/7, 2018 at 9:13
1
Solved
I have one Azure App Service in which I have created 5 instances using App Service Plan
Scale Out option. Now I am not sure how does Azure load balances requests between this instances? I am not se...
Sidneysidoma asked 4/4, 2018 at 12:51
3
Solved
I have a simple Umbraco 7.7.2 application and I'm hosting it on Azure (app-service). When I restart the server it takes 20-40 seconds for first time requesting a page which is really annoying speci...
With asked 5/2, 2018 at 11:6
2
How can I compare the App Service configuration settings in two different App Services?
Charactery asked 13/12, 2017 at 13:48
2
Solved
I have moved my WebApp to the Azure App Service Environment and have enabled the new LocalCache option as documented at https://azure.microsoft.com/en-us/documentation/articles/app-service-local-ca...
Sonde asked 6/4, 2016 at 18:33
1
Solved
We suddenly began experiencing HTTP 502 errors (The specified CGI application encountered an error and the server terminated the process) from one of the instances of our web app. I was able to det...
Tetrafluoroethylene asked 11/5, 2017 at 10:5
0
After I deploy a web api to azure, I get the screen:
Your App Service app has been created
Go to your app's Quick Start guide in the Azure portal to get started or read our deployment documentat...
Troat asked 23/5, 2017 at 12:20
1
I am having problems with the number of pooled connections in my Azure web app. And it will help me a lot if I can see the number of pooled connections so I can understand how it relates to the app...
Gardell asked 18/5, 2017 at 2:2
1
We are currently running several Azure App Services which are having trouble with PCI-DSS compliance, due to the fact that App Services have TLSv1.0 enabled, with no option to disable it. After rea...
Interconnect asked 8/6, 2016 at 18:0
1 Next >
© 2022 - 2024 — McMap. All rights reserved.