# Aspire.Hosting.Azure.AppConfiguration

- Module: `Aspire.Hosting.Azure.AppConfiguration`
- Version: `13.4.0`
- Source: [GitHub](https://github.com/microsoft/aspire)
- Functions: `6`
- Types: `3`

## Types

- [AzureAppConfigurationEmulatorResource](/reference/api/typescript/aspire.hosting.azure.appconfiguration/azureappconfigurationemulatorresource.md) -- `handle` - 3 members
- [AzureAppConfigurationResource](/reference/api/typescript/aspire.hosting.azure.appconfiguration/azureappconfigurationresource.md) -- `handle` - 1 members

## Functions

- [addAzureAppConfiguration](/reference/api/typescript/aspire.hosting.azure.appconfiguration/addazureappconfiguration.md) -- `method` -- Adds an Azure App Configuration resource to the application model.
- [runAsEmulator](/reference/api/typescript/aspire.hosting.azure.appconfiguration/runasemulator.md) -- `method` -- Configures Azure App Configuration to run with the local emulator
- [withAppConfigurationRoleAssignments](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withappconfigurationroleassignments.md) -- `method` -- Assigns the specified roles to the given resource, granting it the necessary permissions on the target Azure App Configuration resource. This replaces the default role assignments for the resource.
- [withDataBindMount](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withdatabindmount.md) -- `method` -- Adds a bind mount for the storage of an Azure App Configuration emulator resource.
- [withDataVolume](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withdatavolume.md) -- `method` -- Adds a named volume for the data folder to an Azure App Configuration emulator resource.
- [withHostPort](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withhostport.md) -- `method` -- Configures the host port for the Azure App Configuration emulator is exposed on instead of using randomly assigned port.

## Enums

- [AzureAppConfigurationRole](/reference/api/typescript/aspire.hosting.azure.appconfiguration/azureappconfigurationrole.md) -- `enum` - 2 values -- Represents Azure App Configuration roles that are compatible with the Aspire Type System (ATS).
