Fluidframework/azure-client token provider

Fernan Dolz 0 Reputation points
2024-11-20T15:58:29.56+00:00

I'm testing fluid relay for the first time, on a sample dice roll.   The deployment is not working showing timeout errors,  how to fix the error? 

and also I hope someone can answer these doubts 

If more than 150 users are available, how will it be handled without interruptions?

How much will it cost if I run this setup for at least 3 months?

How I automate the Azure JWT to access the  containers? 

With the  AzureFunctionTokenProvider

import { AzureClient, AzureFunctionTokenProvider } from "@fluidframework/azure-client";

 

const config = {

    tenantId: "xxxxxxxxxxxxxx",

    tokenProvider: exp AzureFunctionTokenProvider("https://expUrl"+"/api/GetAzureToken", { userId: "exp-user",userName: "exp User" }),

    endpoint: "https://expServiceEndpointUrl",

    type: "remote",

};

 

const clientProps = {

    connection: config,

};

 

const client = new AzureClient(clientProps);

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
652 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,003 questions
Azure Fluid Relay
Azure Fluid Relay
An Azure service used to add real-time collaborative experiences to apps with Fluid Framework.
5 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.