# Aspire.Hosting.Azure.AppConfiguration

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

## 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
- [AzureBicepResource](/reference/api/typescript/aspire.hosting.azure.appconfiguration/azurebicepresource.md) -- `handle` - 9 members
- [AzureEnvironmentResource](/reference/api/typescript/aspire.hosting.azure.appconfiguration/azureenvironmentresource.md) -- `handle` - 2 members
- [AzureProvisioningResource](/reference/api/typescript/aspire.hosting.azure.appconfiguration/azureprovisioningresource.md) -- `handle` - 1 members
- [AzureResourceInfrastructure](/reference/api/typescript/aspire.hosting.azure.appconfiguration/azureresourceinfrastructure.md) -- `handle` - 3 members
- [AzureUserAssignedIdentityResource](/reference/api/typescript/aspire.hosting.azure.appconfiguration/azureuserassignedidentityresource.md) -- `handle` - 0 members
- [BicepOutputReference](/reference/api/typescript/aspire.hosting.azure.appconfiguration/bicepoutputreference.md) -- `handle` - 3 members
- [IAzureKeyVaultResource](/reference/api/typescript/aspire.hosting.azure.appconfiguration/iazurekeyvaultresource.md) -- `interface` - 0 members
- [IAzureKeyVaultSecretReference](/reference/api/typescript/aspire.hosting.azure.appconfiguration/iazurekeyvaultsecretreference.md) -- `interface` - 0 members
- [IAzureResource](/reference/api/typescript/aspire.hosting.azure.appconfiguration/iazureresource.md) -- `interface` - 9 members

## Functions

