Questions tagged [azure-web-apps]

143 questions
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,275
  • 2
  • 33
  • 62
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
0
votes
1 answer

Cannot add Storage Account in Diagnostic Web App

I have just created a free Azure account and had a web app service created. Then I want to enable Diagnostic settings for "Archive to a storage account", but the problem is that it doesn't show any my storage account. I did create a dedicating…
Hoang
  • 3
  • 1
0
votes
2 answers

Does Azure install a reversed proxy in front when using a custom docker image?

When I run a webapp in Azure, it runs inside IIS (or behind it depending on the configuration). The IIS is set up for me. The Server header returns IIS. I can configure it through a web.config file. All good. I just tried setting up a custom docker…
mslot
  • 105
  • 1
  • 6
0
votes
1 answer

Azure Function App(consumption plan) - Azure SQL networking

I am trying to figure out how things like Azure Function App(consumption plan so no VNET) and Azure SQL Server DB are connected together. I was checking SQL audit logs, specifically client_id field and tried to match with outboundIpAddresses of…
Yuriy Vasylenko
  • 253
  • 1
  • 3
  • 9
0
votes
1 answer

Request a Digicert Secure Site EV SSL certificate from Azure Portal (or PowerShell) for use with Azure Application Gateway/App Services

I'm trying to generate/request a new certificate from Digicert in Azure. I've been instructed to purchase the EV SSL cert from Digicert's Business tier. They call it Secure Site EV SSL, but I don't see where I can specify the certificate type either…
0
votes
2 answers

Is an Azure Vnet really private?

I'm in the process of splitting the functions of a single VM web server on Azure across two VMs on the same Vnet. I want to check, can I assume that traffic between them is absolutely isolated and private? For example, one will host an SMTP server,…
stephen
  • 143
  • 3
0
votes
1 answer

How do I setup lets encrypt for an Azure Linux Service Web App

There are plenty of guides on how to set up Lets Encrypt for Azure Windows Web App Services, but I can't find any at all for Linux based services. Here are two example of such tutorials (that require…
JensB
  • 259
  • 1
  • 3
  • 15
0
votes
1 answer

Blazor app works with AAD auth locally, when deployed to Azure App Service get error after authenticating on redirect URL

I have a Server-Side Blazor app (Dotnet Core 3.1.2) that I am deploying to Azure App Services. The application authenticates users against our Azure AD. All works fine running locally on my machine. When deployed to Azure App Services, the app can…
The Sharp Ninja
  • 151
  • 1
  • 4
0
votes
1 answer

App service vs storage access restrictions

I have an app service that accesses a storage account. I would like to restrict the acces to the storage account but as soon as I restrict to specific networks & specific IP addresses I get 403 forbidden. Even if I added all Outbound IPs from my App…
2d1b
  • 107
  • 2
1 2 3
9
10