-
Notifications
You must be signed in to change notification settings - Fork 655
Run-From-Package creates an invalid deployment #3088
Comments
Before we auto swap, we ensure 1) deployment successful 2) app is responsive and return 200 on root path access. It seems to contradict with your 2nd question. Best is for us to check the log and confirm. Do share the UTC time of the most recent deployment (auto-swap) as well as the webapp name (here or indirectly) that left your production in bad stage. We can investigate. |
@suwatch WebApp name is FYI, since then we've changed the deployment strategy back to |
Thanks for the info .. we are taking a look and will update what we find. |
@flagbug I was wrong on swap would happen if only 200. Swap will happen regardless of the status by default. However, recently we made an improvement to allow the app to specify condition (expected statuses) before swapping. Please checkout WEBSITE_SWAP_WARMUP_PING_STATUSES. |
@suwatch Any update on the problem with the App Service being unable to load our .dll? We've switched back to WebDeploy for now, but this seems like a major flaw in the |
Can you create and repro on one of your test site and share us that? Give info about what DLL was not loaded etc. |
Hi If the problem persists and is related to running it on Azure App Service, please open a support incident in Azure: This way we can better track and assist you on this case Thanks, Joaquin Vano |
Since yesterday, after every deployment we make to our App Service, the application fails to start. We're using Run-From-Package as deployment method and are seeing the following error in the App Service event log:
In this case,
Alexandria.dll
is our application entry-point. It's an ASP.NET Core 2.2 application.Or deployment setup consists of the default
production
and a customstaging
slot, with 2 App Service instances running at minimum. We're running theRun-From-Package
deployment on the staging slot, with auto swap enabled, so the application can be deployed with zero downtime. This issue is impacting all of our customers after a deployment.A simple restart of App Service fixes this issue.
After searching around a bit, the issue we're experiencing here seems to be very similar to Azure/app-service-announcements-discussions#32 (comment)
Basically two questions are open for me here:
Please let me know what useful information I can provide in addition.
The text was updated successfully, but these errors were encountered: