Skip to content

Commit abfd726

Browse files
committed
env.vars wrapped into the codeblock
1 parent bd0d1de commit abfd726

File tree

1 file changed

+2
-0
lines changed
  • manage-teams-identity-mobile-and-desktop

1 file changed

+2
-0
lines changed

manage-teams-identity-mobile-and-desktop/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ To be able to use the token for Calling, use it to initialize the `Communication
3232
1. Navigate to the `manage-teams-identity-mobile-and-desktop` directory.
3333
1. With the Communication Services procured in pre-requisites, add connection string, an Azure AD client ID and tenant ID to environment variable using below commands:
3434

35+
```console
3536
setx COMMUNICATION_SERVICES_CONNECTION_STRING <COMMUNICATION_SERVICES_CONNECTION_STRING>
3637
setx AAD_CLIENT_ID <CONTOSO_AZURE_AD_CLIENT_ID>
3738
setx AAD_TENANT_ID <FABRIKAM_AZURE_AD_TENANT_ID>
39+
```
3840

3941
## Run the code
4042

0 commit comments

Comments
 (0)