All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

Basic Authentication for an Azure Web App based on Linux

I have an Azure Web App based on Linux. I want to enable basic authentication, meaning that it simply asks for a username and password in the header to access the web app. I've only found a solution (...
Ppp's user avatar
  • 9
0 votes
0 answers
39 views

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 https://my-...
glenatron's user avatar
  • 235
-2 votes
1 answer
59 views

Costing out Azure App service options?

Playing with Azure as a noob. Trying to work out how to cost the App Service correctly. I notice when I add an app service, I have an option of "Web App + Database" Does this cost the same ...
baradhili's user avatar
  • 101
0 votes
1 answer
73 views

How can i connect on-premises LDAP over Internet? [closed]

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 ...
Imran Yaseen's user avatar
0 votes
0 answers
31 views

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 ...
TheMortiestMorty's user avatar
0 votes
0 answers
86 views

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?$...
Offbeatmammal's user avatar
0 votes
0 answers
60 views

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, ...
InteXX's user avatar
  • 755
0 votes
0 answers
38 views

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 ...
vikash sharma's user avatar
0 votes
1 answer
161 views

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 ...
Jorge Rodrigues's user avatar
0 votes
0 answers
14 views

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 ...
asdfasdfasdf's user avatar
1 vote
1 answer
391 views

Best way to convert azure logs date time into an excel date time

Hello when I export Azure logs to csv I get this datetime format that excel doesn't recognize as a valid date time format: 2022-10-19T12:05:58Z Is this the best way to convert this to an excel ...
Dave Sopko's user avatar
1 vote
1 answer
426 views

Is there a way to map a VM to a domain name with Azure without a static public IP?

I have a Go application that I would like to host on the public internet via Azure using a domain I own with another provider. I realize the most straight forward way todo this is to spin up a VM, ...
Liam Kelly's user avatar
0 votes
1 answer
750 views

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 ...
xalib's user avatar
  • 1
0 votes
0 answers
296 views

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 , ...
john's user avatar
  • 1
0 votes
1 answer
38 views

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 ...
MUHAMMAD ADIL Khan's user avatar
0 votes
5 answers
4k views

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 ...
pp_1's user avatar
  • 101
1 vote
1 answer
3k views

Mounting Azure Files in Azure App Service

Summary I have an Azure App Service running a custom container. When I bind a path to an Azure Files share my container stops working. Looking at the Container Issues logs, I see the error: [BYOS] ...
JohnLBevan's user avatar
  • 1,244
0 votes
0 answers
72 views

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 ...
Chris Hammond's user avatar
0 votes
1 answer
907 views

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 ...
Dan Kalmick's user avatar
1 vote
2 answers
505 views

Hosting an Azure App Service on an apex/naked domain

I have created an Azure App Service site which is moving to production. I am having some problems with the fact that Azure can only handle SSL/TLS for subdomains. My subdomain www.abc123.com is ...
bendataclear's user avatar
0 votes
1 answer
116 views

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 ...
Abdulghani Alkhateeb's user avatar
0 votes
2 answers
369 views

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, ...
Chris's user avatar
  • 101
0 votes
1 answer
519 views

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 ...
mslot's user avatar
  • 105
0 votes
1 answer
204 views

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 ...
O. Desiatnyk's user avatar
-1 votes
1 answer
779 views

Power-BI API reporting 403 unauthorized (while trying to fetch the groups) with the service principle

Power-BI API is reporting 403 unauthorized (while trying to fetch the groups) with the service principle.
guest's user avatar
  • 1
0 votes
1 answer
391 views

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 ...
skrl's user avatar
  • 21
2 votes
1 answer
424 views

Connect Azure Web App to policy-based VPN

I have an Azure Web App that needs to connect to the addresses xx.x.x.10 and xx.x.x.12 the customers on-premise server. For this purpose the Customer have setup a Policy based VPN (Cisco ASA 9.8) with ...
skrl's user avatar
  • 21
0 votes
1 answer
118 views

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 ...
catfood's user avatar
  • 103
-1 votes
2 answers
784 views

Can't create free app service plan

I am trying to create a free linux app service plan. However ARM keeps telling me: This subscription has reached the limit of 1 Free Linux app service plan(s) it can create in this region. Please ...
Matthias Güntert's user avatar
0 votes
1 answer
1k views

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 ...
Senior Systems Engineer's user avatar
0 votes
1 answer
562 views

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 ...
Sandro Alves's user avatar
1 vote
1 answer
5k views

Why does a restart of my Azure WebApps instance caused downtime of a few hours?

My Azure WebApps instance (running on Tomcat, Linux) has been working well for 9 months. Recently there was a couple of hours downtime, which according to a Microsoft Support Engineer was caused by ...
gordon613's user avatar
  • 173
1 vote
2 answers
712 views

Web application firewall for Azure storage account

We have a Azure storage account which contains static HTML content for a website. Instead of exposing the storage account URL on the Internet, an Azure CDN endpoint was created https://ourendpoint....
user3063785's user avatar
0 votes
1 answer
350 views

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 ...
The Mighty Wizard's user avatar
0 votes
1 answer
72 views

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 ...
curiousengineer's user avatar
-1 votes
1 answer
54 views

how we use azure access key in real corporate environment [closed]

how we use azure storage Access Key in corporate environment and what is Key and Connection string how do i use these key. If i want generate access key and want to give some other guy how he would ...
Sid's user avatar
  • 5
0 votes
0 answers
261 views

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 ...
Chanafot's user avatar
  • 101
0 votes
1 answer
190 views

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 ...
Hoang's user avatar
  • 3
1 vote
0 answers
479 views

Azure Web App suddenly stops communicating with external SQL Server

I have an issue with my Azure Web App that it once in a while stops communicating with our external SQL Server. Everything was working fine until a few hours ago. It's a simple setup with an asp.net ...
Christian's user avatar
  • 111
0 votes
2 answers
798 views

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. ...
mslot's user avatar
  • 105
0 votes
1 answer
229 views

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 ...
Yuriy Vasylenko's user avatar
1 vote
1 answer
83 views

Can an Azure IPSEC gateway be used with a normal Azure web app?

We have a simple php website which needs to connect to a 3rd party API, and that third party requires a point to point IPSEC VPN. Azure has an ipsec gateway product for this, but how does one use it ...
eos's user avatar
  • 551
0 votes
1 answer
130 views

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 ...
FishBasketGordo's user avatar
0 votes
2 answers
126 views

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 ...
stephen's user avatar
  • 143
0 votes
1 answer
396 views

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 ...
JensB's user avatar
  • 259
2 votes
1 answer
4k views

Resource group location error on basic Azure pipeline release

I'm new to Azure and trying to run an out-of-the-box pipeline on Azure but it's failing on the deployment step of the pipeline. I get the error below. I am using the free trial tier of Azure. I have ...
irl_irl's user avatar
  • 123
1 vote
1 answer
4k views

Connect Azure App Service to Azure SQL Server DB

I'm trying to securely let an Azure App Service connect to an Azure SQL Server Database. Before, to 'just make it work', I had the SQL Server firewall open to internet. The App Service gets a ...
Metallkiller's user avatar
0 votes
1 answer
342 views

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 ...
2d1b's user avatar
  • 107
0 votes
1 answer
405 views

WebApp cannot connect to Dbaas SQL server database

Since yesterday afternoon our Azure website is (again) not working because it cannot connect to its Azure SQL Server database. We haven't changed anything. The database is accessible through ...
Paul Meems's user avatar
2 votes
1 answer
11k views

Azure: Docker App Error “…site did not start within expected time limit” and “Container X didn't respond to HTTP pings on port 80”

I have a Flask Python app that is run via Gunicorn from a Docker Linux container. Running the Docker container on Ubuntu works fine locally, but when the container is pushed to the Azure Container ...
cpeisert's user avatar
  • 141