You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to update our Cosmos DB after we deploy a new version of our function app.
What is the recommended way to do this?
The database is not available from the Internet.
The solution should be as portable as possible, as we might switch to other Azure services.
The appStart hook seems wrongs since it would run multiple times and slow down API responses.
Using Kudu seems bad for multiple reasons:
The repo has been archived and is no longer maintained
No documentation on how to run something once on deployment. This seems to be something else because we don't want to change the deployment itself. We want to run a migration afterwards.
Thanks for your time
The text was updated successfully, but these errors were encountered:
Robstei
changed the title
Run Script once after deployment
Run Script once after Deployment
Nov 22, 2024
We have to update our Cosmos DB after we deploy a new version of our function app.
What is the recommended way to do this?
The database is not available from the Internet.
The solution should be as portable as possible, as we might switch to other Azure services.
The appStart hook seems wrongs since it would run multiple times and slow down API responses.
Using Kudu seems bad for multiple reasons:
Thanks for your time
The text was updated successfully, but these errors were encountered: