# IAzureResource

- Kind: `interface`
- Package: [Aspire.Hosting.Azure](/reference/api/csharp/aspire.hosting.azure.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/tree/cbc352350f1a9bafbaff10d14a2c8de4ac186a48)
- 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.
