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
How can I best update the language model for an app that is already live without taking down all resources using azd down? The goal is to perform this update with minimal downtime or disruption to users. What is the recommended approach or best practice for handling this type of update in a live environment?
The text was updated successfully, but these errors were encountered:
jeannotdamoiseaux
changed the title
Best Practice for Updating a Language Model in a Live App
Question: Best Practice for Updating a Language Model in a Live App
Nov 28, 2024
Go directly into the Portal and change the environment variables there. Restart the App Service.
Run the appropriate azd env set commands locally, and then run azd provision (but not azd up/azd deploy). I think that also restarts the app service, though I'm not positive. I would go for this approach since you can test the new model locally before syncing the values to your prod App Service.
How can I best update the language model for an app that is already live without taking down all resources using azd down? The goal is to perform this update with minimal downtime or disruption to users. What is the recommended approach or best practice for handling this type of update in a live environment?
The text was updated successfully, but these errors were encountered: