Packages > @fluidframework/azure-client > AzureRemoteConnectionConfig

AzureRemoteConnectionConfig Interface

Parameters for establishing a remote connection with the Azure Fluid Relay.

Signature

export interface AzureRemoteConnectionConfig extends AzureConnectionConfig

Extends: AzureConnectionConfig

Properties

Property Type Description
tenantId string Unique tenant identifier.
type "remote" The type of connection. Set to a remote connection.

Property Details

tenantId

Unique tenant identifier.

Signature

tenantId: string;

type

The type of connection. Set to a remote connection.

Signature

type: "remote";