- [addAzureAppConfiguration](/reference/api/typescript/aspire.hosting.azure.appconfiguration/addazureappconfiguration.md) -- `method` -- Adds an Azure App Configuration resource
- [addAzureEnvironment](/reference/api/typescript/aspire.hosting.azure.appconfiguration/addazureenvironment.md) -- `method` -- Adds the shared Azure environment resource to the application model
- [addAzureInfrastructure](/reference/api/typescript/aspire.hosting.azure.appconfiguration/addazureinfrastructure.md) -- `method` -- Adds an Azure provisioning resource to the application model
- [addAzureProvisioning](/reference/api/typescript/aspire.hosting.azure.appconfiguration/addazureprovisioning.md) -- `method` -- Adds Azure provisioning services to the distributed application builder
- [addAzureUserAssignedIdentity](/reference/api/typescript/aspire.hosting.azure.appconfiguration/addazureuserassignedidentity.md) -- `method` -- Adds an Azure user-assigned identity resource
- [addBicepTemplate](/reference/api/typescript/aspire.hosting.azure.appconfiguration/addbiceptemplate.md) -- `method` -- Adds an Azure Bicep template resource from a file
- [addBicepTemplateString](/reference/api/typescript/aspire.hosting.azure.appconfiguration/addbiceptemplatestring.md) -- `method` -- Adds an Azure Bicep template resource from inline Bicep content
- [asExisting](/reference/api/typescript/aspire.hosting.azure.appconfiguration/asexisting.md) -- `method` -- Marks an Azure resource as existing in both run and publish modes by using parameter resources
- [clearDefaultRoleAssignments](/reference/api/typescript/aspire.hosting.azure.appconfiguration/cleardefaultroleassignments.md) -- `method` -- Clears the default Azure role assignments from a resource
- [configureInfrastructure](/reference/api/typescript/aspire.hosting.azure.appconfiguration/configureinfrastructure.md) -- `method` -- Configures the Azure provisioning infrastructure callback
- [getBicepIdentifier](/reference/api/typescript/aspire.hosting.azure.appconfiguration/getbicepidentifier.md) -- `method` -- Gets the normalized Bicep identifier for an Azure resource
- [getOutput](/reference/api/typescript/aspire.hosting.azure.appconfiguration/getoutput.md) -- `method` -- Gets an output reference from an Azure Bicep template resource
- [isExisting](/reference/api/typescript/aspire.hosting.azure.appconfiguration/isexisting.md) -- `method` -- Determines whether a resource is marked as existing
- [publishAsConnectionString](/reference/api/typescript/aspire.hosting.azure.appconfiguration/publishasconnectionstring.md) -- `method` -- Publishes an Azure resource to the manifest as a connection string
- [publishAsExisting](/reference/api/typescript/aspire.hosting.azure.appconfiguration/publishasexisting.md) -- `method` -- Marks an Azure resource as existing in publish mode
- [publishAsExistingFromParameters](/reference/api/typescript/aspire.hosting.azure.appconfiguration/publishasexistingfromparameters.md) -- `method` -- Marks an Azure resource as existing in publish mode by using parameter resources
- [runAsEmulator](/reference/api/typescript/aspire.hosting.azure.appconfiguration/runasemulator.md) -- `method` -- Configures Azure App Configuration to run with the local emulator
- [runAsExisting](/reference/api/typescript/aspire.hosting.azure.appconfiguration/runasexisting.md) -- `method` -- Marks an Azure resource as existing in run mode
- [runAsExistingFromParameters](/reference/api/typescript/aspire.hosting.azure.appconfiguration/runasexistingfromparameters.md) -- `method` -- Marks an Azure resource as existing in run mode by using parameter resources
- [withAppConfigurationRoleAssignments](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withappconfigurationroleassignments.md) -- `method` -- Assigns App Configuration roles to a resource
- [withAzureUserAssignedIdentity](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withazureuserassignedidentity.md) -- `method` -- Associates an Azure user-assigned identity with a compute resource
- [withDataBindMount](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withdatabindmount.md) -- `method` -- Adds a data bind mount for the App Configuration emulator
- [withDataVolume](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withdatavolume.md) -- `method` -- Adds a data volume for the App Configuration emulator
- [withEnvironmentFromKeyVaultSecret](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withenvironmentfromkeyvaultsecret.md) -- `method` -- Sets an environment variable from an Azure Key Vault secret reference
- [withEnvironmentFromOutput](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withenvironmentfromoutput.md) -- `method` -- Sets an environment variable from a Bicep output reference
- [withHostPort](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withhostport.md) -- `method` -- Sets the host port for the App Configuration emulator
- [withLocation](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withlocation.md) -- `method` -- Sets the Azure location for the shared Azure environment resource
- [withParameter](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withparameter.md) -- `method` -- Adds a Bicep parameter without a value
- [withParameterFromConnectionString](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withparameterfromconnectionstring.md) -- `method` -- Adds a Bicep parameter from a connection string resource builder
- [withParameterFromEndpoint](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withparameterfromendpoint.md) -- `method` -- Adds a Bicep parameter from an endpoint reference
- [withParameterFromOutput](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withparameterfromoutput.md) -- `method` -- Adds a Bicep parameter from another Bicep output reference
- [withParameterFromParameter](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withparameterfromparameter.md) -- `method` -- Adds a Bicep parameter from a parameter resource builder
- [withParameterFromReferenceExpression](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withparameterfromreferenceexpression.md) -- `method` -- Adds a Bicep parameter from a reference expression
- [withParameterStringValue](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withparameterstringvalue.md) -- `method` -- Adds a Bicep parameter with a string value
- [withParameterStringValues](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withparameterstringvalues.md) -- `method` -- Adds a Bicep parameter with a string list value
- [withResourceGroup](/reference/api/typescript/aspire.hosting.azure.appconfiguration/withresourcegroup.md) -- `method` -- Sets the Azure resource group for the shared Azure environment resource

## Enums

- [AzureAppConfigurationRole](/reference/api/typescript/aspire.hosting.azure.appconfiguration/azureappconfigurationrole.md) -- `enum` - 2 values
- [DeploymentScope](/reference/api/typescript/aspire.hosting.azure.appconfiguration/deploymentscope.md) -- `enum` - 4 values
