Questions tagged [azure-web-apps]
143 questions
0
votes
0 answers
where is it most appropriate to apply/maintain IP restrictions rules - Azure WAF or NSG
this is regarding the appropriateness of implementing IP restrictions either in WAF or NSG. im for implementing in NSG since its portable i.e. does not need WAF to be there. also the rules in NSG will work even if WAF is mistakenly disabled or…

asdfasdfasdf
- 9
- 1
0
votes
1 answer
Azure App Service to SQL Server DB connection fails with generic "error occurred during the login process"
I have a project consisting of several frontend and backend apps, and several databases; I am in the process of building the deployment pipeline. It should use Azure Static App Services for the frontends, Azure App Services for the backends (.NET 6)…

xalib
- 1
- 1
0
votes
1 answer
Accessing Azure File Share from Windows Web App
I have a Windows Azure Web App that uploads files to a directory called 'CallRecordings' in the website root.
I wish to use a virtual directory pointing to an Azure file share. I have mounted the file share from the Azure portal and it appears at…

MikeAinOz
- 101
- 4
0
votes
0 answers
Unable to access specific rest apis due to azure error
My application using spring rest and deployed in Azure server. Created rest apis using spring rest.
Am able to access all rest urls, except in one scenario.
for eg: http://mydomain123.com/api/abc , http://mydomain123.com/api/xyz/abc
Am able to…

john
- 1
0
votes
1 answer
Deploy multiple applications developed on different .Net frameworks(.Net 4.7 and .Net 6) in the same domain in Azure
Please, I urgently need to solve this issue.
I have 2 .NET applications ( MVC .net 4.7 and React + core .net 6) which I want to deploy in the Azure under same domain because both share the same cookie value.
Will Azure application solve this…
0
votes
5 answers
Very slow mysql on Azure App Service w/ PHP (Wordpress)
I am trying to fix issues with very slow Azure App Services to Azure Database connection.
After Wordpress migration form cheap OVH hosting I noticed extremely long TTFB: increase from 300-400ms to 1500-3000ms.
I narrowed the problem to app service -…

pp_1
- 101
- 1
- 10
0
votes
1 answer
Manage Azure App service deployment center FTP users
So as Azure admin of my company I was trying to create an overview of what contributors have created FTP Credentials for app services. It's fine that they create these credentials however I would like to find a way to either report what accounts…
0
votes
0 answers
Azure Graph - Graph query to retrieve App Service Plan (Microsoft.Web/serverfarms) CPU%
I need to do some consolidation on my company's Azure estate, especially around App Service Plans.
In the past, we would typically create a new App Service Plan for each service we deployed as this would aid us with departmental cross-charging as…

Chris Hammond
- 101
- 1
0
votes
1 answer
X-ARR-ClientCert not passing from Azure Web App Reverse proxy to another Azure Web App
I've setup a reverse proxy in an Azure Web App instance that's rewriting the URL and forcing SSL to our main Azure Web App .NET Application. It's been running well.
We want to deploy client certificate authentication to this .NET Application. We got…
0
votes
1 answer
What is the best resources Azure family size for E-Commerce
I'm trying to increase the Azure VM family size from B series to be bigger, I'm hosing web application that runs E-Commerce , As you expect multiple product photos, customer browsing the products I have around 2000 product in the store.
What is the…

Abdulghani Alkhateeb
- 27
- 3
0
votes
2 answers
Custom Ubuntu/Apache docker image in Azure App Service is using IIS?
I have a mystery. So I set up an Azure Web app on Linux that pulls from a custom docker image stored in Azure container repo. The dockerfile for the image is pretty simple - ubuntu:latest as the base, installs apache, php, and wordpress using…

Chris
- 101
- 3
0
votes
1 answer
Azure webapp: Site-to-Site VPN not working when used with webapp
I have this setup in Azure:
A vnet with address space: 172.16.0.0/16
A subnet with 172.16.1.0/24 named WebAppSubnet and delegated ot Microsoft.Web/serverFarms
A subnet with 172.16.255.0/24 named GatewaySubnet
A local gateway with address space…

mslot
- 105
- 1
- 6
0
votes
1 answer
Add custom steps in Azure Deployment Slots during swap
I'm analysing the Azure Deployment Slots functionality of Azure App Service to adopt zero downtime deployment strategy and i'm curious if it's possible to define some custom steps to be performed during automatic swap operation. I need to execute…

O. Desiatnyk
- 103
- 1
0
votes
1 answer
Connect public web app with private web app
I have 3 Azure webapps that need to be able to connect with each other.
One running the FE website - that needs to be accessed from the outside.
The other two i just running services that the FE site uses.
There is no need for these to be open for…

skrl
- 21
- 2
0
votes
1 answer
ServiceBus-per-customer in a SaaS
My application works great right now as an Azure App Service. It uses a Service Bus Queue to push bits of data that are then picked up by clients, "stuff" happens, and then the clients push responses back to my app on another Service Bus Queue. So…

catfood
- 103
- 6