3 references to TruncateToMaxLength
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceWebSiteResource.cs (3)
116
return
TruncateToMaxLength
(websiteName, 60);
119
websiteName =
TruncateToMaxLength
(websiteName, MaxWebSiteNamePrefixLengthWithSlot);
122
return
TruncateToMaxLength
(websiteName, MaxHostPrefixLengthWithSlot);