13 references to _containerAppEnvironmentContext
Aspire.Hosting.Azure.AppContainers (13)
BaseContainerAppContext.cs (8)
119ExecutionContext = _containerAppEnvironmentContext.ExecutionContext, 133var context = new EnvironmentCallbackContext(_containerAppEnvironmentContext.ExecutionContext, resource, EnvironmentVariables, cancellationToken: cancellationToken); 170var storageName = _containerAppEnvironmentContext.Environment.GetVolumeStorage(resource, volume, index); 195var domain = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 226: _containerAppEnvironmentContext.GetContainerAppContext(ep.Resource); 278: _containerAppEnvironmentContext.GetContainerAppContext(epExpr.Endpoint.Resource); 354_containerRegistryUrlParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryUrl); 355_containerRegistryManagedIdentityIdParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryManagedIdentityId);
ContainerAppContext.cs (3)
27AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 29var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId); 318_containerAppEnvironmentContext.Logger.LogWarning("More than 5 additional ports are not supported. See https://learn.microsoft.com/azure/container-apps/ingress-overview#tcp for more details.");
ContainerAppJobContext.cs (2)
23AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 25var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);