2 references to MaxResourceGroupNameLength
Aspire.Hosting.Azure (2)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (1)
50
var maxApplicationNameSize = ResourceGroupNameHelpers.
MaxResourceGroupNameLength
- prefix.Length - 1; // extra '-'
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
57
var maxApplicationNameSize = ResourceGroupNameHelpers.
MaxResourceGroupNameLength
- prefix.Length - suffix.Length - 2; // extra '-'s