# 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/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppEnvironmentResource.cs#L299-L314)

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/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppEnvironmentResource.cs#L265)

Gets the name of the Container App Environment.

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