Top "Azure-web-app-service" questions

Use this tag for questions relating to web applications residing on Azure.

KeyVaultErrorException: Operation returned an invalid status code 'Forbidden'

I'm trying to set up my web app, hosted in Azure to read settings from Azure KeyVault. I've been following …

azure asp.net-core azure-web-app-service azure-keyvault
Azure: Moving an App Service to another existing App Service Plan

I'm attempting to move an App Service from one service plan to another. When I use the portal to do …

web-services azure azure-app-service-plans azure-web-app-service
VSTS: Pass build/release variables into Powershell script task

Ideally, I would want to configure our Azure Web App application settings using build variables (on VSTS), for example: We …

powershell tfs azure-devops azure-web-app-service azure-pipelines
Authentication failed for Azure Git

I'm trying to clone my webapp in Azure. When I run git clone https://[email protected]:443/appname.…

git azure azure-web-app-service
TokenValidationParameters no longer working after upgrade to 5.0.0

I have the following code which was working when I was using System.IdentityModel.Tokens.Jwt, Version=4.0.20622.1351 private static void …

c# azure azure-web-app-service azure-active-directory
Can I write to file system on azure web site?

Can I write to file system on azure Web Site? for example updating or installing plugins/themes in Wordpress from …

azure filesystems azure-web-app-service
Changing Azure Resource Group location

I have a setup in azure with a bunch of resources combined in a resource group. I want my services …

azure azure-sql-database azure-storage azure-web-app-service azure-resource-manager
How to restart Azure App Service Instance

I have an Azure App Service that contains 1 Web App with 1 slot. I have 2 instances assigned to the App Service. …

azure azure-web-app-service azure-app-service-plans azure-app-service-envrmnt
ASP.NET web application in Azure - How to log errors?

I have a web application deployed to azure but I don't know how to log errors. For testing purposes I …

c# asp.net azure azure-web-app-service error-logging
AADSTS50012: Invalid client secret is provided when moving from a Test App to Production

I have two applications registered under the Azure Portal: a test version and a production version. My test App works …

azure web-applications asp.net-mvc-5 azure-web-app-service azure-ad-graph-api