2 references to ResourceGroupNameHelpers
Aspire.Hosting.Azure (2)
Provisioning\Provisioners\AzureProvisioner.cs (2)
438
var maxApplicationNameSize =
ResourceGroupNameHelpers
.MaxResourceGroupNameLength - prefix.Length - suffix.Length - 2; // extra '-'s
440
var normalizedApplicationName =
ResourceGroupNameHelpers
.NormalizeResourceGroupName(environment.ApplicationName.ToLowerInvariant());