<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>All knowledge base posts in Products</title>
    <link>https://techcommunity.microsoft.com/t5/products/ct-p/products-services</link>
    <description>All knowledge base posts in Products</description>
    <pubDate>Tue, 02 Mar 2021 10:36:40 GMT</pubDate>
    <dc:creator>products-services</dc:creator>
    <dc:date>2021-03-02T10:36:40Z</dc:date>
    <item>
      <title>Create a knowledge-based community in Yammer by using QnA Maker and Flow</title>
      <link>https://techcommunity.microsoft.com/t5/yammer-resources/create-a-knowledge-based-community-in-yammer-by-using-qna-maker/ta-p/393467</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;This article provides steps to set up a Yammer group to provide automated answers to questions posted in the group. This solution integrates Yammer with Azure QnA Maker and Microsoft Flow, and uses SharePoint Online and Outlook features available to all Yammer Office 365 connected groups.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;QnA Maker, a service that builds a question and answer service from your semi-structured content, is used to find relevant answers for user's natural language questions.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Flow provides the necessary workflow between QnA maker, the Yammer group, SharePoint Online, and Outlook to handle questions that don't already have answers defined and store new questions and answers.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Once you have this integration set up with a small list of questions and answers, users will be able to post questions in the group and receive automatic answers. If a user asks a question that doesn't have a clear match, the proposed answer is forwarded to a specific person to verify. Each verified answer is included as a response to the question, and also expands the knowledge base so it can be used for future questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After you get the integration working with the sample content provided, you can replace the sample content with relevant questions and answers for your organization.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more ideas about how to use this integration to help with any situation where many people have similar questions such as new employee onboarding, self-help for IT problems, event planning, or communicating about organizational changes, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/t5/Yammer-Blog/Crowdsourcing-to-Create-a-Knowledge-Base-in-Yammer/ba-p/314869" target="_blank" rel="noopener" data-linktype="external"&gt;Crowdsourcing to Create a Knowledge Base in Yammer&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="prerequisites" class="heading-with-anchor"&gt;Prerequisites&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;An Azure subscription and an account with permissions to create resource groups and resources.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;An Office 365 license: Business Essentials/Premium or Enterprise E1/E3/E5.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Office 365 connected groups enabled for your Yammer network.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;A Yammer Office 365 connected group to use for the automated knowledge base. Because this group will be connected to QnA Maker, it should be a group dedicated to the knowledge base.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="step-1-download-files-needed-for-this-integration" class="heading-with-anchor"&gt;Step 1: Download files needed for this integration&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This article has two associated flow packages and an Excel spreadsheet containing sample questions and answers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A href="https://go.microsoft.com/fwlink/?linkid=2054570" target="_blank" rel="noopener" data-linktype="external"&gt;Download the files from the Yammer technical community&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Double-click the Knowledge-based-community-files.ZIP file to unzip the files. You'll see the following files:&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;TABLE&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class=""&gt;&lt;STRONG&gt;File&lt;/STRONG&gt;&lt;/TH&gt;
