Skip to content
Docs Try Aspire

AzureAppConfigurationResource.runAsEmulator

Method
📦 Aspire.Hosting.Azure.AppConfiguration v13.2.0-preview.1.26159.1
interface AzureAppConfigurationResource {
// ... omitted for brevity
runAsEmulator(configureEmulator?: (obj: AzureAppConfigurationEmulatorResource) => void): 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

Defined on

This method is defined on the following type: