3 references to RegistryEndpoint
Aspire.Hosting.Azure.ContainerRegistry (1)
AzureContainerRegistryResource.cs (1)
69ReferenceExpression IContainerRegistry.Endpoint => ReferenceExpression.Create($"{RegistryEndpoint}");
Aspire.Hosting.Azure.Sandboxes (1)
AzureSandboxContainerDeployment.cs (1)
668var registryEndpoint = await registry.RegistryEndpoint.GetValueAsync(cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Foundry (1)
Project\ConnectionBuilderExtensions.cs (1)
173Target = registry.RegistryEndpoint.AsProvisioningParameter(infra),