Does repeated .Net or azd CLI deployement of an Azure App Service over-write existing?

LMiles 11 Reputation points
2025-02-06T13:42:01.0866667+00:00

Hello,

I have recently deployed an Azure App Service (includes EF Core) using azd CLI.
I have a Maui App too (also includes EF Core) that uses said service to perform data sync'ing. All works.

This is still only a DEV environment, no need to preserve the Db or data (yet) so no need for migrations yet, either.

I need to make a couple changes to the Db.

If I repeat the deployment of the now existing Azure App Service using the same azd CLI steps, does that over-write that instance with the changes AND update the Db?
OR should I delete that Azure App Service with the Db OR the whole resource group and redeploy new?

Thanks

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
343 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,269 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.