6 references to ContainerAppDomain
Aspire.Hosting.Azure.AppContainers (6)
AzureContainerAppEnvironmentResource.cs (2)
138var domainValue = await ContainerAppDomain.GetValueAsync(context.CancellationToken).ConfigureAwait(false); 204builder.Append($".{ContainerAppDomain}");
AzureContainerAppResource.cs (1)
81var domainValue = await containerAppEnv.ContainerAppDomain.GetValueAsync(ctx.CancellationToken).ConfigureAwait(false);
BaseContainerAppContext.cs (1)
195var domain = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
ContainerAppContext.cs (1)
27AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
ContainerAppJobContext.cs (1)
23AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain);