Questions tagged [azure-web-apps]

135 questions
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…
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…
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…
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…
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
0
votes
1 answer

When to use Azure Applicatio Gateway WAF vs. Azure Firewall?

Can anyone here please share some thoughts and comments of when to use Azure WAF or Azure Firewall. I have already existing Azure ExpressRoute so my Azure VMs can ping my OnPremise servers, and vice versa. My purpose here is to be able to securely…
Senior Systems Engineer
  • 1,155
  • 2
  • 27
  • 55
0
votes
1 answer

I need to block some external source IPs to access some sites in a backend pool in Azure Application Gateway

my scenario looks like this: An Application Gateway for my data center: A backend pool where I have two servers with 5 web sites (a.com, b.com and c.com) Another backend pool where I have two servers with 5 web sites (e.com, f.com and g.com) In my…
0
votes
0 answers

Enter Azure SQL Connection String in App Settings w/ PowerShell

I've deployed an Azure Web App and Azure SQL Database using PowerShell. At the moment I have the following code with a dummy value that sets a sql connection string for my web app: $connectionStrings = @{ "sqlConnection"= @{ …
0
votes
3 answers

Azure gateway for web apps

We are looking for an Azure solution for routing incoming API messages (microservices-based) through a single entry-point to several Azure Web App instances (*.azurewebsites.net), rather than several Virtual Machines. The routing will be URL-based,…
Jaime
  • 53
  • 4
0
votes
1 answer

Azure App Service portal not working after misconfiguration

I was trying to setup path mappings for my PHP Azure Web App, I was attempting to every virtual path under a certain path directory redirect to a single PHP index file. So for example: /myapp/ would serve the following PHP file:…
0
votes
1 answer

Automating the creation of service principal in Azure in a customer account

Here is a scenario. I have a SaaS product that needs to make api calls to customer's Azure cloud account. I understand a service principal can be created on the customer's AZ account, and if I have the credentials(app id, password, etc), I can make…
0
votes
0 answers

Azure webapp, web.config. Don´t redirect if specific URL

Hay all I´m having a doubt over here and not sure if possible with web.config. I have a web app in azure . Domain foo.bar.com is pointing to this webapp. On the other had I have a CDN as well in azure with a sub domain which is www.foo.bar.com is…
Chanafot
  • 101
  • 3
1 2 3
8
9