We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355fce8 commit b934c53Copy full SHA for b934c53
src/Aspire.Hosting.Azure/AzureUserAssignedIdentityExtensions.cs
@@ -45,7 +45,8 @@ public static IResourceBuilder<AzureUserAssignedIdentityResource> AddAzureUserAs
45
}
46
47
/// <summary>
48
- /// Sets the <see cref="AzureUserAssignedIdentityResource"/> as the target resource for the builder.
+ /// Attaches an existing <see cref="AzureUserAssignedIdentityResource"/> to a compute resource,
49
+ /// setting it as the target identity for the builder.
50
/// </summary>
51
/// <param name="builder">The builder for the <see cref="IComputeResource"/> the identity will be associated with.</param>
52
/// <param name="identityResourceBuilder">The builder for the <see cref="AzureUserAssignedIdentityResource"/>.</param>
0 commit comments