I setup continuous Azure Websites deployment over old Full Azure Portal. Each build failed because of error:
Exception Message: Web Deploy cannot modify the file 'Microsoft.ApplicationInsights.Extensions.Intercept_x64.dll' on the destination because it is locked by an external process. In order to allow the publish operation to succeed, you may need to either restart your application to release the lock, or use the AppOffline rule handler for .Net applications on your next publish attempt.
I'm able to run builds successfully when I stops the websites, but this have nothing to do with continuous integration. What is wrong?
I believe it was fixed in 0.13 AI SDK. Please try to use the latest version.