1 implementation of Endpoint
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
86ReferenceExpression IContainerRegistry.Endpoint => ReferenceExpression.Create($"{ContainerRegistryUrl}");
7 references to Endpoint
Aspire.Hosting.Azure (1)
AzurePublishingContext.cs (1)
242Visit(annotation.ContainerRegistryInfo?.Endpoint, CaptureBicepOutputs);
Aspire.Hosting.Azure.Tests (6)
ContainerRegistryTests.cs (6)
39Assert.NotNull(registry.Endpoint); 74Assert.NotNull(registry.Endpoint); 109Assert.NotNull(publisher.EnvironmentRegistry.Endpoint); 119Assert.NotNull(publisher.ComputeResourceRegistry.Endpoint); 126Assert.Equal(publisher.EnvironmentRegistry.Endpoint.ToString(), 127publisher.ComputeResourceRegistry.Endpoint.ToString());