Skip to content

Commit

Permalink
Update document encoding for github pages build (#132)
Browse files Browse the repository at this point in the history
* update docs

* update docs

* fix encoding
  • Loading branch information
mathowar authored Dec 12, 2019
1 parent dd4252a commit 06b6ef2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ This section walks you through the process of deploying and testing the sample b

Open powershell (in admin mode) and run the following commands. When prompted for authentication, login with the tenant admin.
* `> Import-Module SkypeOnlineConnector`
* `> $userCredential = Get-Credential`
* `> $sfbSession = New-CsOnlineSession -Credential $userCredential -Verbose`
* `> $userCredential = Get-Credential`
* `> $sfbSession = New-CsOnlineSession -Credential $userCredential -Verbose`
* `> Import-PSSession $sfbSession`
* `> New-CsOnlineApplicationInstance -UserPrincipalName <[email protected]> -DisplayName <displayName> -ApplicationId <your_botappId>`
* `> Sync-CsOnlineApplicationInstance -ObjectId <objectId>`
Expand Down

0 comments on commit 06b6ef2

Please sign in to comment.