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