Skip to content
DocsTry Aspire
DocsTry

AzureAppConfigurationEmulatorResource

Handle
📦 Aspire.Hosting.Azure.AppConfiguration v13.4.0
interface AzureAppConfigurationEmulatorResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport {
withDataBindMount(path?: string): AzureAppConfigurationEmulatorResource;
withDataVolume(name?: string): AzureAppConfigurationEmulatorResource;
withHostPort(port: number): AzureAppConfigurationEmulatorResource;
}

Methods

methodwithDataBindMountbuilder
Adds a bind mount for the storage of an Azure App Configuration emulator resource.
withDataBindMount(path?: string): AzureAppConfigurationEmulatorResource
pathstringoptional
AzureAppConfigurationEmulatorResource
methodwithDataVolumebuilder
Adds a named volume for the data folder to an Azure App Configuration emulator resource.
withDataVolume(name?: string): AzureAppConfigurationEmulatorResource
namestringoptional
AzureAppConfigurationEmulatorResource
methodwithHostPortbuilder
Configures the host port for the Azure App Configuration emulator is exposed on instead of using randomly assigned port.
withHostPort(port: number): AzureAppConfigurationEmulatorResource
portnumber
AzureAppConfigurationEmulatorResource