azure-app-service-envrmnt

Transient Infinite Login Loop on Azure App Service - OpenIDConnect Auth with Azure AD

蓝咒 提交于 2020-01-25 07:33:06
问题 Background So we have an app service that authenticates from Azure AD in another tenancy using OpenIdConnect. Login works on a dev instance of IIS, and it works on our test app service. We saw the issue on test, and it vanished and didn't return during the entire testing phase of the project. Now we've deployed to production, and we're seeing the issue again. The Issue What we're seeing is that everything will work fine for some time, and then after several hours, the issue will emerge again.

Move existing app service into app service environment

我的梦境 提交于 2020-01-24 05:19:09
问题 We are currently running several Azure App Services which are having trouble with PCI-DSS compliance, due to the fact that App Services have TLSv1.0 enabled, with no option to disable it. After reading around, it seems like App Service Environments will allow us to do just that. However, I can't seem to figure out how to migrate our existing app to the new service environment. Do we just have to create a new app from scratch? 回答1: I assume your existing apps have already been deployed into

Merge multiple web projects into a single output zip package

℡╲_俬逩灬. 提交于 2020-01-21 05:40:06
问题 I'm using Visual Studio Online and working through building a continuous integration setup. The scenario I have requires that multiple web projects are built out to a single Azure App Service deployment. The catch is that "out of the box" when you create a new build, the Visual Studio Build task appears to create a separate zip file for each project in the solution, and then the Azure App Service Deploy task throws an error saying there is more than one file matching the pattern, which is *

How to increase timeout of Azure App Service for my ASP.NET Core 2.0 API

為{幸葍}努か 提交于 2020-01-15 03:26:15
问题 I have an ASP.NET Core 2.0 API I am deploying to an Azure App Service. This has been working fine until recently when I had to process a request that took longer than 2 minutes to complete and I got a 502 Bad Gateway stating "The specified CGI application encountered an error and the server terminated the process". This consistently happens when I hit the 2 minute mark on this process. My diagnostic logfile says 018-05-25 02:07:01.462 +00:00 [Error] Microsoft.AspNetCore.Diagnostics

Is Always Encrypted method Encrypts data's the before moving(inserting into) Azure Database

时间秒杀一切 提交于 2020-01-07 03:18:05
问题 I'm Just figuring is there any way to Encrypt the data before transmitting into the Azure SQL. Actually I've developed a Azure Web App. I've have a requirement to encrypt the data's into Azure SQL DB in the App Server itself. I can find some reference to encrypt the data's in AzureDB like Always Encryption , Symmetric Keys But all the references leads to encrypt the Data's with in the SQL Server (In other words, the data's would be transmitting as a plain text from App Server to SQL server

Cannot warm up pages using applicationInitialization in webconfig

那年仲夏 提交于 2020-01-03 09:23:49
问题 I have a simple Umbraco 7.7.2 application and I'm hosting it on Azure (app-service). When I restart the server it takes 20-40 seconds for first time requesting a page which is really annoying specially when the load is high and you are Scaling out to reduce the response times. I've tried this setting in my webconnfig, but it doesn't seem to work. <system.webServer> <applicationInitialization> <add initializationPage="/page1/?warmup=1" hostName="mydomain.com" /> <add initializationPage="/page1

How to use Azure kudu zipdeploy from a Bamboo deployment server

二次信任 提交于 2019-12-24 10:33:19
问题 I am trying to find a way to deploy an app service update to an Azure app service from a Bamboo deployment server script task using PowerShell. I am running into a problem with the authentication part. Note: Credit to https://markheath.net/post/deploy-azure-webapp-kudu-zip-api for the script ideas. Below is my PowerShell script. $PublishingUsername = ["The value of the userName property name in the Azure PublishSettings file"] $PublishingPassword = ["The value of the userPWD property name in

Install .pfx and .cer in Azure

落花浮王杯 提交于 2019-12-23 04:57:25
问题 I have a web site already runing using diferent certificates (.pfx and .cer) for 3rd party integration. Now i need to move all this to Azure. We are going to use App Service. How can i install them on Azure? Can someone provide me a site or documentacion about this? Regards. 回答1: You'll need up upload the certificates to the management portal and then you should be able to access them similar to how you currently are doing it (guessing here). Here's a link to a walkthrough on how to do that

The request could not be completed. (Internal Server Error) at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient

泄露秘密 提交于 2019-12-23 03:15:10
问题 I have a Xamarin.Forms app which is connected to an Azure Mobile Service backend. I am in the process of upgrading my (migrated) mobile service to an app service according to this documentation. I have added my easy tables to my new app service and I can see the data records in the Azure portal. But when I make any call to this new app service via my app it results in the following error: Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException: The request could not be

The request could not be completed. (Internal Server Error) at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient

对着背影说爱祢 提交于 2019-12-23 03:14:11
问题 I have a Xamarin.Forms app which is connected to an Azure Mobile Service backend. I am in the process of upgrading my (migrated) mobile service to an app service according to this documentation. I have added my easy tables to my new app service and I can see the data records in the Azure portal. But when I make any call to this new app service via my app it results in the following error: Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException: The request could not be