&lt;TH&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;SampleFAQs.xlsx&lt;/TD&gt;
&lt;TD&gt;Sample questions to seed the automated knowledge base.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;YammerFAQs.zip&lt;/TD&gt;
&lt;TD&gt;Zip file containing a package for the flow that connects Yammer to QnAMaker.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;AddItemToQNAMaker.zip&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Zip file containing a package for the flow that connects the group's SharePoint list to QnAMaker.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="step-2-use-qna-maker-to-create-a-knowledge-base" class="heading-with-anchor"&gt;Step 2: Use QnA Maker to create a knowledge base&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this step, you'll use the Microsoft Azure QnA Maker web service to create an instance of QnA Maker for your organization. If you want to read about QnA Maker before you get started, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/cognitive-services/QnAMaker/overview/overview" target="_blank" rel="noopener" data-linktype="external"&gt;What is QnA Maker?&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Open&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.qnamaker.ai/Create" target="_blank" rel="noopener" data-linktype="external"&gt;https://www.qnamaker.ai/Create&lt;/A&gt;, and sign in with your Azure account&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-kb-step-1.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101465iF97CAAF045EB6F4F/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-kb-step-1.png" alt="create-kb-step-1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;Click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create a QnA service&lt;/STRONG&gt;&lt;SPAN&gt;. This opens a new browser window to the Azure portal.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="azure-resource-group.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101466iCBD1CAB8B1FAA9AD/image-size/large?v=1.0&amp;amp;px=999" role="button" title="azure-resource-group.png" alt="azure-resource-group.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;a. Enter a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;. For example:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;qna-maker-yammer&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;b. Choose a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Management pricing tier&lt;/STRONG&gt;.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;F0&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is enough for this sample.&lt;/P&gt;
&lt;P&gt;c. Choose a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Search pricing tier&lt;/STRONG&gt;.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;F&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is enough for this sample.&lt;/P&gt;
&lt;P&gt;d. If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;does not pass validation, update it.&lt;/P&gt;
&lt;P&gt;e. Select values for the other fields and then click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P class=""&gt;f. After the deployment finishes, go to the Resource group.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-qna-maker.png" style="width: 383px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101467iF5D400ED920C9ACC/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-qna-maker.png" alt="create-qna-maker.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;g. Open the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Cognitive Services&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;resource, and then click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Keys&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="azure-cognitive-services 9.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101468iC2EFCA248444E3AC/image-size/large?v=1.0&amp;amp;px=999" role="button" title="azure-cognitive-services 9.png" alt="azure-cognitive-services 9.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;h. Copy the value for&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;KEY 1&lt;/STRONG&gt;&lt;SPAN&gt;. This value will be used to initialize the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Cognitive Services Key&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;variable in the Yammer FAQs flow that will be imported and updated later.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;&lt;SPAN&gt;Go back to the knowledge base create page that you opened.&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-kb-step-2.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101469i6C9B7F45A5A76293/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-kb-step-2.png" alt="create-kb-step-2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a. Click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;refresh this page&lt;/STRONG&gt;&lt;SPAN&gt;, and then choose the QnA service from your Azure directories and subscriptions.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;&lt;SPAN&gt;In the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;field, enter a name for the kb. For example:&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Sample QnA FAQ&lt;/STRONG&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-kb-step-3.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101470i00D395E83D76AA3A/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-kb-step-3.png" alt="create-kb-step-3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Populate the kb with a base source by clicking&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;+ Add file&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;and uploading the SampleFAQs.xlsx file that you downloaded in Step 1.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Note:&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;If you don't customize the Sample FAQ to the language you want for your knowledge base then English will be used.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-kb-step-4.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101471i6726548B8F0E81EF/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-kb-step-4.png" alt="create-kb-step-4.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create your kb&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-kb-step-5.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101472i7CD2B996DE6E1C0F/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-kb-step-5.png" alt="create-kb-step-5.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save and train&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kb-save-train.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101473i08827ABF3B8C8F64/image-size/large?v=1.0&amp;amp;px=999" role="button" title="kb-save-train.png" alt="kb-save-train.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click&amp;nbsp;&lt;STRONG&gt;PUBLISH&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kb-publish.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101474i2F257CDF2680A866/image-size/large?v=1.0&amp;amp;px=999" role="button" title="kb-publish.png" alt="kb-publish.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;P&gt;a. Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Publish&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P class=""&gt;b. From the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Success&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page, copy the three strings indicated in red rectangles below. You'll use these to initialize variables in the Yammer FAQs flow.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kb-publish-success.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101475iC7974E621D1894C1/image-size/large?v=1.0&amp;amp;px=999" role="button" title="kb-publish-success.png" alt="kb-publish-success.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Use the top one for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Knowledge Base Id&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Use the middle one for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Knowledge Base Service Host&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;Use the bottom one for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Knowledge Base Endpoint Key&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;variable and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;QnA Maker connection&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id="step-3-create-a-list-of-intitial-questions-and-answers-in-the-yammer-groups-sharepoint-site" class="heading-with-anchor"&gt;Step 3: Create a list of intitial questions and answers in the Yammer group's SharePoint site&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;In this step you'll create the structure for the list of questions and answers, and populate it with some sample questions and answers. Once you get the integration working with the sample, you can replace the content of the list with questions and answers that apply to your own content.&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P class=""&gt;Open an Office 365 connected group in Yammer and click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;SharePoint Site&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yammer-group-o365-resources.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101489iF1A46E775B51F0AD/image-size/large?v=1.0&amp;amp;px=999" role="button" title="yammer-group-o365-resources.png" alt="yammer-group-o365-resources.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Copy the site URL. You'll use this to configure the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create item&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;node of the Yammer FAQs flow.&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sp-AUA-site.png" style="width: 476px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101490iE3EA57594D8A76DD/image-size/large?v=1.0&amp;amp;px=999" role="button" title="sp-AUA-site.png" alt="sp-AUA-site.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;a. Create a new list named&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;QnA&lt;/STRONG&gt;&lt;SPAN&gt;. Click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;+ New&lt;/STRONG&gt;&lt;SPAN&gt;, and then click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;List&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sp-new-list.png" style="width: 446px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101492i896A17DFB92C0C46/image-size/large?v=1.0&amp;amp;px=999" role="button" title="sp-new-list.png" alt="sp-new-list.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;b. In the&amp;nbsp;&lt;STRONG&gt;Name&lt;/STRONG&gt;&amp;nbsp;textbox, enter&amp;nbsp;&lt;STRONG&gt;QnA&lt;/STRONG&gt;, and then click&amp;nbsp;&lt;STRONG&gt;Create&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sp-new-list-dialog.png" style="width: 301px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101493iBBD693CC40B00194/image-size/large?v=1.0&amp;amp;px=999" role="button" title="sp-new-list-dialog.png" alt="sp-new-list-dialog.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;To rename the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Title&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;column to&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;&lt;SPAN&gt;, click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Title&lt;/STRONG&gt;&lt;SPAN&gt;, click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Column settings&lt;/STRONG&gt;&lt;SPAN&gt;, and then click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Rename&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sp-qna-rename-title-column.png" style="width: 484px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101494i13194D46F99B29AE/image-size/large?v=1.0&amp;amp;px=999" role="button" title="sp-qna-rename-title-column.png" alt="sp-qna-rename-title-column.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;a. In the&amp;nbsp;&lt;STRONG&gt;Name&lt;/STRONG&gt;&amp;nbsp;textbox, enter&amp;nbsp;&lt;STRONG&gt;Question&lt;/STRONG&gt;, and then click&amp;nbsp;&lt;STRONG&gt;Save&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sp-qna-rename-title-column-dialog.png" style="width: 302px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101495i70AED8388A788D75/image-size/large?v=1.0&amp;amp;px=999" role="button" title="sp-qna-rename-title-column-dialog.png" alt="sp-qna-rename-title-column-dialog.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;To create a new column named&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Answer&lt;/STRONG&gt;, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;+ Add column&lt;/STRONG&gt;, and then click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Multiple lines of text&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sp-qna-add-column.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101496iC725CA243ED26F6C/image-size/large?v=1.0&amp;amp;px=999" role="button" title="sp-qna-add-column.png" alt="sp-qna-add-column.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;a. In the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;textbox, enter&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Answer&lt;/STRONG&gt;&lt;SPAN&gt;, and then click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sp-qna-add-column-answer.png" style="width: 314px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101497iDBE0182C43119F2E/image-size/large?v=1.0&amp;amp;px=999" role="button" title="sp-qna-add-column-answer.png" alt="sp-qna-add-column-answer.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;In your new list, upload a few questions and answers. There is a sample set of questions and answers in the SampleFAQs.xlsx file in the download that you can use as you experiment with your integration.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id="step-4-update-the-flow-that-connects-your-yammer-group-with-qna-maker" class="heading-with-anchor"&gt;Step 4: Update the flow that connects your Yammer group with QnA Maker&lt;/H2&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Open&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://flow.microsoft.com/" target="_blank" rel="noopener" data-linktype="external"&gt;https://flow.microsoft.com&lt;/A&gt;&lt;SPAN&gt;, and sign in with your work account.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Upload the&amp;nbsp;&lt;STRONG&gt;YammerFAQs.zip&lt;/STRONG&gt;&amp;nbsp;flow package that you downloaded in Step 1.&lt;BR /&gt;&lt;BR /&gt;a. Click&amp;nbsp;&lt;STRONG&gt;My flows&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-my-import.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101530iD196F7F1FEB83438/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-my-import.png" alt="flow-my-import.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;b. Click&amp;nbsp;&lt;STRONG&gt;Import&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-import-package.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101531iEE2FFBB12F1F2A12/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-import-package.png" alt="flow-import-package.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;c. Click&amp;nbsp;&lt;STRONG&gt;Upload&lt;/STRONG&gt;, then select the&amp;nbsp;&lt;STRONG&gt;YammerFAQs.zip&lt;/STRONG&gt;&amp;nbsp;file you downloaded.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-import-package-uploading.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101532iCF8DA0428507B412/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-import-package-uploading.png" alt="flow-import-package-uploading.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;After the package has been uploaded, modify the&amp;nbsp;&lt;STRONG&gt;IMPORT SETUP&lt;/STRONG&gt;&amp;nbsp;configuration for the&amp;nbsp;&lt;STRONG&gt;Related resources&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-create-as-new.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101533i43F3B6F71E5C22BC/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-create-as-new.png" alt="flow-create-as-new.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;a. In the QnA Maker resource, click&amp;nbsp;&lt;STRONG&gt;Select during import&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-setup-qna-maker.png" style="width: 504px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101535i8369E5BF8E34DEF6/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-setup-qna-maker.png" alt="flow-setup-qna-maker.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;b. Click&amp;nbsp;&lt;STRONG&gt;+ Create new&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-new-connection.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101536iBEB3AA714359926C/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-new-connection.png" alt="flow-new-connection.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;c. Click&amp;nbsp;&lt;STRONG&gt;+ New connection&lt;/STRONG&gt;, then search for&amp;nbsp;&lt;STRONG&gt;QnA Maker&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-new-connection-qna-maker.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101537i0A791BE37164D8D2/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-new-connection-qna-maker.png" alt="flow-new-connection-qna-maker.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;d. Click the&amp;nbsp;&lt;STRONG&gt;QnA Maker&lt;/STRONG&gt;&amp;nbsp;provided by Microsoft.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-new-connection-qna-maker-api-key.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101538i029A6D4B6553CBBD/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-new-connection-qna-maker-api-key.png" alt="flow-new-connection-qna-maker-api-key.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;BR /&gt;e. Paste the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Knowledge Base Endpoint Key&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;into the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;API Key&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;box, then click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P class=""&gt;f. Go back to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Import setup panel&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Refresh list&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-setup-qna-maker-2.png" style="width: 504px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101539i6840C1740250CD72/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-setup-qna-maker-2.png" alt="flow-setup-qna-maker-2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;g. The&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;QnA Maker&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;connection you just created will appear. Select it, then click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Use the steps under step 4 above as a guide to configure the rest of the connections (shown in the red rectangles in the picture below). Refer to the screenshots below for all the connections to help you search for and locate the appropriate connections.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-setup-others.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101540iA8A8F5FCE9936EBB/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-setup-others.png" alt="flow-setup-others.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Yammer Connection&lt;/STRONG&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-new-yammer-connection.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101541i053363B47C97D062/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-new-yammer-connection.png" alt="flow-new-yammer-connection.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Approvals Connection&lt;/STRONG&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-new-approval-connection.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101542iB3D914EAE01ED506/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-new-approval-connection.png" alt="flow-new-approval-connection.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;SharePoint Connection&lt;/STRONG&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-new-sharepoint-connection.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101543iB3BDD53D0FB09813/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-new-sharepoint-connection.png" alt="flow-new-sharepoint-connection.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;At the bottom of the page, click&amp;nbsp;&lt;STRONG&gt;Import&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-importing.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101544i1FED0EF93ABEC6F8/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-importing.png" alt="flow-importing.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;a. After the flow has successfully imported, click&amp;nbsp;&lt;STRONG class=""&gt;Open flow&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-imported.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101545iB13E4B6201EEB2A7/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-imported.png" alt="flow-imported.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Update the flow.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-yammer-faqs.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101546i8619EE9AF4D1D3CA/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-yammer-faqs.png" alt="flow-yammer-faqs.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;a. Click the first node, and choose the Yammer group you created or used earlier.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-choose-yammer-group.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101547iDFE0C480169312B9/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-choose-yammer-group.png" alt="flow-choose-yammer-group.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;b. Use the values you collected earlier to initialize the variables:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Knowledge Base&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Id&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Service Host&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Endpoint Key&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Cognitive Services Key&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;c. To initialize a variable's value, click an Initialize variable node, and then paste the value into the&amp;nbsp;Valuebox.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-intialize-variable.png" style="width: 511px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101548i8DC48960DB2C0304/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-intialize-variable.png" alt="flow-intialize-variable.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;d. Initialize&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Approval Assigned To&lt;/STRONG&gt;, and fill the value with your Office 365 work email.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P class=""&gt;This sets you up as the official approver of suggested answers from the QnA Maker for your knowledge base. This is useful while you're building and testing your integration, and you can change it later to the person who will be responsible for verifying proposed answers.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-approval-assigned-to-variable.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101549iE92002996B1FFEB7/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-approval-assigned-to-variable.png" alt="flow-approval-assigned-to-variable.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e. Find the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create item&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;node and paste in the SharePoint Site URL. To find&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create item&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI class=""&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Check if the message is a question&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-sp-check-if-question.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101550iC449564D7E0FC205/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-sp-check-if-question.png" alt="flow-sp-check-if-question.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI class=""&gt;Under the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;If yes&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;condition, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Apply to each answer&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-sp-if-yes.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101551iA2C43640A7652A0E/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-sp-if-yes.png" alt="flow-sp-if-yes.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI class=""&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Check the confidence level&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-sp-con-level.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101552iDDCDE1005A63AC68/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-sp-con-level.png" alt="flow-sp-con-level.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI class=""&gt;In the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;If no&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;section, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;If Approved&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-sp-if-approved.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101553iCC5D412D6F086961/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-sp-if-approved.png" alt="flow-sp-if-approved.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI class=""&gt;In the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;If no&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;section, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create item&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-sp-if-no-createitem.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101571i85DFBD2DE014522F/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-sp-if-no-createitem.png" alt="flow-sp-if-no-createitem.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI class=""&gt;Paste the SharePoint Site URL in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Site Address&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-sp-create-item.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101554i84E96C6140BB6824/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-sp-create-item.png" alt="flow-sp-create-item.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI class=""&gt;&lt;SPAN&gt;Click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-save.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101555i4E66E0351B5E25E3/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-save.png" alt="flow-save.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id="step-5-import-and-update-the-flow-that-adds-items-from-yammer-to-qna-maker" class="heading-with-anchor"&gt;Step 5: Import and update the flow that adds items from Yammer to QNA Maker&lt;/H2&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;To import&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;AddItemToQnAMakerFlow.zip&lt;/STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;flow package that you downloaded in Step 1, use the same process you used to import the previous flow.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-2-create-as-new.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101556iDD777D1477BCF11F/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-2-create-as-new.png" alt="flow-2-create-as-new.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P class="alert-title"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;U&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P class=""&gt;&lt;U&gt;&lt;STRONG&gt;Instead of creating a new SharePoint Connection, you can select the one you created earlier.&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Update the flow.&lt;/P&gt;
&lt;P&gt;a. Click the first node, and paste the SharePoint Site URL into the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Site Address&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box.&lt;/P&gt;
&lt;P&gt;a. Click the first node, and paste the SharePoint Site URL into the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Site Address&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE data-author-content="![SharePoint Connector showing the site address](../media/kb/flow-when-new-item-created.png)
"&gt;![SharePoint Connector showing the site address](../media/kb/flow-when-new-item-created.png)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;b. Use the values you collected earlier to initialize&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Knowledge Base Id&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Cognitive Services Key&lt;/STRONG&gt;.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE data-author-content="![Initialize Knowledge Base Id and Cognitive Services ID](../media/kb/flow-2-variables.png)
"&gt;![Initialize Knowledge Base Id and Cognitive Services ID](../media/kb/flow-2-variables.png)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;To save the flow, click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id="step-6-try-it-ask-sample-questions-in-the-yammer-group" class="heading-with-anchor"&gt;Step 6: Try it! Ask sample questions in the Yammer group&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now that you have everything set up, you can ask some suggested sample questions in your Yammer group, and see how they are turned into official answers, using the sample content you put in SharePoint. You'll see what happens when QnA Maker identifies an answer, and when it isn't sure it has an answer.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P class=""&gt;Ask the following sample question in your Yammer group:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Who is the target audience for the QnA Maker tool?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qna-maker-1.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101557i33C3AEB85D87ACFF/image-size/large?v=1.0&amp;amp;px=999" role="button" title="qna-maker-1.png" alt="qna-maker-1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Wait up to two minutes for an answer.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yammer-qa-1.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101558i9B74511CA7E47439/image-size/large?v=1.0&amp;amp;px=999" role="button" title="yammer-qa-1.png" alt="yammer-qa-1.png" /&gt;&lt;/span&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Ask a question to the Yammer Group that is slightly different then what the knowledge base is expecting, such as:&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Please let me know is the QnA Maker cost-free?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qna-maker-2.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101561i2F175C6006C58E92/image-size/large?v=1.0&amp;amp;px=999" role="button" title="qna-maker-2.png" alt="qna-maker-2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;a. The Cognitive Services will identify that this question is similar to one that it has an answer for, but it is not quite confident enough that it is correct, so it will trigger an email for approver verification.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yammer-qa-2.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101562i26CE5D2725649CF9/image-size/large?v=1.0&amp;amp;px=999" role="button" title="yammer-qa-2.png" alt="yammer-qa-2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;b. The approver will then review the answer that the Cognitive Service wants to provide and then Approve it Outlook.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="outlook-approve.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101563iE67EAE35B8448550/image-size/large?v=1.0&amp;amp;px=999" role="button" title="outlook-approve.png" alt="outlook-approve.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;c. A new answer will then be provided in the Yammer conversation&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yammer-qa-2-2.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101564i703A5D36D197D061/image-size/large?v=1.0&amp;amp;px=999" role="button" title="yammer-qa-2-2.png" alt="yammer-qa-2-2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;d. The question asked will be added to the knowledge base by the flow so that the question can be answered quicker in the future.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qna-maker-2-2.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101565iE52FB5BF0A6D71AA/image-size/large?v=1.0&amp;amp;px=999" role="button" title="qna-maker-2-2.png" alt="qna-maker-2-2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P class="alert-title"&gt;&lt;U&gt;&lt;STRONG&gt;Note:&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P class=""&gt;&lt;U&gt;&lt;STRONG&gt;If you ask the same question again, you will get the answer immediately.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Ask a question that is not in the knowledge base:&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Can we create a live event in a Yammer group?&lt;/STRONG&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yammer-qa-3.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101566i27091D48B936C17A/image-size/large?v=1.0&amp;amp;px=999" role="button" title="yammer-qa-3.png" alt="yammer-qa-3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a. Just like before, Cognitive Services will look for approval. In Outlook, reject the wrong answer, and input the correct answer in the comments box, then click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Submit&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="outlook-reject.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101567iD5A47E824251C966/image-size/large?v=1.0&amp;amp;px=999" role="button" title="outlook-reject.png" alt="outlook-reject.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;b. A new answer will be provided in the Yammer conversation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yammer-qa-3-2.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101568iDC5FAEB6DDBF4519/image-size/large?v=1.0&amp;amp;px=999" role="button" title="yammer-qa-3-2.png" alt="yammer-qa-3-2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;c. The question asked will be added to the QnA list by the Yammer FAQs flow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sp-qna-item-added.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101569i1833D06AA905F511/image-size/large?v=1.0&amp;amp;px=999" role="button" title="sp-qna-item-added.png" alt="sp-qna-item-added.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;d. Finally, the newly added SharePoint list item will be added to the knowledge base by the Add Item to QnA Marker flow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qna-maker-item-added.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101570i6AAC8242288A063B/image-size/large?v=1.0&amp;amp;px=999" role="button" title="qna-maker-item-added.png" alt="qna-maker-item-added.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;P class="alert-title"&gt;&lt;U&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P class=""&gt;&lt;U&gt;&lt;STRONG&gt;If you ask the same question again, you will get the answer immediately.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id="step-7-replace-the-sample-content-with-your-own" class="heading-with-anchor"&gt;Step 7: Replace the sample content with your own&lt;/H2&gt;
&lt;P class=""&gt;Now that you have the integration working with sample content, replace the sample content with appropriate content for your organization.&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you to Todd Baginski, Microsoft MVP, for developing this integration.&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Aug 2020 22:09:54 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/yammer-resources/create-a-knowledge-based-community-in-yammer-by-using-qna-maker/ta-p/393467</guid>
      <dc:creator>Irene_Pasternack</dc:creator>
      <dc:date>2020-08-27T22:09:54Z</dc:date>
    </item>
    <item>
      <title>Identify sentiment of comments in a Yammer group by using Azure Cognitive Services and Flow</title>
      <link>https://techcommunity.microsoft.com/t5/yammer-resources/identify-sentiment-of-comments-in-a-yammer-group-by-using-azure/ta-p/393398</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;This article shows you how to set up a Yammer group to collect feedback and ideas for continued improvement, and have one person in your organization notified immediately when a specific sentiment, such as positive or negative feedback is posted. This solution uses Azure Cognitive Services to analyze the posted messages, and uses Microsoft Flow to connect Yammer, Azure Cognitive Services, SharePoint Online and Outlook.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have this integration set up with examples of positive and negative feedback, an email will be sent to a designated person whenever a negative message is posted so that a response can be posted quickly. You can easily modify the integration to send email to track other types of opinions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="prerequisites" class="heading-with-anchor"&gt;Prerequisites&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;An Azure subscription and an account with permissions to create Resource groups and other Azure resources.&lt;/LI&gt;
