Skip to content
Docs Try Aspire

runAsEmulator

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

Signature

method runAsEmulator builder
Configures the Azure Storage resource to be emulated using Azurite
runAsEmulator(configureContainer?: (obj: AzureStorageEmulatorResource) => void): AzureStorageResource
configureContainer (obj: AzureStorageEmulatorResource) => void optional
AzureStorageResource

Applies to

This function is an extension method on the following types: