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)
643if (resource.TryGetAnnotationsOfType<AzureAppServiceWebsiteSlotCustomizationAnnotation>(out var customizeWebSiteSlotAnnotations)) 646foreach (var customizeWebSiteSlotAnnotation in customizeWebSiteSlotAnnotations) 719if (resource.TryGetAnnotationsOfType<AzureAppServiceWebsiteSlotCustomizationAnnotation>(out var customizeWebSiteSlotAnnotations)) 721foreach (var customizeWebSiteSlotAnnotation in customizeWebSiteSlotAnnotations)