13 references to _containerAppEnvironmentContext
Aspire.Hosting.Azure.AppContainers (13)
BaseContainerAppContext.cs (8)
111ExecutionContext = _containerAppEnvironmentContext.ExecutionContext, 125var context = new EnvironmentCallbackContext(_containerAppEnvironmentContext.ExecutionContext, resource, EnvironmentVariables, cancellationToken: cancellationToken); 162var storageName = _containerAppEnvironmentContext.Environment.GetVolumeStorage(resource, volume, index); 187var domain = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 218: _containerAppEnvironmentContext.GetContainerAppContext(ep.Resource); 270: _containerAppEnvironmentContext.GetContainerAppContext(epExpr.Endpoint.Resource); 335_containerRegistryUrlParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryUrl); 336_containerRegistryManagedIdentityIdParameter ??= AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerRegistryManagedIdentityId);
ContainerAppContext.cs (3)
27AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppDomain); 29var containerAppIdParam = AllocateParameter(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId); 317_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);