Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You've developed an update for your App Engine application and wish to deploy it without affecting your users, ensuring the ability to quickly revert if necessary. What's the best approach?
A
Deploy the update as the same version that is currently running.
B
Delete the current version of your application. Deploy the update using the same version identifier as the deleted version.
C
Notify your users of an upcoming maintenance window. Deploy the update in that maintenance window.
D
Deploy the update as a new version. Migrate traffic from the current version to the new version.