Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added azure links
  • Loading branch information
REDMOND\v-nosohl committed Feb 5, 2018
commit 5265156748d41cb0c1bbab5814907ae8af9a5994
11 changes: 2 additions & 9 deletions msteams-platform/get-started/get-started-dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,13 @@ The app will only be available during the current session on your development ma

### Host in Azure

> [!WARN]
> Update the following section to host .NET app in Azure using App Service.

Microsoft Azure lets you host your Node.js web application on a free tier using shared infrastructure. This will be sufficient to run this `Hello World` sample.
Microsoft Azure lets you host your .Net application on a free tier using shared infrastructure. This will be sufficient to run this `Hello World` sample.

If you have never used Azure before, you can get started by creating a new free account.

Follow this guide to help you get started: [Azure developer guide](https://docs.microsoft.com/en-us/azure/guides/developer/azure-developer-guide?toc=/microsoftteams/platform/toc.json&bc=/microsoftteams/platform/breadcrumb/toc.json#understanding-accounts-subscriptions-and-billing).

To get your Node.js app hosted in Azure, you can follow the guide here: [Create a Node.js web app in Azure](/azure/app-service/app-service-web-get-started-nodejs?toc=/microsoftteams/platform/toc.json&bc=/microsoftteams/platform/breadcrumb/toc.json#launch-azure-cloud-shell).

> [!NOTE]
> You would skip the steps to clone the repo from the guide above, because we already are working with a Node.js sample app for Microsoft Teams.
> For your convenience, the link above takes you directly to the location where you should start from, to host your app in Azure.
To get your .Net app hosted as an App Service in Azure, you can follow the guide here: [Create a .NET core app in Azure](https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-dotnet).

Once you host your app in Azure, you can verify by opening your browser and going to `https://yourteamsapp.azurewebsites.net` (please be sure to use the right endpoint from your Azure App Service instead of this URL) to load your app's hello page.

Expand Down