Skip to content
Docs Try Aspire

runAsEmulator

Function
📦 Aspire.Hosting.Azure.AppConfiguration v13.2.0-preview.1.26159.1
interface AzureAppConfigurationResource {
// ... omitted for brevity
runAsEmulator(configureEmulator?: callback): AzureAppConfigurationResource;
}

Signature

method runAsEmulator builder
Configures Azure App Configuration to run with the local emulator
runAsEmulator(configureEmulator?: (obj: AzureAppConfigurationEmulatorResource) => void): AzureAppConfigurationResource
configureEmulator (obj: AzureAppConfigurationEmulatorResource) => void optional
AzureAppConfigurationResource

Applies to

This function is an extension method on the following types: