Packages > @fluidframework/azure-client >

AzureConnectionConfigType

The type of connection.

  • “local” for local connections to a Fluid relay instance running on the localhost

  • “remote” for client connections to the Azure Fluid Relay service

Signature

export type AzureConnectionConfigType = "local" | "remote";