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
1
vote
1 answer

URL Rewrite Filemap Provider equivalent in Azure App Services?

I have an application that I am migrating from IaaS to Azure PaaS. This application has a significant dependency on IIS Rewrite rules using the External Rewrite Map provider (specifically, we're using this). We have a few basic rewrite rules in…
jdylanmc
  • 111
  • 3
1
vote
1 answer

Azure App Service plan stuck at 100% CPU

Our Azure App Service Plan has been stuck at 100% for a few hours now. I've tried restarting the App Services on it, but to no avail. I think I need the whole VM hosting the App Service Plan behind the scenes to restart. Is there a way I can do…
Scotty H
  • 305
  • 1
  • 3
  • 9
1
vote
1 answer

Options for storing files from a Azure App Service

I am trying to deploy an existing .Net application into Azure App Service. The website needs to store and retrieve files. When reading the docs for Azure Files I was under the impression that this was the way to go: Azure Files offers fully managed…
Jonatan B
  • 25
  • 1
  • 5
1
vote
0 answers

Repoint website in Azure App Service to Azure static site storage container blob with no downtime

I have a production website in an App Service with 4 custom domains bound to it and two SSLs. I have a newly developed static website that is deployed to a storage container static site $web blob. I need to point the domains (and associated SSLs)…
1
vote
1 answer

How can I set up the azure active directory for azure DevOps? what is the difference between IAM and Active Directory?

Currently, I am trying to establish Azure DevOps pipeline to deploy into Azure App service. While Creating Pipeline it is looking for Azure Subscription. After selecting Azure Subscription it is telling that need to set up active directory. My…
1
vote
1 answer

How to minimize latency between Azure App Service and Azure SQL Database?

We have an Azure App Service application using Java Tomcat 8.5 running in West US Region. The Service Plan for this Service is Standard, Big. This App Service application is connected to a SQL Database Service that belongs to an Elastic Group also…
Daniel Ardison
  • 111
  • 1
  • 5
1
vote
1 answer

Receiving a service call, checking the certificate and if it was allowed call the backend service on Azure

The problem I have an app service and I want people with specific certificates to be able to call me and then also send the thumbprint of the Certificate to the service. How should I do it in Azure? More explanation So lets say there is 10 different…
1
vote
0 answers

Azure Application Insights Profiler data is not shown on Profiler blade

I have an Azure App Services web app with an Application Insights extension enabled (not in the app codebase, just injected via the Azure portal). I can see the analytics in Application Insights section of an app and in the associated Application…
1
vote
0 answers

Azure App Service Deployment not closing Node.js WebSockets connection

Background I'm having trouble with an Azure App Service Deployment. I'm using VSTS to do the deployment using the Azure App service Deploy feature. I'm deploying a Docker container to a Linux App Service slot. The Docker container is running a…
Sawtaytoes
  • 117
  • 6
1
vote
0 answers

Azure Container Service: Webhook recieves System.IO.IOException

I have followed this (https://docs.microsoft.com/en-us/azure/app-service/containers/app-service-linux-ci-cd) tutorial to setup Azure AppService with my own Docker Container (nginx container hosting an Angular app). This works for some hours, but…
1
vote
1 answer

100% Availability of Azure Web Apps

Is it possible to achieve 100% availability of a web application deployed in Azure App Service? We have an ASP.NET MVC Web application deployed into Azure App Service. We have this application deployed into 3 regions of Azure App Services and the…
1
vote
1 answer

Accessing local network resources from azure webapp

I need to access some local network resources from a webapi running as an appservice. For reasons, our local network gateway (Cisco ASA something) requires what in classic vnet lingo was called static routing and in the new RM lingo is called policy…
Pål Andreassen
  • 155
  • 1
  • 8
1
vote
1 answer

improve MySQL and AZURE App Service Performance

recently we migrate our website based in wordpress from a Virtual Machine to App Service to enable Auto Scale. is working fine. BUT is really slow (1,4 seconds in initial load). we are Using: - App Service PHP - MySQL Database (AZURE, not the local…
Johan Roure
  • 13
  • 1
  • 3
1
vote
1 answer

Can I delete nuget directory on azure app service

I am running a 5 year old ASP.Net Core application on an Azure App Service on the D1 (Shared) app service plan. I have taken care of regular framework and package updates and have recently tried to update to .Net 6. Everything works fine on the…
GilShalit
  • 119
  • 6
1
vote
1 answer

Getting timeout errors with nginx+gunicorn application on Azure app services

Guys I need some help with my NGINX config. Right now the Django application is hosted at Azure App services, and going straight to Gunicorn works fine, but when I go trough NGINX I start getting errors, like this: I've tried increasing the timeout…
allinws
  • 11
  • 1