-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc1a858
commit 2fe404c
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,11 +38,12 @@ For running locally, we need to use a tunneling mechanism to route traffic to yo | |
* Create a wildcard certificate. For instance, if your bot is hosted at `bot.contoso.com`, create the certificate for `*.contoso.com`. | ||
|
||
1. [Azure] Upload the certificate to your key-vault instance. | ||
![ConfigureCert1](Images/ConfigureCert1.png) | ||
![ConfigureCert1](Images/ConfigureCert2.png) | ||
![ConfigureCert1](HueBot/Images/ConfigureCert1.png) | ||
|
||
![ConfigureCert2](HueBot/Images/ConfigureCert2.png) | ||
|
||
1. [Azure] Copy the Secret Identifier to be used later. | ||
![ConfigureCert1](Images/ConfigureCert3.png) | ||
![ConfigureCert3](HueBot/Images/ConfigureCert3.png) | ||
|
||
1. Install the certificate to the LocalMachine/My certificate folder on your dev machine, including the private keys. Save the thumbprint for later. | ||
|
||
|
@@ -62,7 +63,7 @@ For running locally, we need to use a tunneling mechanism to route traffic to yo | |
``` | ||
1. Start ngrok: `ngrok.exe start -all -config %replace_with_path_to_your_ngrok.yml%`. You will see an output like this: | ||
![ngrokScreenshot](Images/ngrokScreenshot.png) | ||
![ngrokScreenshot](HueBot/Images/ngrokScreenshot.png) | ||
|
||
1. From **your** output, note the 3 values in the places marked in red above. From now on, we will call them by these names: | ||
* `9add54fe` - ngrok signaling prefix | ||
|
@@ -102,7 +103,7 @@ For running locally, we need to use a tunneling mechanism to route traffic to yo | |
|
||
1. Publish HueBotSF from VS: | ||
|
||
![Publish](Images/Publish.png) | ||
![Publish](HueBot/Images/Publish.png) | ||
|
||
#### [Local] deployment | ||
|
||
|
@@ -114,11 +115,11 @@ Click `Start` on the top toolbar to deploy the sample to the local cluster. | |
|
||
1. Schedule a Teams meeting with another person. | ||
|
||
![Test Meeting1](Images/TestMeeting1.png) | ||
![Test Meeting1](HueBot/Images/TestMeeting1.png) | ||
|
||
1. Copy the Join Microsoft Teams Meeting link. Depending on where you copy this, this may be encoded as a safe link in Outlook. If it's encoded, first decode the link and replace the " with \". | ||
|
||
![Test Meeting2](Images/TestMeeting2.png) | ||
![Test Meeting2](HueBot/Images/TestMeeting2.png) | ||
|
||
Example, `https://teams.microsoft.com/l/meetup-join/19:[email protected]/1509579179399?context={"Tid":"72f988bf-86f1-41af-91ab-2d7cd011db47","Oid":"550fae72-d251-43ec-868c-373732c2704f","MessageId":"1536978844957"}` | ||
|
||
|