Questions tagged [azure-webapps]

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.

528 questions
5
votes
6 answers

Error while Deploy Azure App Service : ERROR_COULD_NOT_CONNECT_TO_REMOTESVC

I am getting below error while deploying app service via Azure DevOps. I tried to search for this issue but could not found root cause of this. Error : 2021-03-15T06:01:27.7479723Z ##[error]Error: Error Code:…
ctor
  • 198
  • 2
  • 12
5
votes
2 answers

ARM Template deployment failed BadRequest

I am deploying ARM templates (Web Apps) via Azure DevOps (ARM Template Deployment) task in resource group. While executing deployment below error is coming : ##[section]Starting: ARM Template deployment: Resource Group scope …
5
votes
2 answers

what is default username password for Azure WebApp MySQL in App

Created WebApp with MySQL in App, but tried clicking on Manage un MySQL in APP blade, prompt for username and password. Is there default username and password or where can i find the credentials.
Sreedhar
  • 29,307
  • 34
  • 118
  • 188
5
votes
3 answers

ARM template Azure Web App - How do you specify Stack Settings (.NET, .NET Core,...)?

In ARM template for Azure Web App, how do you specify the stack settings for the app (.NET, .NET Core, PHP, ...)? I cannot see any field for it. Thank you
Bertrand Pons
  • 257
  • 2
  • 18
5
votes
3 answers

SSL error in .NET Core 3 Linux app on azure

I've published a .NET Core 3 (preview 9) to Azure Web app running on linux. Unfortunately the app won't start and logs show this error: System.InvalidOperationException: Unable to configure HTTPS endpoint. No server certificate was specified, and…
Enn
  • 2,137
  • 15
  • 24
5
votes
2 answers

How do I get Shiny-server to working with Azure Active Directory

I am using Azure Webapps for Containers to host an R Shiny-Server. I want to use Azure Active Directory to authenticate and authorize the user logging into the app. I am using the rocker/shiny image from dockerhub and the image builds and run…
4
votes
4 answers

netFrameworkVersion in Azure App Services Api App

I'm configuring a api app in azure with bicep. This is a dotnet core 3.1 app. For netFrameworkVersion i provide 'v3.1', this however doesn't work. The deployment of the Bicep template does work, but my application does not. The value of .NET version…
4
votes
2 answers

Change web app .NET framework version with ARM template

I'm updating an existing web app to .NET 5. There is an ARM template that describes the web app configuration. In the ARM template I have added "netFrameworkVersion": "v5.0", inside the Microsoft.Web/sites/config properties object. The ARM…
RasmusW
  • 3,355
  • 3
  • 28
  • 46
4
votes
1 answer

Rare AADSTS7000215 error from Microsoft (Invalid client secret is provided)

Sometimes on trying to obtain token on: login.microsoftonline.com/common/oauth2/v2.0/token I receive the error: AADSTS7000215: Invalid client secret is provided I am sure that client_secret is correct and not expired. Most of the requests with the…
4
votes
0 answers

Random failure on .net mvc 5 on Azure on dll already in use

We are using App Plans to run web apps (Windows). Lately, some of our apps (randomly) crashes with a message similar to the one below. It can be deployed for a short while or days, there is no discernable pattern that we can think of. We are using…
4
votes
2 answers

Linux flavor and version on my Azure WebApp for linux

I am trying to host my .Net core MVC 2.1 linux application in azure WebApp. How do i know the Linux flavour, O/S, version running on WebApp? I am selecting 'West US' as region. I think this is needed while i build my code on my development…
4
votes
1 answer

For an Azure App service with a managed identity, how to retrieve the Client ID

How can I retrieve the client id of an Azure Web App (or App Service, generally) for a system-assigned identity? In the identity blade, I only see object id. I need this to enable AAD service to service access, and the service I am calling will…
user648931
  • 503
  • 5
  • 18
4
votes
0 answers

System.Drawing is not supported on this platform on Azure Function

I have read the following answer. It states that App Service sandboxing has some restrictions Win32k.sys (User32/GDI32) Restrictions For the sake of radical attack surface area reduction, the sandbox prevents almost all of the Win32k.sys APIs from…
Murdock
  • 4,352
  • 3
  • 34
  • 63
3
votes
1 answer

Unable to access Video file from Azure web app

I Have an Angular application which is hosted in azure web app. I want to access video file by requesting url like https://something.azurewebsites.net/htmldelivery/assets/videos/test.mp4 But I was not able to served requested video file from web…
3
votes
0 answers

APIM: Intermittent ClientConnectionFailure at forward-request

Something changed behind the scenes of our Azure infrastructure on 2022-02-10 to start causing hundreds of intermittent "ClientConnectionFailure at forward-request" errors per day and we could use some help tracking it down. Architecturally we have…
1
2
3
35 36