# AzureContainerAppEnvironmentResource Properties

- Package: [Aspire.Hosting.Azure.AppContainers](/reference/api/csharp/aspire.hosting.azure.appcontainers.md)
- Type: [AzureContainerAppEnvironmentResource](/reference/api/csharp/aspire.hosting.azure.appcontainers/azurecontainerappenvironmentresource.md)
- Kind: `Properties`
- Members: `2`

Represents an Azure Container App Environment resource.

## ContainerRegistry

- Name: `ContainerRegistry`
- Modifiers: `nullable` `get`
- Returns: `AzureContainerRegistryResource?`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppEnvironmentResource.cs#L305-L320)

Gets the Azure Container Registry resource used by this Azure Container App Environment resource.

```csharp
public AzureContainerRegistryResource? ContainerRegistry { get; }
```

## NameOutputReference

- Name: `NameOutputReference`
- Modifiers: `get`
- Returns: `BicepOutputReference`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppEnvironmentResource.cs#L271)

Gets the name of the Container App Environment.

```csharp
public BicepOutputReference NameOutputReference { get; }
```
