Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken image links in HueBot documentation #78

Merged
merged 1 commit into from
Jun 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions Samples/V1.0Samples/LocalMediaSamples/HueBot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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"}`

Expand Down