# AzureContainerAppResource

- Kind: `class`
- Package: [Aspire.Hosting.Azure.AppContainers](/reference/api/csharp/aspire.hosting.azure.appcontainers.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.Azure.AppContainers`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppResource.cs)
- Inherits: `AzureProvisioningResource`

Represents an Azure Container App resource.

## Definition

```csharp
namespace Aspire.Hosting.Azure.AppContainers;

public class AzureContainerAppResource
    : Aspire.Hosting.Azure.AzureProvisioningResource
{
    // ...
}
```

## Constructors

- [AzureContainerAppResource(string, Action<AzureResourceInfrastructure>, IResource)](/reference/api/csharp/aspire.hosting.azure.appcontainers/azurecontainerappresource/constructors.md#constructor-string-action-azureresourceinfrastructure-iresource) -- Initializes a new instance of the [AzureContainerAppResource](/reference/api/csharp/aspire.hosting.azure.appcontainers/azurecontainerappresource.md) class.

## Properties

- [TargetResource](/reference/api/csharp/aspire.hosting.azure.appcontainers/azurecontainerappresource/properties.md#targetresource) : `IResource` `get` -- Gets the target resource that this Azure Container App is being created for.
