2 references to AzureAppServiceWebsiteCustomizationAnnotation
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceWebsiteContext.cs (2)
292
if (resource.TryGetAnnotationsOfType<
AzureAppServiceWebsiteCustomizationAnnotation
>(out var customizeWebSiteAnnotations))
294
foreach (
var
customizeWebSiteAnnotation in customizeWebSiteAnnotations)