Skip to content

Commit 64b542e

Browse files
authored
Merge pull request #99109 from asanjabi/patch-1
Make it a little easier to get started.
2 parents e5153f7 + c8a583c commit 64b542e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-fluid-relay/quickstarts/quickstart-dice-roll.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ You can open new tabs with the same URL to create additional instances of the di
5151
To run against the Azure Fluid Relay service, you'll need to update your app's configuration to connect to your Azure service instead of your local server.
5252

5353
### Configure and create an Azure client
54-
54+
Install @fluidframework/azure-client and "@fluidframework/test-client-utils packages and import Azure Client and InsecureTokenProvider.
55+
```javascript
56+
import { InsecureTokenProvider } from "@fluidframework/test-client-utils";
57+
import { AzureClient } from "@fluidframework/azure-client";
58+
```
5559
To configure the Azure client, replace the local connection `serviceConfig` object in `app.js` with your Azure Fluid Relay
5660
service configuration values. These values can be found in the "Access Key" section of the Fluid Relay resource in the Azure portal. Your `serviceConfig` object should look like this with the values replaced
5761

0 commit comments

Comments
 (0)