Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`