1 instantiation of AzureAppServiceWebsiteSlotCustomizationAnnotation
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceComputeResourceExtensions.cs (1)
58builder = builder.WithAnnotation(new AzureAppServiceWebsiteSlotCustomizationAnnotation(configureSlot));
4 references to AzureAppServiceWebsiteSlotCustomizationAnnotation
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceWebsiteContext.cs (4)
627if (resource.TryGetAnnotationsOfType<AzureAppServiceWebsiteSlotCustomizationAnnotation>(out var customizeWebSiteSlotAnnotations)) 630foreach (var customizeWebSiteSlotAnnotation in customizeWebSiteSlotAnnotations) 698if (resource.TryGetAnnotationsOfType<AzureAppServiceWebsiteSlotCustomizationAnnotation>(out var customizeWebSiteSlotAnnotations)) 700foreach (var customizeWebSiteSlotAnnotation in customizeWebSiteSlotAnnotations)