Packages > @fluidframework/azure-client > AzureLocalConnectionConfig

AzureLocalConnectionConfig Interface

Parameters for establishing a local connection with a local instance of the Azure Fluid Relay.

Signature

export interface AzureLocalConnectionConfig extends AzureConnectionConfig

Extends: AzureConnectionConfig

Properties

Property Type Description
type "local" The type of connection. Set to a remote connection.

Property Details

type

The type of connection. Set to a remote connection.

Signature

type: "local";