1 instantiation of DeploymentPrerequisitesAnnotation
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
228resource.Annotations.Add(new DeploymentPrerequisitesAnnotation(prerequisiteResources));
2 references to DeploymentPrerequisitesAnnotation
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppEnvironmentContext.cs (1)
88if (resource.TryGetAnnotationsOfType<DeploymentPrerequisitesAnnotation>(out var prereqs))
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentContext.cs (1)
50if (resource.TryGetAnnotationsOfType<DeploymentPrerequisitesAnnotation>(out var prereqs))