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: 4 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T21:40:00.000Z (over 2 years ago)
- Last Synced: 2025-10-13T02:32:02.993Z (4 months ago)
- Topics: azure-functions, powershell, powershell-core
- Language: PowerShell
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerShell Azure Function Hello World
[](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`