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