&lt;LI&gt;An Office 365 license: Business Essentials/Premium or Enterprise E1/E3/E5.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="step-1-download-flow-package-needed-for-this-integration" class="heading-with-anchor"&gt;Step 1: Download flow package needed for this integration&lt;/H2&gt;
&lt;P&gt;This article has an associated flow package that is stored in the file DetectSentiment.zip.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.microsoft.com/fwlink/?linkid=2065917" target="_blank" rel="noopener" data-linktype="external"&gt;Download the DetectSentiment.zip file from the Yammer technical community&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 100%;" border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="width: 50%;"&gt;File&lt;/TD&gt;
&lt;TD style="width: 50%;"&gt;Description&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="width: 50%;"&gt;&lt;SPAN&gt;DetectSentiment.zip&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD style="width: 50%;"&gt;Zip file containing a package for the flow that connects Yammer to Azure Cognitive Services.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="step-2-create-yammer-group" class="heading-with-anchor"&gt;Step 2: Create Yammer group&lt;/H2&gt;
&lt;P&gt;In this step, you create the Yammer group to post the messages to.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P class=""&gt;In a web browser, open&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.yammer.com/" target="_blank" rel="noopener" data-linktype="external"&gt;https://www.yammer.com&lt;/A&gt;, and sign in with your organization account.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In Yammer, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;+ Create a group.&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yammer-home.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101456i22792FE7DF1BB8E3/image-size/large?v=1.0&amp;amp;px=999" role="button" title="yammer-home.png" alt="yammer-home.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;&lt;STRONG&gt;INTERNAL GROUP.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-yammer-group.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101458i340B6530D11BDBAD/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-yammer-group.png" alt="create-yammer-group.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Enter a&lt;SPAN style="font-family: inherit; font-weight: 300;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Group Name&lt;/STRONG&gt;&lt;SPAN style="font-family: inherit; font-weight: 300;"&gt;. For example:&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-weight: 300;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;zzYammerGroup&lt;/STRONG&gt;&lt;SPAN style="font-family: inherit; font-weight: 300;"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Enter&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Group Members&lt;/STRONG&gt;&lt;SPAN style="font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Select&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Public Access&lt;/STRONG&gt;&lt;SPAN style="font-family: inherit;"&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create Group&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;The newly created group is added in the left navigation.&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yammer-group-leftnav.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101459i556C1D2C70FAC454/image-size/large?v=1.0&amp;amp;px=999" role="button" title="yammer-group-leftnav.png" alt="yammer-group-leftnav.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id="step-3-create-a-sharepoint-list-to-store-sentiment-data" class="heading-with-anchor"&gt;Step 3: Create a SharePoint list to store sentiment data&lt;/H2&gt;
&lt;P&gt;In this step, you create a SharePoint list to store the sentiment data that Azure Cognitive Services uses to determine what is negative feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Click the button in the top left of the screen and select &lt;STRONG&gt;SharePoint&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sharepoint-yammer.png" style="width: 510px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101461iCEAA81A5155DFF83/image-size/large?v=1.0&amp;amp;px=999" role="button" title="sharepoint-yammer.png" alt="sharepoint-yammer.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure you would have necessary permissions to create a SharePoint list in a SharePoint site.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;Create a new list named&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;SentimentAnalysis&lt;/STRONG&gt;.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Click&amp;nbsp;&lt;STRONG&gt;+ New&lt;/STRONG&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;STRONG&gt;List&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ask.png" style="width: 444px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101462iA97DCB4E16F87042/image-size/large?v=1.0&amp;amp;px=999" role="button" title="ask.png" alt="ask.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;In the Name textbox, enter&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;SentimentAnalysis&lt;/STRONG&gt;&lt;SPAN&gt;, then click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create list.png" style="width: 387px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101463iEC6CE977ADBE1000/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create list.png" alt="create list.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Create a new column named Score.&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Click + &lt;STRONG&gt;Add column&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Number&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add-number-column.png" style="width: 364px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101476i4DDC1CDBDDB99026/image-size/large?v=1.0&amp;amp;px=999" role="button" title="add-number-column.png" alt="add-number-column.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;In the &lt;STRONG&gt;Name&lt;/STRONG&gt; textbox, enter &lt;STRONG&gt;Score&lt;/STRONG&gt;, then click &lt;STRONG&gt;Save&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add-number-column-detail.png" style="width: 354px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101478iE623376263D66727/image-size/large?v=1.0&amp;amp;px=999" role="button" title="add-number-column-detail.png" alt="add-number-column-detail.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Create a new column named &lt;STRONG&gt;Message Link&lt;/STRONG&gt;.
&lt;OL&gt;
&lt;LI&gt;Click + &lt;STRONG&gt;Add column&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Hyperlink&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hyperlink.png" style="width: 336px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101479iCDABDE822C16F08F/image-size/large?v=1.0&amp;amp;px=999" role="button" title="hyperlink.png" alt="hyperlink.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;In the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;textbox, enter&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Message Link&lt;/STRONG&gt;&lt;SPAN&gt;, then click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add-link-column-detail.png" style="width: 358px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101480iC6A7D028FCAD1065/image-size/large?v=1.0&amp;amp;px=999" role="button" title="add-link-column-detail.png" alt="add-link-column-detail.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Copy and save the URL to the list you created, you will need it in subsequent steps.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id="step-4-create-a-cognitive-service" class="heading-with-anchor"&gt;Step 4: Create a Cognitive Service&lt;/H2&gt;
&lt;P&gt;Create a Cognitive Service to perform sentiment analysis for the messsages posted in the Yammer group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In a web browser, open the &lt;A href="https://portal.azure.com/" target="_blank" rel="noopener"&gt;Azure Portal&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Click + &lt;STRONG class=""&gt;Create a resource&lt;/STRONG&gt;, then enter &lt;STRONG class=""&gt;Create a resource&lt;/STRONG&gt; in the search box.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-cognitiveservice.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101482iAC497BDDA17CC220/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-cognitiveservice.png" alt="create-cognitiveservice.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Select&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Cognitive Services&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-cognitiveservice-1.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101483i5C8F1DED011B233A/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-cognitiveservice-1.png" alt="create-cognitiveservice-1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;button.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-cognitiveservice-2.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101484i658E2727BA814BDD/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-cognitiveservice-2.png" alt="create-cognitiveservice-2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Create a Cognitive Service&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-cognitiveservice-detail.png" style="width: 518px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101485iB9CD7B7E2158709F/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-cognitiveservice-detail.png" alt="create-cognitiveservice-detail.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P class=""&gt;Enter a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;. For example: SentimentAnalysis&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;Select a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Subscription.&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;Select a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Location.&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;Select a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Pricing tier&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;For example: S0&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;Create a new&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Resource group.&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;&amp;nbsp;Click the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;button.&lt;BR /&gt;&lt;BR /&gt;A new Cognitive Services instance is created.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;Select the Cognitive Service you just created. You will find it in the new Resource group.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="select-cognitiveservice.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101486iE1A865EFBC988C2C/image-size/large?v=1.0&amp;amp;px=999" role="button" title="select-cognitiveservice.png" alt="select-cognitiveservice.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;RESOURCE MANAGEMENT&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;section, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Keys&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;Copy and save the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;NAME&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;KEY&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;values, you will need them in subsequent steps.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="select-cognitiveservice-detail-1.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101487i7766DA08CA256DBE/image-size/large?v=1.0&amp;amp;px=999" role="button" title="select-cognitiveservice-detail-1.png" alt="select-cognitiveservice-detail-1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;RESOURCE MANAGEMENT&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;section, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Keys&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;Copy and save the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;NAME&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;KEY&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;values, you will need them in subsequent steps.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="select-cognitiveservice-detail-2.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101488iB4753CBEFF1AF806/image-size/large?v=1.0&amp;amp;px=999" role="button" title="select-cognitiveservice-detail-2.png" alt="select-cognitiveservice-detail-2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id="step-5-import-and-update-the-yammer-sentiment-analysis-flow" class="heading-with-anchor"&gt;Step 5: Import and update the Yammer Sentiment Analysis flow&lt;/H2&gt;
&lt;P&gt;Use the Yammer Sentiment flow zip file you downloaded in Step 1 and update it to work in your environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P class=""&gt;In a web browser, open&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://flow.microsoft.com/" target="_blank" rel="noopener" data-linktype="external"&gt;https://flow.microsoft.com&lt;/A&gt;, and sign in with your work account.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Upload the package.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;&amp;nbsp;Click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;My flows&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-my-import.png" style="width: 611px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101647i792608EA211194CE/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-my-import.png" alt="flow-my-import.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click&amp;nbsp;&lt;STRONG&gt;Import&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-import-package.png" style="width: 518px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101648i7D69F410DED98C5A/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-import-package.png" alt="flow-import-package.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click&amp;nbsp;&lt;STRONG&gt;Upload&lt;/STRONG&gt;, then select the&amp;nbsp;&lt;STRONG&gt;DetectSentiment.zip&lt;/STRONG&gt;&amp;nbsp;file you downloaded.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="upload-flow-package.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101649iD3E2944A3A4A2539/image-size/large?v=1.0&amp;amp;px=999" role="button" title="upload-flow-package.png" alt="upload-flow-package.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;After the package has been uploaded, modify the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;IMPORT SETUP&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;configuration for the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Related resources&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-new-sentiment-flow.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101650i6FC8B9161E33E6DD/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-new-sentiment-flow.png" alt="create-new-sentiment-flow.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;In the&amp;nbsp;&lt;STRONG&gt;sentiment-analysis&lt;/STRONG&gt;&amp;nbsp;resource, click&amp;nbsp;&lt;STRONG&gt;Select during import&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-setup-qna-maker.png" style="width: 504px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101651iA67A8B279CD8929A/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-setup-qna-maker.png" alt="flow-setup-qna-maker.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click&amp;nbsp;&lt;STRONG&gt;+ Create new&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-new-connection.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101652i3B5F91222868A606/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-new-connection.png" alt="flow-new-connection.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click&amp;nbsp;&lt;STRONG&gt;+ New connection&lt;/STRONG&gt;, then search for&amp;nbsp;&lt;STRONG&gt;Text Analytics&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-text-analytics.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101653iD949E0F3BB6131AA/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-text-analytics.png" alt="create-text-analytics.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click the&amp;nbsp;&lt;STRONG&gt;Text Analytics&lt;/STRONG&gt;&amp;nbsp;connector provided by Microsoft.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-text-analytics-detail.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101654i27F185F3F44D9014/image-size/large?v=1.0&amp;amp;px=999" role="button" title="create-text-analytics-detail.png" alt="create-text-analytics-detail.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enter the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;KEY&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;you saved in a previous step for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Account Key&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Enter the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Endpoint&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;you saved in a previous step for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Site URL&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;Use the previous steps as a guide to configure the remaining connections (shown in the red rectangles in the picture below). Refer to the screenshots below for all the connections to help you search for and locate the appropriate connections.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-relatedresources.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101656i62DFD6737545B3F9/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-relatedresources.png" alt="flow-relatedresources.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;SharePoint Connection&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-new-sharepoint-connection.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101657i489EF180EF914DAE/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-new-sharepoint-connection.png" alt="flow-new-sharepoint-connection.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;STRONG class=""&gt;Office 365 Outlook Connection&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-outlook.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101658iE667DF0A8BB746C3/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-outlook.png" alt="flow-outlook.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;STRONG class=""&gt;Yammer Connection&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-new-yammer-connection.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101659i415B718904BCDCA3/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-new-yammer-connection.png" alt="flow-new-yammer-connection.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click&amp;nbsp;&lt;STRONG&gt;Import&lt;/STRONG&gt;&amp;nbsp;at the bottom of the page.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-importing.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101660i7FE2588EBEA8832E/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-importing.png" alt="flow-importing.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;After the flow has successfully imported, click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Open flow&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-uploaded.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101661iB94F11C01570F0D9/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-uploaded.png" alt="flow-uploaded.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Update the flow.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-detail.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101662i9C0955A4EF27C12F/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-detail.png" alt="flow-detail.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Click the first node in the flow.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-select-yammer-group.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101663i4000B85ACB350B03/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-select-yammer-group.png" alt="flow-select-yammer-group.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Group Id&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dropdown list, select the Yammer group you created earlier, then select the correct network.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Click the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Create item&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;node.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-select-create-item.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101664iF8B9F798A93BFEEB/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-select-create-item.png" alt="flow-select-create-item.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class=""&gt;In the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Site address&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dropdown list, select the SharePoint site where you created the SharePoint list.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;List name&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dropdown list, select the Sharepoint SentimentAnalysis list you created.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Detect if this is negative or positive comment from Yammer group.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-cognitiveservice.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101665iA1876D67676C22C4/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-cognitiveservice.png" alt="flow-cognitiveservice.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Configure the email information.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow-email.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101666iC0DC64E7259F48E8/image-size/large?v=1.0&amp;amp;px=999" role="button" title="flow-email.png" alt="flow-email.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;In the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;To&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;textbox, enter the email address where you would like notifications to be sent when the sentiment value indicates the message posted in Yammer is negative.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;In the&amp;nbsp;&lt;STRONG&gt;Subject&lt;/STRONG&gt;&amp;nbsp;textbox, enter the subject you would like the email to have.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="save-flow.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101667i88C97C361E9D4720/image-size/large?v=1.0&amp;amp;px=999" role="button" title="save-flow.png" alt="save-flow.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="step-6-post-messages-in-the-yammer-group-to-trigger-the-sentiment-analysis-flow" class="heading-with-anchor"&gt;Step 6: Post messages in the Yammer group to trigger the sentiment analysis flow&lt;/H2&gt;
&lt;P&gt;Post message in Yammer discussion group to trigger the Yammmer Sentiment Analysis flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;In a web browser, open&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.yammer.com/" target="_blank" rel="noopener" data-linktype="external"&gt;https://www.yammer.com&lt;/A&gt;&lt;SPAN&gt;, and sign in with your organization account. Find and open the Yammer group you created earlier.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="find-yammer-group (1).png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101677i73167444AC02D4AB/image-size/large?v=1.0&amp;amp;px=999" role="button" title="find-yammer-group (1).png" alt="find-yammer-group (1).png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Post positive and negative messages to the group.&lt;BR /&gt;&lt;BR /&gt;Negative message example: I am very frustrated by our lack of healthy eating options in the cafeteria. What can we do to improve this?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="negative-message.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101678i5AD2D7165180EAB7/image-size/large?v=1.0&amp;amp;px=999" role="button" title="negative-message.png" alt="negative-message.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Positive message example: I'm really loving our focus on empowering all employees to achieve more. So proud to work for the amazing company!&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="positive-message.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101679i73BAED29B9C0BCBE/image-size/large?v=1.0&amp;amp;px=999" role="button" title="positive-message.png" alt="positive-message.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Both the positive and negative messages are added to the SharePoint list you created.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="messages-in-sharepoint-list.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101681iDC26B380088627BF/image-size/large?v=1.0&amp;amp;px=999" role="button" title="messages-in-sharepoint-list.png" alt="messages-in-sharepoint-list.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;P class=""&gt;If you posted a negative message, an email is sent to the Inbox you configured.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="negative-message-email.png" style="width: 520px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/101682i865CBAE7EB1DBE5B/image-size/large?v=1.0&amp;amp;px=999" role="button" title="negative-message-email.png" alt="negative-message-email.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Please note that it takes a few minutes for the flow to execute after the messages are posted to Yammer.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you to Todd Baginski, Microsoft MVP, and Chris Bortlik for developing this integration.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Apr 2019 23:48:38 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/yammer-resources/identify-sentiment-of-comments-in-a-yammer-group-by-using-azure/ta-p/393398</guid>
      <dc:creator>Irene_Pasternack</dc:creator>
      <dc:date>2019-04-03T23:48:38Z</dc:date>
    </item>
    <item>
      <title>Starting August 28th, security improvements might impact users running the Yammer desktop app on Windows 7 64 bit running EMET (Enhanced Mitigation Experience Toolkit).</title>
      <link>https://techcommunity.microsoft.com/t5/yammer-resources/starting-august-28th-security-improvements-might-impact-users/ta-p/339071</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;Starting August 28th, security improvements might impact users running the Yammer desktop app on Windows 7 64 bit running EMET (Enhanced Mitigation Experience Toolkit).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; There is no impact to users running other versions of Windows, or running Windows 7 64 bit without EMET. [How does this affect me?] For users running Windows 7 64 bit and EMET, the Yammer desktop may not launch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What action do you need to take?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;To work around this, admins can do one of the following: ·&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="xxmsonormal"&gt;&lt;I&gt;Remove Yammer.exe from the list of applications monitored by EMET.&lt;/I&gt;&lt;/LI&gt;
