Questions tagged [azure-web-apps]
135 questions
8
votes
1 answer
Disk Queue length of 30 in Azure App Service, that can't be right
We are having a battle with the Microsoft Azure support team. I hope the Serverfault community can chime in as the support team has messed us about before.
Here is what is happening.
As part of a larger SaaS service that we host on Azure, we have a…
Jeroen Ritmeijer
- 717
- 1
- 6
- 14
6
votes
0 answers
Error creating Letsencrypt certificate from Azure web site extension
Our web app running on Azure has the Azure Let's Encrypt 0.9.6 extension installed.
Launching the extension (https://********-website-stage.scm.azurewebsites.net/letsencrypt/) is no problem and we get to fill the form with the values needed to…
GordonLiddy
- 161
- 1
6
votes
1 answer
Test port communication from azure website
My Azure Website has trouble connecting to a distant system.
I cannot access the distant system so my only option would be to TELNET on an IP and port from my azure hosting environment. The issue is can't access this environment as it's directly…
A_V
- 173
- 1
- 1
- 4
5
votes
1 answer
Set Environment Variables on Azure App Service (Docker Instance)
When creating an App Service in Azure and selecting Docker Container as a type of App, where do you set Environment Variables?
My App is built in Azure by:
1. Create Resource > App Service > Publish > Choose Docker Image (rather than code)
2.…
user537352
- 51
- 1
- 2
4
votes
1 answer
Azure App Service Plan: configure load balancing
We have an auto-scaling App Service Plan, which consists of 2 Web Apps:
One web app is accessed by the public, and should be load balanced.
However, the other web app (authoring) for support reasons (data integrity) can only be accessed from a…
bartbilliet
- 51
- 1
- 5
3
votes
0 answers
Azure Linux App Service as a reverse proxy
Is it possible to configure an Azure Linux App Service as a reverse proxy? In Azure App Services running IIS you can use ARR and proxy rewrite rules, what about App Servies running Apache?
apachectl -M shows mod_proxy and proxy_http modules…
Francisco Perez Roig
- 31
- 2
3
votes
1 answer
Error code 409 when using App Service Editor if deployed using Azure DevOps
We recently moved an App Service from one App Service Plan to another. Now, when we deploy the using Azure DevOps, the App Service Editor returns an error code 409 when we try to edit any files. Inside of the App Service Editor, I can see all of…
darthg8r
- 243
- 2
- 8
3
votes
0 answers
Office 365 Security and Compliance enabling Safe Attachments
we are looking to enable Safe Documents for Office 365 ProPlus to ensure when protected view is turned off to edit a document, malicious files are not opened.
The problem I have is that there doesn't seem to be a way to pilot this on a few users at…
Akz Hussain
- 31
- 1
2
votes
2 answers
Access SMB File Share From Azure Function
I have an Azure Function that needs to access an external SMB file share that is hosted on port 445. The Azure Web App sandbox that Functions run inside of explicitly blocks port 445. Assuming I have no control over the external SMB file server,…
Kemmis
- 131
- 1
- 2
2
votes
3 answers
Azure Linux WebApp - deploy.sh can't install yarn globally
I am trying to deploy a React app to an Azure linux webapp using kudu deployment.
I have a pretty standard deploy.sh script with one exception. I want to install the yarn package manager via npm.
When attempting npm install yarn -g the deployment…
Zuriel Barron
- 93
- 1
- 5
2
votes
1 answer
Azure App Service S2 network bandwidth
How can I find out the network bandwidth/throughput for an Azure App Service S2 Windows host?
Microsoft do not seem to publish this information about app services anywhere, but we have been asked to provide this for a client.
I did read somewhere…
A Hickton
- 21
- 2
2
votes
1 answer
Azure App Service Domain Verification - No App service app configured with the custom domain
I have an existing custom sub-domain which I have mapped to my existing Azure App Service web app via CNAME. I have also assigned this custom sub-domain to my app service app via Azure portal successfully. I can see "HOSTNAMES ASSIGNED TO SITE"…
Sarvesh Gupta
- 53
- 4
2
votes
3 answers
Azure app service Kudu add MySql to PATH
I am trying to set up Drush9 for Drupal8. I was able to get my site up and running using the site extensions to install composer and the Drupal installer, but now there is a Drupal update and I want to be able to perform the update through the Azure…
Jake
- 205
- 1
- 9
2
votes
1 answer
Automate disabling of Azure Web App Backup
I have about 1000 azure web apps that I've recently enabled backup for via Edit-AzureRmWebAppBackupConfiguration.
I've taken the backups and now I wish to disable the backups (analogous to the reset button pictured here)
I'm struggling to find a…
Ronnie Overby
- 681
- 2
- 12
- 24
2
votes
1 answer
Azure Webservices, Auto-scale, and Load Balancers - Does auto-scale handle load balancing automatically?
Software engineer here, not a ton of experience managing servers, but wanting to understand how auto-scale works.
Here's the background:
We have a stateless application running on the azure cloud, which talks to an Azure SQL database behind the…
Scuba Steve
- 149
- 3
- 9