Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfinke/powershell-azure-function-helloworld
PowerShell Azure Function Hello World
https://github.com/dfinke/powershell-azure-function-helloworld
azure-functions powershell powershell-core
Last synced: 2 months ago
JSON representation
PowerShell Azure Function Hello World
- Host: GitHub
- URL: https://github.com/dfinke/powershell-azure-function-helloworld
- Owner: dfinke
- License: mit
- Created: 2019-05-24T17:27:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T21:40:00.000Z (over 1 year ago)
- Last Synced: 2024-10-12T21:01:48.706Z (3 months ago)
- Topics: azure-functions, powershell, powershell-core
- Language: PowerShell
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerShell Azure Function Hello World
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fdfinke%2fpowershell-azure-function-helloworld%2fmaster%2fazuredeploy.json)
Check out [Awesome Powershell Azure Functions](https://github.com/dfinke/awesome-powershell-azure-functions)
# Some Prerequisites
- [Install .NET Core SDK 2.2+](https://dotnet.microsoft.com/download) (required by Azure Functions Core Tools and available on all supported platforms).
- Install version 2.x of the [Azure Functions Core Tools](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#v2).# How To Run
1. `git clone https://github.com/dfinke/powershell-azure-function-helloworld.git`
1. cd `powershell-azure-function-helloworld`
1. `func start`
1. Paste into a browser `http://localhost:7071/api/powershell-azure-function-helloworldHttpTrigger`