Questions tagged [azure-web-apps]
143 questions
0
votes
0 answers
Only one web app instance seems to be running
We have some timeouts issues with our Azure Web App with 3 instances.
I started debugging using the live stream metrics, and I see something really weird with the CPU usage:
Can someone explain why only one instance seems to be running?
We…

MBen
- 101
- 2
0
votes
0 answers
Possbile differences between azure accounts
I hope I got to the correct stack exchange forum with this.
I have two azure webapps with the same plan, and the same code. One under a personal account which works well, and the other is under enterprise account and sometimes fails.
This…

Moutabreath
- 53
- 1
- 1
- 7
0
votes
1 answer
Azure active directory integration with azure app services.
I am not a Azure and Microsoft guy but there is a friend of mine who is stuck in a situation where he need user attributes like, phone, email, address, etc from Azure active directory for his application hosted on Azure app service. they have…

Yousuf
- 35
- 2
- 6
0
votes
1 answer
Does Azure by default do any regional or output caching?
I'm working on a website that is currently hosted on Microsoft's Azure cloud hosting service, and I noticed what appeared to be slightly different output for a user in a different region. It seemed like we were looking at two different instances or…

Mark Rogers
- 279
- 1
- 4
- 14
0
votes
2 answers
How do I create an ECC certificate for Windows Azure Mobile?
I want my mobile clients to use less CPU power and use less network bandwidth and therefore want to use an ECC certificate for Azure Mobile Apps
How do I generate an ECC based certificate for use with Azure Mobile?

makerofthings7
- 8,911
- 34
- 121
- 197
0
votes
1 answer
Accessing a REST API from behind a firewall: whitelist the API's outbound IP addresses?
We have two applications. One application exists behind an on-premise site's firewall. It communicates with our second application, a service app that operates a REST API in the Azure cloud.
My question relates to the on-premise firewall. The…

StinkySocks
- 101
- 2
0
votes
0 answers
In an Azure Web App how can I bypass authentication for internal API endpoint calls?
I have an Asp.Net Core application running in an Azure Web App and I need it to be able to call itself.
Part of a long-running process in the app needs to be able to open a connection to…

glenatron
- 235
- 2
- 4
- 10
0
votes
1 answer
How can i connect on-premises LDAP over Internet?
I am developing a .net core API that will host on Azure. The main aim of this API is to connect with LDAP (On-premises). If the application hosts on-premises then there is no problem connecting with LDAP. But what are the options to connect with…

Imran Yaseen
- 101
- 3
0
votes
0 answers
Where do I store web server login credentials?
I am building a web server that will accept requests from mobile devices and route to 2 different SQL Server instances. For extra security, I want the mobile devices to have to log in twice - log in to the web server and then log in to SQL…

TheMortiestMorty
- 109
0
votes
0 answers
replacing nginx config on container restart
as I want to automatically handle redirection of https://site/page to https://site/page.php I've got an updated ngnix config that includes
location / {
try_files $uri $uri/ $uri.php?$query_string;
}
as the Azure web app container…

Offbeatmammal
- 101
- 1
0
votes
0 answers
Which service principal role will provide the minimum permissions necessary to automate installation of a website certificate?
I wish to grant a third-party application API access to my Azure tenant for purposes of installing a TLS certificate on a certain website ("App Service," in Azure terminology).
However, assigning the Contributor role seems a bit excessive. I don't…

InteXX
- 753
- 2
- 15
- 33
0
votes
0 answers
Web access firewall not working with HTTPS but working with HTTP Azure frontdoor
I have installed SSL certificate for Azure front door and set the policy to access the website with particular IPs. With HTTP I am a not able access the website which is correct according to the policy from the outside of the network. But when I am…
0
votes
1 answer
Azure Function App - Azure Defender compliance
Azure Defender on Azure has two policies for Azure Function authentication that I'm not able to implement from other azure resources that support http calls.
Function apps should have Client Certificates (Incoming client certificates)…
0
votes
1 answer
Azure application gateway causes sessions to dissapear
We've got a setup of:
Linux container web app (single instance)
Nodejs server with passportjs + openid
External Authentication (OpenID) provider.
If the frontend is contacted directly (through .azurewebsites.net) the authentication works as…

August
- 101
0
votes
0 answers
can you add your own SSL cert for custom domain of an Azure Static Web APP?
We use the excellent azure static web apps with custom domains for our "site down" pages, and use traffic manager to switch to these for the few hours a month we are down.
The problem is that these web apps use a free SSL cert, which fails to update…

eos
- 551
- 4
- 10
- 27