azure-web-sites

What exactly are Windows Azure Instances? [closed]

自作多情 提交于 2019-12-08 18:30:41
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . On Windows Azure Portal ( as of Jan 2013) What do i get when i scale the Windows Azure Website instance from 1 to 6? Does it mean there will be 6 physical instances of my website on the same server? In IIS terms are there 6 running websites all automatically load balanced? But judging from the help text it

Move Azure website between App Service Plans

◇◆丶佛笑我妖孽 提交于 2019-12-08 17:50:43
问题 Is it possible to move an Azure Website to a different (or new) App Service Plan ? I have already tried both the old and new portals but cannot find the options for this. 回答1: The option " Change App Service plan " has been moved to the APP SERVICE PLAN menu. 回答2: The original accepted answer is more than a year old. In Azure world, that's an eternity. The "Change App Plan" button in the Azure Portal is no longer present it appears (as of 2016-06-17), so I'm throwing in the Powershell command

Could not load file or assembly… Windows Azure Website

Deadly 提交于 2019-12-08 15:44:14
问题 I understand there is lots of these posts around and I've dealt with these on my own before with no problem except this time. It's because I can't get the debug information i need out of Windows Azure and hoping someone might be able to help me out. This all work's perfectly fine in my local environment, debug & release. I'm getting this error: Could not load file or assembly 'Lib' or one of its dependencies. An attempt was made to load a program with an incorrect format. Lib does exist in

Could not load file or assembly System.Data.SqlClient, Version=4.2.0.2 when I use System.Data.SqlClient Version 4.4.3

会有一股神秘感。 提交于 2019-12-08 14:56:17
问题 I use System.Data.SqlClient Version 4.4.3 for all .NET Standard 2.0 class libraries in my ASP.NET Core 2.0 project. Why do I get Could not load file or assembly 'System.Data.SqlClient, Version=4.2.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) when the project is published with VSTS to Azure App Service? And of course it perfectly works on my machine! All this worked

Changing Azure Resource Group location

穿精又带淫゛_ 提交于 2019-12-08 14:37:53
问题 I have a setup in azure with a bunch of resources combined in a resource group. I want my services to be located in west-europe, so all my resources are there (where possible) I just noticed that when creating the resource group, i accidentally used West US. So the current setup is: Resource Group 1 (West US) App Service 1 (West Europe) App Service 2 (West Europe) SQL Server (West Europe) Storage account (West Europe) ... (West Europe) Can I change the location of the resource group without

Why is Azure giving me random 500 errors?

妖精的绣舞 提交于 2019-12-08 11:37:17
问题 I've built a Node.js web application and deployed it as an Azure web app. The web app basically gets data from an Azure storage account and displays it to the client. Very simple. Sometimes it can take a while for the data to get back to the client. So I'm using promises to handle the asynchronous nature of this issue. On a development server, there are no problems. The data always makes it back to the client. (Tested on Internet Explorer, Chrome, and Firefox) However, in the Azure web app,

Huge performance drop after moving to Azure [closed]

旧巷老猫 提交于 2019-12-08 10:14:01
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . Currently we were working on a cloud migration project where we made the following changes: SQL Server 2014 to Azure SQL PaaS Redis cache[Windows porting] to Azure Redis PaaS Static files from shared drives to Azure File Service Implemented Transient Fault Handling for database

Scale Azure WebApp using .NET SDK

痴心易碎 提交于 2019-12-08 08:56:13
问题 Description of the Microsoft.WindowsAzure.Management.WebSites NuGet package says that it " Provides management capabilities for Microsoft Azure Web Sites. Deploy, configure, debug, and scale your websites " What class and methods should I use to perform a scaling operation? My previous question on this topic was marked as duplicated, but I don't agree, here is an explanation: Scale Azure web app with Azure Management Libraries for .NET 回答1: Try this PSEUDO code. You'll need to transform

Antivirus for Azure App Services

久未见 提交于 2019-12-08 08:13:17
问题 If a malicious user tamper with the file placed in AppServices and incorporate the virus, is there a way to know that? For example, installing antivirus software on a virtual machine and keep it in the same way. http://stackoverflow.com/questions/38387004/antimalware-for-azure-app-services I am looking at this URL for reference and I understand that using Tinfoil Security meets the requirements. However, Tinfoil Security can not be used because the license I use is Japanese CSP. https://www

Using WebDeploy (MSDeploy) to deploy to a Microsoft Azure Website target doesn't work

。_饼干妹妹 提交于 2019-12-08 06:36:00
问题 I'm trying to deploy my web app via Visual Studio 2015's "Publish" functionality to an Azure website/app service staging slot and I receive the following errors: C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.Publishing.targets(4295,5): Warning : Retrying the sync because a socket error (10054) occurred. Retrying operation 'Serialization' on object sitemanifest (sourcePath). Attempt 1 of 10. Updating file (xxxxxxxxxxxxx__staging\bin\EntityFramework.dll). C: