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