Skip to content
Docs Try Aspire

withBlobPort

Function
📦 Aspire.Hosting.Azure.Storage v13.2.0-preview.1.26159.1
interface AzureStorageEmulatorResource {
// ... omitted for brevity
withBlobPort(port: number): AzureStorageEmulatorResource;
}

Signature

method withBlobPort builder
Sets the host port for blob requests on the storage emulator
withBlobPort(port: number): AzureStorageEmulatorResource
port number
AzureStorageEmulatorResource

Applies to

This function is an extension method on the following types: