# IAzureResource

- Kind: `interface`
- Package: [Aspire.Hosting.Azure](/reference/api/csharp/aspire.hosting.azure.md)
- Version: `13.3.0`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/tree/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2)
- Implements: `IResource`

Represents an Azure resource, as a marker interface for `ApplicationModel.IResource` 's that can be deployed to an Azure resource group.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public interface IAzureResource
    : Aspire.Hosting.ApplicationModel.IResource
{
    // ...
}
```

## ATS metadata

### ATS export

- Type ID: `Aspire.Hosting.Azure/IAzureResource`

## Properties

- [ProvisioningTaskCompletionSource](/reference/api/csharp/aspire.hosting.azure/iazureresource/properties.md#provisioningtaskcompletionsource) : `TaskCompletionSource?` `abstract` `get; set` -- Set by the AzureProvisioner to indicate the task that is provisioning the resource.
