From 9088400fdf5da651e2ab41dd7a2d52c81f817096 Mon Sep 17 00:00:00 2001 From: Rob Rose Date: Thu, 6 Jun 2019 11:01:09 -0700 Subject: [PATCH] Fixed broken image links --- .../LocalMediaSamples/HueBot/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Samples/V1.0Samples/LocalMediaSamples/HueBot/README.md b/Samples/V1.0Samples/LocalMediaSamples/HueBot/README.md index 272c62d0..9db54c3b 100644 --- a/Samples/V1.0Samples/LocalMediaSamples/HueBot/README.md +++ b/Samples/V1.0Samples/LocalMediaSamples/HueBot/README.md @@ -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:cd9ce3da56624fe69c9d7cd026f9126d@thread.skype/1509579179399?context={"Tid":"72f988bf-86f1-41af-91ab-2d7cd011db47","Oid":"550fae72-d251-43ec-868c-373732c2704f","MessageId":"1536978844957"}`