Skip to content
Docs Try Aspire

AzureStorageResource.runAsEmulator

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

Defined on

This method is defined on the following type: