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