Skip to main content

Questions tagged [azure-web-app-service]

Use this tag for questions relating to web applications residing on Azure. Azure App Service is a cloud-based platform for hosting web applications, REST APIs, and mobile back ends. It was formerly known as Azure Web Sites. You can deploy applications written in a variety of languages: .NET, .NET Core, Java, Ruby on Rails, Node.js, PHP and Python, using either a Windows or Linux container.

azure-web-app-service
0 votes
1 answer
39 views

azure app service headache...cant' deploy app

I'm not even sure where to begin. Been stuck on this for weeks. azure support no help tried deploying my webapp via the az webapp up --runtime PYTHON:3.9 --sku B1 --logs command as per the tutorial. ...
JimmyProton's user avatar
0 votes
1 answer
23 views

Login failed: 530 User cannot log in. FTPS Azure connection failing with web app

I created my first .Net api and I would like to upload it in a Azure web page using Github actions and FTPS. However, I keep getting error when trying connect to the ftps server. This is what I type ...
elnukakujo's user avatar
-3 votes
0 answers
21 views

Live/Continuous Database mirroring from an on premises SQL Server to Azure Cloud [closed]

Can the data from the on premises database be mirrored or synced continuously to Azure cloud, for a web app in the cloud to access the data? Tried accessing the on premise database from Azure web app ...
user26436214's user avatar
0 votes
0 answers
18 views

dotnet build /P:PublishProfile to Linux App Service

I have the following command line dotnet build "path to the project/MyProject.csproj" /P:DeleteExistingFiles=true /P:SkipExtraFilesOnServer=false /P:DeployOnBuild=true /P:PublishProfile=...
Stefan Fachmann's user avatar
0 votes
2 answers
48 views

How to allow IP Based access to StorageAccount in Azure VNet?

We have a scenario where our Storage account inside VNet to restricted to specific public IP range Access. How to allow access to this Storage account inside VNet? Should we create App Service? How to ...
Malini Kennady's user avatar
0 votes
0 answers
25 views

Azure - SFTP connection from Azure service to Azure blob [closed]

I wrote a tool in C# that (among other things) downloads a file using an SFTP connection. This tool seems to work fine for most connections, but recently caused an error while downloading a file from ...
user26409784's user avatar
0 votes
2 answers
58 views

Troubleshooting Inconsistent Work Item Retrieval in Azure DevOps Release API

I have an Azure DevOps API for fetching the releases between the start date and the end date https://vsrm.dev.azure.com/${organization}/${project}/_apis/release/releases?minCreatedTime=${startDate}&...
Chaitanya Kumar Muppuri's user avatar
0 votes
0 answers
42 views

Azure B2C not returning user's email in Application Claims reliably

I have a flask web application hosted through Azure App Service that uses Azure B2C for user authentication and account management. Upon visiting the website, a user is expected to log in using their ...
O P's user avatar
  • 17
0 votes
1 answer
51 views

Azure Linux WebApp Directory password

Have tried the answer in How to: Password Protect Azure App service but in my wordpress-linux-appservice container it is not working. Main issue i found is nginx service is stopped while my wordpress ...
Syed Asif Hashmi's user avatar
-1 votes
0 answers
32 views

What fields are required to create in index for question and answer in azure ai search? [closed]

I want to create index but what fields I need to select while creating index because I want 1-2 lines answer when I ask question in search explorer in azure ai search. The documents that I have in ...
Tanuj Verma's user avatar
0 votes
1 answer
41 views

Azure Web App publishing model container option not working with Terraform

I want to create a web app with a container as a publishing model using Terraform. The only option I found in Terraform docs was to use the azurerm_linux_web_app resource with block application_stack ...
Abubakar Riaz's user avatar
0 votes
1 answer
59 views

Cannot find module '../server/require-hook' Nextjs Azure Web App deployment via GitHub actions

Trying to deploy this barebones Nextjs app into an Azure Web App (from GitHub Actions) I get the following exception at runtime: Error: Cannot find module '../server/require-hook' Ok 2024-07-13T05:...
mrbitzilla's user avatar
0 votes
0 answers
51 views

Cannot find certificate name during the creation of a second azurerm_app_service_certificate_binding

I'm using Terraform to create some resources on Azure. In particular I have 2 App Service in different Locations and Traffic Manager Profile to switch traffic to the closest App Service. It works ...
Giacomo Brunetta's user avatar
0 votes
1 answer
40 views

WCF Certificate Authentication works with all client certificates

I have followed and investigated a lot of tutorials online for creating a WCF service that uses certificate authentication to authenticate a client connecting to our WCF service with a certificate. So,...
Steve Bamelis's user avatar
0 votes
1 answer
62 views

GetBlob request is failing, when PutBlob and ListBlob are successfull

I configured vNet integration for my python application and also configured service endpoint for storageaccount (vNet firewall also enabled). Put and List requests are successful, but GetBlob is ...
Andrew Striletskyi's user avatar

15 30 50 per page
1
2 3 4 5
824