ASP.NET Core ZERO Downtime Deployment

preview_player
Показать описание


#aspnetcore #devops
Рекомендации по теме
Комментарии
Автор

I am using Azure Web App's deployment slots, its swap feature actually does the same with few clicks. or optionally it can be a CI/CD step

yegorandrosov
Автор

Nice u zoomed ur screen a bit. Great content

sauravbhatta
Автор

What if that application has a database? What if new deployment makes changes to the database?

VicioGaming
Автор

Why the WriteAsync(null) outside of the catch? would also make the continue obsolete.

ryan-heath
Автор

what if you need to update reverse proxy

m_stf
Автор

Very informative, but i have a question here:
What will gonna happen to the requests which are in the middle of execution to point A during proxy redirection to B ?

ahmerkhan
Автор

When do I change database schema (1st and 2nd not compatible). Do I make full coppy of 1st then apply migrations to it ?

m_stf