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

LMiles 21 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

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Developer technologies | .NET | .NET CLI
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
    2025-02-16T17:14:05.22+00:00
    0 comments No comments

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.