Skip to content

DavidDeSloovere/AzureFunction-OctopusToMicrosoftTeams

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

AzureFunction-OctopusToMicrosoftTeams

See the blog post at http://blog.deltacode.be/2016/11/17/azure-functions-octopus-deploy-and-microsoft-teams-channel/

Code for an Azure Function that:

  • accepts a payload sent by Octopus Deploy (via subscriptions) and
  • posts information to a Microsoft Teams channel (0365 web hook).

Inspiration found at

The Azure Function was started from the Generic WebHook C# template. Initially I coded the function directly in the Azure Portal, the feedback cycle is fast, the online editor is good enough for small things. When the code was complete, I set up continuous delivery. So every commit to the master will automatically update the code in Azure.

About

Code for an Azure Function (generic webhook) that accepts a payload sent by Octopus Deploy and posts information to a Microsoft Teams channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages