Skip to content

Commit

Permalink
Fixed broken image links (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRoseKnows authored and ksikorsk committed Jun 10, 2019
1 parent bc1a858 commit 2fe404c
Showing 1 changed file with 8 additions and 7 deletions.
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

0 comments on commit 2fe404c

Please sign in to comment.