{"id":14980446,"url":"https://github.com/dfinke/powershell-azure-function-helloworld","last_synced_at":"2026-03-16T00:07:21.666Z","repository":{"id":66743330,"uuid":"188462324","full_name":"dfinke/powershell-azure-function-helloworld","owner":"dfinke","description":"PowerShell Azure Function Hello World","archived":false,"fork":false,"pushed_at":"2023-08-15T21:40:00.000Z","size":25,"stargazers_count":3,"open_issues_count":0,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T02:32:02.993Z","etag":null,"topics":["azure-functions","powershell","powershell-core"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/dfinke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-24T17:27:14.000Z","updated_at":"2024-02-05T22:46:21.000Z","dependencies_parsed_at":"2024-09-24T05:00:25.632Z","dependency_job_id":null,"html_url":"https://github.com/dfinke/powershell-azure-function-helloworld","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"b456263b928f4dd6d7c9784b03da3a84317b54df"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/dfinke/powershell-azure-function-helloworld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinke%2Fpowershell-azure-function-helloworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinke%2Fpowershell-azure-function-helloworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinke%2Fpowershell-azure-function-helloworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinke%2Fpowershell-azure-function-helloworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfinke","download_url":"https://codeload.github.com/dfinke/powershell-azure-function-helloworld/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinke%2Fpowershell-azure-function-helloworld/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014012,"owners_count":26085346,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["azure-functions","powershell","powershell-core"],"created_at":"2024-09-24T14:01:47.384Z","updated_at":"2025-10-13T02:32:43.082Z","avatar_url":"https://github.com/dfinke.png","language":"PowerShell","readme":"# PowerShell Azure Function Hello World\n\n[![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)\n\n\u003c!-- [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https://raw.githubusercontent.com/dfinke/powershell-azure-function-helloworld/master/azuredeploy.json) --\u003e\n\n\u003c!-- [![Deploy to Azure](https://azuredeploy.net/deploybutton.svg)](https://azuredeploy.net/?repository=https://github.com/dfinke/powershell-azure-function-helloworld/tree/master) --\u003e\n\n\u003c!-- [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://azuredeploy.net/?repository=https://github.com/dfinke/powershell-azure-function-helloworld/tree/master) --\u003e\n\n\u003c!-- [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.storage%2Fstorage-account-create%2Fazuredeploy.json) --\u003e\n\n\u003c!-- https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.storage/storage-account-create/azuredeploy.json --\u003e\n\n\u003c!-- https://dev.azure.com/{organization-name}/{project-name}/_apis/git/repositories/{repository-name}/items?scopePath={url-encoded-path}\u0026api-version=6.0 --\u003e\n\nCheck out [Awesome Powershell Azure Functions](https://github.com/dfinke/awesome-powershell-azure-functions)\n\n# Some Prerequisites\n\n- [Install .NET Core SDK 2.2+](https://dotnet.microsoft.com/download) (required by Azure Functions Core Tools and available on all supported platforms).\n- Install version 2.x of the [Azure Functions Core Tools](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#v2).\n\n# How To Run\n\n1. `git clone https://github.com/dfinke/powershell-azure-function-helloworld.git`\n1. cd `powershell-azure-function-helloworld`\n1. `func start`\n1. Paste into a browser `http://localhost:7071/api/powershell-azure-function-helloworldHttpTrigger`","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinke%2Fpowershell-azure-function-helloworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfinke%2Fpowershell-azure-function-helloworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinke%2Fpowershell-azure-function-helloworld/lists"}