Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
412 stars 201 forks source link

[Issue] Existing resource references appear as "created" in output log #1001

Closed jongio closed 1 year ago

jongio commented 2 years ago

In templates we reference existing resources, like: https://github.com/Azure-Samples/todo-nodejs-mongo-aca/blob/main/infra/app/api.bicep#L40

When we do an azd deploy on that file, those references are listed as "Created"

image

We should see if we can determine if the resource was referenced or created and update the output accordingly.

pamelafox commented 2 years ago

I was going to suggest something similar, though I was imagining three states: "Created", "Updated" (properties change), and "Already created" (something to signify no change). Don't know if that granularity is possible.

rajeshkamal5050 commented 1 year ago

@vhvb1989 recent changes on UX improvements has this handled. Can we close this?

vhvb1989 commented 1 year ago

yeah, this is no longer valid