Azure App Service Web Apps (or just Web Apps) is a service for hosting web applications, REST APIs, and mobile back-ends. There are many supported languages such as .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on either Windows-based or Linux-based environments.
Questions tagged [azure-webapps]
528 questions
0
votes
1 answer
Is any way to ensure any azure service plan have an unique static outbound IP address in one azure subscription?
I'm making a distributed crawling system and deploy it in azure.
And I'm using Azure Service Plan as my crawler container.
This need every Service Plan have a unique static outbound IP address.
But when I start a Service Plan, it most likely the new…

Alex Zhang
- 1,070
- 11
- 15
0
votes
0 answers
How do I upload files to Azure Web App Virtual Directories
I created some virtual directories in my azure web app and downloaded the publish profile which contains the credentials for me to connect to the web app. I connected via FTP using filezilla but cannot see any of the virtual directories. All I see…

itye1970
- 1,654
- 7
- 31
- 62
0
votes
0 answers
Model does not exist on Azure MVC Web app
We have an MVC 5 web app that is currently running fine on a Windows Server locally but we now want to push to application into Azure. It builds and runs fine locally, on multiple different dev machines and has been working for near 9 months on the…

plantpowerjames
- 375
- 2
- 10
- 22
0
votes
0 answers
Azure web app not allowing users to login
I have created a web application, an SQL Server and an SQL Database for my web app in Microsoft Azure Platform.The SQL server is not running on a VM it is just using the SQL Database Service. When I publish my site as a web application from Visual…

School Network
- 19
- 2
0
votes
0 answers
File locked when deploying to Azure
I have an MVC application and I have been deploying it to Azure. But, the last time i did, an error occurred:
Web Deploy cannot modify the file 'Microsoft.CodeAnalysis.CSharp.dll' on the
destination because it is locked by an external process.…

BoundForGlory
- 4,114
- 15
- 54
- 81
0
votes
0 answers
On hosting project in Azure Cant able to get Backend data in Client side
I have controller name "Products" in backend and when I will request data in the Client Side as:
var uri = 'api/products';
$.getJSON(uri)
.done(function (data) {
// On success, 'data' contains a list of products.
$.each(data,…

Joee
- 1,834
- 18
- 19
0
votes
0 answers
Default domain Azure web site
I have created an Azure Website called "MySite".
I have added my custom domain: www.mydomain.com
Before adding a custom domain the default preview-URL for the site in Azure portal is: mysite.azurewebsites.net
After adding my custom domain to the…

PussInBoots
- 11,028
- 9
- 52
- 84
0
votes
0 answers
What do you get if you publish a C# console app project using Publish As Azure WebObject from VisualStudio 2013?
I have written a simple socket server as console app project and socket client as console app project in C#. I deploy the socket server project to Azure cloud using Publish As Azure WebObject from VisualStudio 2013. But I cannot connect my client…

Archy
- 1
0
votes
0 answers
Microsoft Azure sync database and apps
i am kinda new in my work and they asked me to make a research about microsoft Azure.
after few days of research i think this is a good solution for my project but I still have one Question i can't find the answer (not enough experience about…

user3698392
- 1
- 1
-1
votes
3 answers
Window Azure solution- Not running under local solution
need urgent help
i am not able to run the solution in the local environment. I have created the hello world sample and trying to run the application but i am getting error like some prerequisites are missing. Below in the configuration i…

user712094
- 71
- 1
- 7
-1
votes
1 answer
I deployed an application on Azure App Services, but for some reason it only gives error 403 Nginx 1.24.0
I deployed an application on Azure App Services, but for some reason it only gives error 403 Nginx 1.24.0, I went to the access restrictions, I put 0.0.0.0/0 to allow everything, but the error still persists, the application was made in php 8.1 with…
-1
votes
1 answer
Deployed Azure WebApp gives 403
My issue:
When I try access the main URL for my web app, Azure replies with a '403 - You do not have permission to view this directory or page'.
Context:
I have deployed a Python webapp to Azure using the Pipeline/Release on DevOps (Azure Web App…

qeadz
- 1,476
- 1
- 9
- 17
-1
votes
2 answers
How to Deploy an App Service in azure with Laravel 8 and PHP 8 without public endpoint?
I am Deploying an App Service in azure with Laravel 8 and PHP 8 but i am unable to remove /public from URL.
Generally we solve this problem with
Directing Domain to public folder and .htaccess/web.config file in public folder
placing an…

Imran Qamer
- 2,253
- 3
- 29
- 52
-1
votes
1 answer
Is local secret store best practice for sensitive data?
I am using Azure App Configuration on a team project and am wondering what would be the best way to store the connection string, so that it is protected, yet not every developer would have to install it to his local secret store?
For production I am…

mummy
- 49
- 5
-1
votes
1 answer
Cannot deploy to Azure App Service from VS Code or CLI
I am able to create a new Azure App Service on my Azure subscription from VS code. If I then try to deploy my python web application to the App Service that I just created I get a "401 - Unauthorized: Access" error. If I logon to the Azure portal I…

Kachopsticks
- 125
- 1
- 13