Skip to content

beachside-project/azure-functions-extensions-ms-teams

Repository files navigation

azure-functions-extensions-ms-teams

Build Status WebJobsExtensions.CustomBindings.MicrosoftTeams package in beachside-nuget feed in Azure Artifacts
(Feed on Azure Artifacts private)

Azure Functions Custom Bindings for MS Teams.

Prerequisites: Teams settings

Prerequisites: Functions App settings

Functions App use environment valiable "TeamsWebhookUri", so need to set it.

For local debug

  • add local.settings.json file.
  • add following json
{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "UseDevelopmentStorage=true",
    "FUNCTIONS_WORKER_RUNTIME": "dotnet",
    "TeamsWebhookUri": "<teams webhook url !!!! >"
  }
}

For Running on Azure

  • Set "TeamsWebhookUri" key and value to Application settings.

How to use

WIP: add description

How to add card

WIP: add description

About

Nuget package: Azure Functions Custom Bindings for MS Teams

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages