Updates from: 04/02/2022 01:56:55
Service Microsoft Docs article Related commit history on GitHub Change details
platform Channel And Group Conversations https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/bots/how-to/conversations/channel-and-group-conversations.md
Do not send a message in the following cases:
[!INCLUDE [sample](~/includes/bots/teams-bot-samples.md)]
+## Step-by-step guide
+
+Follow the [step-by-step guide](../../../sbs-teams-conversation-bot.yml), to create a Teams conversational bot.
+ ## Next step > [!div class="nextstepaction"]
platform Create Personal Tab https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/create-personal-tab.md
Ensure that you have all the [prerequsites](~/tabs/how-to/tab-requirements.md) t
## Create a personal tab with Node.js
-To create a personal tab with Node.js
- 1. At the command prompt, install the [Yeoman](https://yeoman.io/) and [gulp-cli](https://www.npmjs.com/package/gulp-cli) packages by entering the following command after installing the Node.js: ```cmd
Create a content page and update the existing files of the personal tab applicat
{ "entityId": "personalTab", "name": "Personal Tab ",
- "contentUrl": "https://{{HOSTNAME}}/<yourDefaultTabNameTab>/personal.html",
- "websiteUrl": "https://{{HOSTNAME}}",
+ "contentUrl": "https://{{PUBLIC_HOSTNAME}}/<yourDefaultTabNameTab>/personal.html",
+ "websiteUrl": "https://{{PUBLIC_HOSTNAME}}",
"scopes": ["personal"] } ```
gulp ngrok-serve
## Create a personal tab with ASP.NET Core
-You can create a custom personal tab using C# and ASP.NET Core Razor pages. To create a personal tab with ASP.NET Core
- 1. At the command prompt, create a new directory for your tab project. 1. Clone the sample repository into your new directory using the following command or you can download the [source code](https://github.com/OfficeDev/Microsoft-Teams-Samples) and extract the files:
ngrok http 3978 --host-header=localhost
## Create a personal tab with ASP.NET Core MVC
-You can create a custom personal tab using C# and ASP.NET Core MVC. To create a personal tab with ASP.NET Core MVC
- 1. At the command prompt, create a new directory for your tab project. 1. Clone the sample repository into your new directory using the following command or you can download the [source code](https://github.com/OfficeDev/Microsoft-Teams-Samples) and extract the files:
platform Deploy https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/toolkit/deploy.md
The get started guides help you to deploy using Teams Toolkit. You can use the f
## See also * [Add more cloud resources](add-resource.md)
+* [Create and deploy an Azure cloud service](/azure/cloud-services/cloud-services-how-to-create-deploy-portal)
* [Add more Teams app capabilities](add-capability.md) * [Deploy project code with CI/CD pipelines](use-CICD-template.md) * [Manage multiple environments](TeamsFx-multi-env.md)
platform Use CICD Template https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/toolkit/use-CICD-template.md
Title: CI or CD Support for Teams Application Developers
+ Title: Learn how to use CI or CD pipeline templates in GitHub, Azure Devops, and Jenkins for Teams Application Developers
description: CICD templates
platform Whats New https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/whats-new.md
Discover Microsoft Teams platform features that are generally available (GA) and
| Date | Update | Find here | | | | |
+|04/01/2022| Introduced step-by-step guide to create Teams conversational bot| Build bots > Bot conversations > Channel and group conversations > [Step-by-step guide to create Teams conversational bot](sbs-teams-conversation-bot.yml) |
|03/30/2022| Updated the Get started module with Blazor app using tabs and bots| Get started > [Build your first app using Blazor](sbs-gs-blazorupdate.yml)| |03/30/2022|Device permissions for the browser | Integrate device capabilities > [Device permissions for the browser](concepts/device-capabilities/browser-device-permissions.md) | |03/29/2022 | Integrate People Picker | Integrate with Teams > [Integrate People Picker](concepts/device-capabilities/people-picker-capability.md)|
Microsoft Teams platform features that are available to all app developers.
| **Date** | **Update** | **Find here** | | -- | | -|
+|04/01/2022| Introduced step-by-step guide to create Teams conversational bot| Build bots > Bot conversations > Channel and group conversations > [Step-by-step guide to create Teams conversational bot](sbs-teams-conversation-bot.yml) |
|03/30/2022| Updated the Get started module with Blazor app using tabs and bots| Get started > [Build your first app using Blazor](sbs-gs-blazorupdate.yml)| |03/30/2022|Device permissions for the browser | Integrate device capabilities > [Device permissions for the browser](concepts/device-capabilities/browser-device-permissions.md) | |03/29/2022 |Integrate People Picker | Integrate with Teams > [Integrate People Picker](concepts/device-capabilities/people-picker-capability.md)