2 references to WithRoleAssignments
Aspire.Hosting.Azure.Storage (2)
AzureStorageExtensions.cs (2)
698
return builder.
WithRoleAssignments
(target, StorageBuiltInRole.GetBuiltInRoleName, Array.Empty<StorageBuiltInRole>());
701
return builder.
WithRoleAssignments
(target, StorageBuiltInRole.GetBuiltInRoleName, roles);