# AzureFunctionsAnnotation

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

Used to annotate resources as Azure Functions.

## Definition

```csharp
namespace Aspire.Hosting.Azure;

public sealed class AzureFunctionsAnnotation
    : Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
    // ...
}
```

## Constructors

- [AzureFunctionsAnnotation](/reference/api/csharp/aspire.hosting.azure/azurefunctionsannotation/constructors.md#constructor)
