Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Add the card to Viva Connections Dashboard

Benjamin Tsai edited this page Apr 14, 2023 · 7 revisions

Ensure the tenant has the application catalog configured

  1. Go to SharePoint admin center
  2. Select More Features and then click on Open under "Apps".
image
<*NOTE*> if the app catalog doesn't exist the system will take some seconds to create the application catalog before landing on the page showed above.

3. In your cloned repository, go to
* If using C#: **labs** > **NewBotACE** > **csharp** > **TeamsAppManifest**.
* If using NodeJS: **labs** > **NewBotACE** > **nodeJS** > **appPackage**.

4. Create a .zip with the following files that are present in the folder:
* manifest.json
* outline.png
* color.png

5. Add the zip file to the Application catalog.
6. When prompted, selet "Enable this app and add it to all sites" option and then click "Enable app"

image


Configure Viva Connections Dashboard

  1. Go to SharePoint admin center.
  2. Select Settings.
  3. Click on SharePoint Home site. image
  4. Set the home site as the root of your tenant.
  5. Click Save to confirm.
  6. From the home site, click the settings gear and then Manage Viva Connections. image
  7. in the "Manage Viva Connections" screen, select Create Dashboard. At this point the dashboard opens; click on Add a card to show the card picker and select your Bot ACE. image
Clone this wiki locally