&lt;LI class="xxmsonormal"&gt;&lt;I&gt;Disable the caller mitigation setting and EAF+ for Yammer.exe.&lt;/I&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Feb 2019 22:30:12 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/yammer-resources/starting-august-28th-security-improvements-might-impact-users/ta-p/339071</guid>
      <dc:creator>Michael Holste</dc:creator>
      <dc:date>2019-02-14T22:30:12Z</dc:date>
    </item>
    <item>
      <title>Sentiment analysis file</title>
      <link>https://techcommunity.microsoft.com/t5/yammer-resources/sentiment-analysis-file/ta-p/326370</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P style="box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; segoeui&amp;amp;quot;,&amp;amp;quot;lato&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; margin: 0px;"&gt;This download contains a zip file with the flow needed to connect Azure Cognitive Services to&amp;nbsp; Yammer to implement sentiment analysis for a Yammer group.&lt;/P&gt;
&lt;P style="box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; segoeui&amp;amp;quot;,&amp;amp;quot;lato&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; margin: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; segoeui&amp;amp;quot;,&amp;amp;quot;lato&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; margin: 0px;"&gt;Instructions for this download can be found at &lt;A href="https://docs.microsoft.com/yammer/integrate-with-other-applications/sentiment-analysis-flow-azure" target="_self"&gt;https://docs.microsoft.com/yammer/integrate-with-other-applications/sentiment-analysis-flow-azure&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; segoeui&amp;amp;quot;,&amp;amp;quot;lato&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; margin: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; segoeui&amp;amp;quot;,&amp;amp;quot;lato&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; margin: 0px;"&gt;File:&lt;/P&gt;
&lt;P style="box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; segoeui&amp;amp;quot;,&amp;amp;quot;lato&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; margin: 0px;"&gt;&amp;nbsp; &amp;nbsp; - DetectSentiment.zip: Flow file. Note that this zip file does not need to be unzipped.&amp;nbsp;&lt;/P&gt;
&lt;P style="box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; segoeui&amp;amp;quot;,&amp;amp;quot;lato&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; margin: 0px;"&gt;&amp;nbsp; &amp;nbsp; - YammerFAQs.zip: Flow files&lt;/P&gt;
&lt;P style="box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; segoeui&amp;amp;quot;,&amp;amp;quot;lato&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; margin: 0px;"&gt;&amp;nbsp; &amp;nbsp; - SampleFAQs.xls: Sample questions and answers&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Jan 2019 01:46:31 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/yammer-resources/sentiment-analysis-file/ta-p/326370</guid>
      <dc:creator>Irene_Pasternack</dc:creator>
      <dc:date>2019-01-28T01:46:31Z</dc:date>
    </item>
    <item>
      <title>Knowledge-based community files</title>
      <link>https://techcommunity.microsoft.com/t5/yammer-resources/knowledge-based-community-files/ta-p/311521</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&amp;nbsp;This download contains the files needed to implement the knowledge-based community integration of Yammer, Flow, and QnA Maker.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instructions for this download can be found at &lt;A href="https://docs.microsoft.com/yammer/integrate-with-other-applications/knowledge-base-community-flow-qna-maker" target="_blank"&gt;https://docs.microsoft.com/yammer/integrate-with-other-applications/knowledge-base-community-flow-qna-maker&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Contents of Knowledge-based-community-files.zip:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; - AddItemToQnAMaker.zip: Flow files&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; - YammerFAQs.zip: Flow files&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; - SampleFAQs.xls: Sample questions and answers&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Jan 2019 01:57:42 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/yammer-resources/knowledge-based-community-files/ta-p/311521</guid>
      <dc:creator>Irene_Pasternack</dc:creator>
      <dc:date>2019-01-09T01:57:42Z</dc:date>
    </item>
    <item>
      <title>Using OBS Studio to produce a live event in Yammer</title>
      <link>https://techcommunity.microsoft.com/t5/yammer-resources/using-obs-studio-to-produce-a-live-event-in-yammer/ta-p/305592</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;SPAN&gt;When you’re ready to produce a live event in Yammer using the OBS Studio external encoder, follow step 3 in&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.office.com/article/organize-a-live-event-in-yammer-105dd7af-9caf-4a5e-8a44-56d203e96551" target="_blank"&gt;&lt;SPAN&gt;Organize a live event in Yammer&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;. When you get to the fifth step in that section and are ready to connect OBS Studio, follow the steps below.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI data-leveltext="%1." data-font="Segoe UI Light,Times New Roman" data-listid="1" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN&gt;Open OBS Studio.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OBSStudio.png" style="width: 508px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/63714iB56EC202AD2CE603/image-dimensions/508x443?v=1.0" width="508" height="443" role="button" title="OBSStudio.png" alt="OBSStudio.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;In OBS Studio, c&lt;/SPAN&gt;&lt;SPAN&gt;lick&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Settings&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;In the left column,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Stream&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OBSStudio2.png" style="width: 538px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/63715i6E8E903D063F93B1/image-dimensions/538x417?v=1.0" width="538" height="417" role="button" title="OBSStudio2.png" alt="OBSStudio2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;n&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;URL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;input box&lt;/SPAN&gt;&lt;SPAN&gt;, p&lt;/SPAN&gt;&lt;SPAN&gt;aste the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Server Ingest URL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;you copied from Teams.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5. Enter&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;a&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Stream key&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;, for example, you could enter&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;123456&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6. Click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;OK&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;7. Add scenes and sources,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the&lt;/SPAN&gt;&lt;SPAN&gt;n&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Start Streaming&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OBStudio3.png" style="width: 564px;"&gt;&lt;img src="https://techcommunity.microsoft.com/t5/image/serverpage/image-id/63716i1421C9AE15B6F4F9/image-dimensions/564x491?v=1.0" width="564" height="491" role="button" title="OBStudio3.png" alt="OBStudio3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8.&lt;/SPAN&gt;&lt;SPAN&gt;When the event is ready to go live, g&lt;/SPAN&gt;&lt;SPAN&gt;o back to Teams,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and continue with the sixth step&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;in&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.office.com/en-us/article/organize-a-live-event-in-yammer-105dd7af-9caf-4a5e-8a44-56d203e96551?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US" target="_blank"&gt;&lt;SPAN&gt;Step 3: Produce the event in Teams or Stream&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Dec 2018 22:52:29 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/yammer-resources/using-obs-studio-to-produce-a-live-event-in-yammer/ta-p/305592</guid>
      <dc:creator>Michael Holste</dc:creator>
      <dc:date>2018-12-20T22:52:29Z</dc:date>
    </item>
    <item>
      <title>Can I decide whether to share videos with specific people or my entire organization?</title>
      <link>https://techcommunity.microsoft.com/t5/knowledge-base/can-i-decide-whether-to-share-videos-with-specific-people-or-my/ta-p/79093</link>
      <description>&lt;DIV class="lia-message-template-question-zone"&gt;&lt;H2 id="toc-hId--1333136059"&gt;Question&lt;/H2&gt;&lt;P&gt;What if I want only people in my department and not my entire company to see the video...can I do that?&lt;/P&gt;
&lt;/DIV&gt;&lt;DIV class="lia-message-template-answer-zone"&gt;&lt;H2 id="toc-hId--445632378"&gt;Answer&lt;/H2&gt;&lt;P&gt;Yes. You can share videos within&amp;nbsp;your entire&amp;nbsp;organization or set specific permissions based on a Security Group&amp;nbsp;or a specific set of people using the ?Shared with? setting that is available during upload or edit. Learn more about setting permissions &lt;A title="Getting Started" href="http://go.microsoft.com/fwlink/?LinkID=809294&amp;amp;clcid=0x409" target="_blank" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jun 2017 06:40:42 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/knowledge-base/can-i-decide-whether-to-share-videos-with-specific-people-or-my/ta-p/79093</guid>
      <dc:creator>Amit Rajput</dc:creator>
      <dc:date>2017-06-20T06:40:42Z</dc:date>
    </item>
    <item>
      <title>Will Microsoft Stream work on mobile devices?</title>
      <link>https://techcommunity.microsoft.com/t5/knowledge-base/will-microsoft-stream-work-on-mobile-devices/ta-p/79092</link>
      <description>&lt;DIV class="lia-message-template-question-zone"&gt;&lt;H2 id="toc-hId--1333136151"&gt;Question&lt;/H2&gt;&lt;P&gt;Can I use it on my mobile phone and tablets?&lt;/P&gt;
