late-diamond-14259
04/16/2021, 2:39 PMtall-librarian-49374
04/16/2021, 2:57 PMlate-diamond-14259
04/16/2021, 4:57 PMdotnet publish
that codes is then packaged in a zip and deployed to blob storage.tall-librarian-49374
04/16/2021, 6:15 PMcodeBlobUrl
needs to change so that Azure knows to reload it. I’m not sure whether that happens with this code, currently.late-diamond-14259
04/20/2021, 7:36 PMtall-librarian-49374
04/20/2021, 7:42 PMFor all custom app-settings (custom app-settings = user-defined app-settings, like connection strings, other app-specific settings), and most system app-settings (system app-settings = app-settings defined by Azure App Service, which configure some features available to the site), an update of those app-settings only causes a “soft restart” – so the customer shouldn’t be seeing any downtime (assuming the site doesn’t have a very heavy initialization).
A “soft restart” involves an overlapped recycle of the site’s worker process, and for most sites, should avoid downtime altogether – requests being served by the new worker process might be a bit slow initially, depending upon how heavy the site initialization is.
late-diamond-14259
04/20/2021, 7:45 PMtall-librarian-49374
04/21/2021, 6:19 AM