{"id":15140327,"url":"https://github.com/ethomson/probot-serverless-azurefunctions","last_synced_at":"2025-09-29T08:31:54.255Z","repository":{"id":33959730,"uuid":"164160067","full_name":"ethomson/probot-serverless-azurefunctions","owner":"ethomson","description":"Azure Functions adapter for Probot tools","archived":true,"fork":false,"pushed_at":"2022-06-02T19:02:38.000Z","size":1118,"stargazers_count":15,"open_issues_count":13,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-14T20:35:51.956Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethomson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-04T22:16:52.000Z","updated_at":"2023-01-28T00:16:52.000Z","dependencies_parsed_at":"2022-08-27T12:01:36.859Z","dependency_job_id":null,"html_url":"https://github.com/ethomson/probot-serverless-azurefunctions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethomson%2Fprobot-serverless-azurefunctions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethomson%2Fprobot-serverless-azurefunctions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethomson%2Fprobot-serverless-azurefunctions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethomson%2Fprobot-serverless-azurefunctions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethomson","download_url":"https://codeload.github.com/ethomson/probot-serverless-azurefunctions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234604488,"owners_count":18859164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-26T08:02:08.585Z","updated_at":"2025-09-29T08:31:48.962Z","avatar_url":"https://github.com/ethomson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Azure Functions Extension for Probot\n\nThis tool is deprecated. Please use Probot's [adapter-azure-functions](https://github.com/probot/adapter-azure-functions).\n\n## Usage\n\nA [Probot](https://github.com/probot/probot) extension to make it\neasier to run your Probot Apps in Azure Functions.\n\n```shell\n$ npm install probot-serverless-azurefunctions\n```\n\n```javascript\n// index.js\nconst { serverless } = require('probot-serverless-azurefunctions')\n\nconst appFn = (app) =\u003e {\n\tapp.on(['*'], async (context) =\u003e {\n\t\tapp.log(`Received event: ${context.event}`)\n\t})\n}\n\nmodule.exports.probot = serverless(appFn)\n```\n\n## Configuration\nThis package moves the functionality of `probot run` into a handler suitable for usage in Azure Functions. Follow the documentation on [Environment Configuration](https://probot.github.io/docs/configuration/) to setup your app's environment variables. You can add these to `.env`, but for security reasons you may want to use the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) or the user-interface to set Environment Variables for the function so you don't have to include any secrets in the deployed package.\n\n## Differences from `probot run`\n\n#### Local Development\nSince Azure Functions do not start a normal node process, the best way we've found to test this out locally is to use the [Azure Functions Core Tools](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local) or [another local emulator](https://docs.microsoft.com/en-us/azure/azure-functions/functions-develop-local) on your local machine before deploying your function to Azure.\n\n#### Long running tasks\nSome Probot Apps that depend on long running processes or intervals will not work with this extension. This is due to the inherent architecture of serverless functions, which are designed to respond to events and stop running as quickly as possible. For longer running apps we recommend using [other deployment options](https://probot.github.io/docs/deployment).\n\n#### Only responds to Webhooks from GitHub\nThis extension is designed primarily for receiving webhooks from GitHub and responding back as a GitHub App.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethomson%2Fprobot-serverless-azurefunctions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethomson%2Fprobot-serverless-azurefunctions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethomson%2Fprobot-serverless-azurefunctions/lists"}