3 references to TruncateToMaxLength
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceWebSiteResource.cs (3)
120
return
TruncateToMaxLength
(websiteName, 60);
123
websiteName =
TruncateToMaxLength
(websiteName, MaxWebSiteNamePrefixLengthWithSlot);
126
return
TruncateToMaxLength
(websiteName, MaxHostPrefixLengthWithSlot);