Skip to content

Commit

Permalink
add azure function example
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeekk committed May 26, 2024
1 parent a514381 commit a8b7492
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ typings/
# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Start a local https server to forward api request to repository server:
* run server: `node serve.cjs`
* open "https://localhost:<port>" in browser, choose Provider BitbucketServer

Side note: with Azure Function App its possible to easily deploy managed Azure Functions, which could be used as backend api for forwarding requests. An example is included in Azurefunc.tgz.

## Build
* make sure nodejs & npm are installed
* clone git repository
Expand Down
Binary file added azurefunc.tgz
Binary file not shown.

0 comments on commit a8b7492

Please sign in to comment.