Service Clients > @fluidframework/azure-client > AzureRemoteConnectionConfig

AzureRemoteConnectionConfig Interface

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

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

export interface AzureRemoteConnectionConfig extends AzureConnectionConfig

Extends: AzureConnectionConfig

Properties

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

Property Details

tenantId (ALPHA)

Unique tenant identifier.

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

tenantId: string;

type (ALPHA)

The type of connection. Set to a remote connection.

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

type: "remote";