Skip to content

AzureProvisioner output saves connection strings to user secrets even if it did nothing #3298

@davidfowl

Description

@davidfowl

This is what happens when you use an azure resource and do nothing else:

Building...
info: Aspire.Hosting.Azure.AzureProvisioner[0]
      Using DefaultAzureCredential for provisioning. This may not work in all environments. See https://aka.ms/azsdk/net/identity/default-azure-credential for more information.
info: Aspire.Hosting.Azure.AzureProvisioner[0]
      Azure resource connection strings saved to user secrets.

The first log should only show up if we are going to provision.
The second log should only show up if we have indeed saved connection string to user secrets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-integrationsIssues pertaining to Aspire Integrations packagesazureIssues associated specifically with scenarios tied to using Azuregood first issueGood for newcomers

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions