Skip to content

Commit b934c53

Browse files
Update src/Aspire.Hosting.Azure/AzureUserAssignedIdentityExtensions.cs
Co-authored-by: Copilot <[email protected]>
1 parent 355fce8 commit b934c53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Aspire.Hosting.Azure/AzureUserAssignedIdentityExtensions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public static IResourceBuilder<AzureUserAssignedIdentityResource> AddAzureUserAs
4545
}
4646

4747
/// <summary>
48-
/// Sets the <see cref="AzureUserAssignedIdentityResource"/> as the target resource for the builder.
48+
/// Attaches an existing <see cref="AzureUserAssignedIdentityResource"/> to a compute resource,
49+
/// setting it as the target identity for the builder.
4950
/// </summary>
5051
/// <param name="builder">The builder for the <see cref="IComputeResource"/> the identity will be associated with.</param>
5152
/// <param name="identityResourceBuilder">The builder for the <see cref="AzureUserAssignedIdentityResource"/>.</param>

0 commit comments

Comments
 (0)