Skip to content
Docs Try Aspire
Docs Try

withContainerRegistry

Method
📦 Aspire.Hosting.Azure.Kubernetes v13.4.0-preview.1.26281.18
interface AzureKubernetesEnvironmentResource {
// ... omitted for brevity
withContainerRegistry(registry: AzureContainerRegistryResource): AzureKubernetesEnvironmentResource;
}

Signature

method withContainerRegistry builder
Configures the AKS environment to use a specific Azure Container Registry for image storage. When set, this replaces the auto-created default container registry.
withContainerRegistry(registry: AzureContainerRegistryResource): AzureKubernetesEnvironmentResource
registry AzureContainerRegistryResource
AzureKubernetesEnvironmentResource

Applies to

This method applies to the following types: