3 references to ContainerAppEnvironmentId
Aspire.Hosting.Azure.AppContainers (3)
ContainerAppContext.cs (1)
29var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);
ContainerAppJobContext.cs (1)
23var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);
ContainerAppUrls.cs (1)
17var environmentIdValue = await containerAppEnv.ContainerAppEnvironmentId.GetValueAsync(cancellationToken).ConfigureAwait(false)