&lt;/DIV&gt;&lt;DIV class="lia-message-template-answer-zone"&gt;&lt;H2 id="toc-hId--445632470"&gt;Answer&lt;/H2&gt;&lt;P&gt;At preview, Stream will be available on mobile browsers with full functionality across all platforms (iOS, Android, Windows Phone). If you wish to see an mobile application in the future, please vote for this in our ideas section (you can vote for more than one):&lt;/P&gt;
&lt;P&gt;1. Vote for &lt;A href="https://powerusers.microsoft.com/t5/Microsoft-Stream-Ideas/iPhone-App/idi-p/4142" target="_self"&gt;iPhone App&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. Vote for &lt;A href="https://powerusers.microsoft.com/t5/Microsoft-Stream-Ideas/Android-App/idi-p/4143" target="_self"&gt;Android App&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jun 2017 06:40:35 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/knowledge-base/will-microsoft-stream-work-on-mobile-devices/ta-p/79092</guid>
      <dc:creator>Amit Rajput</dc:creator>
      <dc:date>2017-06-20T06:40:35Z</dc:date>
    </item>
    <item>
      <title>Who is Microsoft Stream intended for?</title>
      <link>https://techcommunity.microsoft.com/t5/knowledge-base/who-is-microsoft-stream-intended-for/ta-p/79091</link>
      <description>&lt;DIV class="lia-message-template-question-zone"&gt;&lt;H2 id="toc-hId--1333136177"&gt;Question&lt;/H2&gt;&lt;P&gt;&amp;nbsp;Who is Microsoft Stream intended for?&lt;/P&gt;
