aspire icon indicating copy to clipboard operation
aspire copied to clipboard

Foundry AsExisting does provision cycle every time

Open tommasodotNET opened this issue 1 month ago • 0 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Describe the bug

I have a foundry resource marked AsExisting but every time I run the apphost using cli or aspire extension it won't remember it's provisioned and will go through the entire provisioning process every time.

var foundry = builder.AddAzureAIFoundry("foundry")
    .AsExisting(existingFoundryName, existingFoundryResourceGroup);

Expected Behavior

No response

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version info

10.0.100

Anything else?

No response

tommasodotNET avatar Nov 14 '25 23:11 tommasodotNET