# IResourceWithAzureFunctionsConfig

- Kind: `interface`
- 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/IResourceWithAzureFunctionsConfig.cs)
- Implements: `IResource`

Represents an resource that can provide configuration for Azure Functions.

## Definition

```csharp
namespace Aspire.Hosting.Azure;

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

## Methods

- [ApplyAzureFunctionsConfiguration(IDictionary<string, object>, string)](/reference/api/csharp/aspire.hosting.azure/iresourcewithazurefunctionsconfig/methods.md#applyazurefunctionsconfiguration-idictionary-string-object-string) `abstract` -- Applies the Azure Functions configuration to the target dictionary.