&lt;/DIV&gt;&lt;DIV class="lia-message-template-answer-zone"&gt;&lt;H2 id="toc-hId--445632496"&gt;Answer&lt;/H2&gt;&lt;P&gt;Microsoft Stream is the video management and sharing service for employees across businesses of all sizes who are interested in using videos in the workplace to connect, collaborate, learn and share information. Anyone can search for videos easily and consume them on their devices, whenever and wherever they want to.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jun 2017 06:40:27 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/knowledge-base/who-is-microsoft-stream-intended-for/ta-p/79091</guid>
      <dc:creator>Amit Rajput</dc:creator>
      <dc:date>2017-06-20T06:40:27Z</dc:date>
    </item>
    <item>
      <title>What is Microsoft Stream?</title>
      <link>https://techcommunity.microsoft.com/t5/knowledge-base/what-is-microsoft-stream/ta-p/79090</link>
      <description>&lt;DIV class="lia-message-template-question-zone"&gt;&lt;H2 id="toc-hId--1333194899"&gt;Question&lt;/H2&gt;&lt;P&gt;So what exacly is Microsoft Stream and can I use it from anywhere in the world?&lt;/P&gt;
&lt;/DIV&gt;&lt;DIV class="lia-message-template-answer-zone"&gt;&lt;H2 id="toc-hId--445691218"&gt;Answer&lt;/H2&gt;&lt;P&gt;Microsoft Stream is a cloud video service that provides a secure and easy way for employees at organizations of all sizes to upload, watch, share, organize and discover all videos within their organization from a single portal. Today, Microsoft Stream is available in preview globally and is free for anyone with a work email address to sign up.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jun 2017 06:40:16 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/knowledge-base/what-is-microsoft-stream/ta-p/79090</guid>
      <dc:creator>Amit Rajput</dc:creator>
      <dc:date>2017-06-20T06:40:16Z</dc:date>
    </item>
  </channel>
</rss>

