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