Questions tagged [azure-app-services]

Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure

Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your favorite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments

Azure App service Docs

65 questions
0
votes
0 answers

Azure PHP Linux app - URL rewrite issue

We recently deployed an Azure App Service as code, in a Linux environment with a PHP stack. So far everything worked fine but as often required the web developers wanted to enable URL rewrite for the site. As I see, I cannot make modifications to…
0
votes
1 answer

Can I use Access Restrictions to only allow access from whitelisted IPs to my Azure App Service?

I have a public dev environment that I'm trying to lock down to just a few people. The Access Restrictions has a default Allow All rule that can't be removed. If I try to add a blocking rule, it requires a specific IP range and doesn't appear to…
ernest
  • 107
  • 1
  • 7
0
votes
1 answer

Secure App Service Behind Azure WAF

we are deploying some app services into Azure behind an Azure web application firewall, we already have some applications running on servers behind them, these are secured end to end using SSL. But what I can’t get my head around is what security or…
Norrin Rad
  • 353
  • 1
  • 4
  • 12
0
votes
1 answer

Process request in NGINX on Azure App Service

I have an UWSGI application and a Celery/Flower task worker/monitor. They are deployed on Azure App Service as a multi-container application. Locally I am routing jobs to the worker by using "HOST: worker" in the HTTP request. The task monitor is…
lammy
  • 101
-2
votes
2 answers

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 choose a different sku or region. This however is…
Matthias Güntert
  • 2,358
  • 11
  • 38
  • 58
1 2 3 4
5