{"id":17038021,"url":"https://github.com/kzu/minimalfunctions","last_synced_at":"2026-02-19T16:01:46.790Z","repository":{"id":39638450,"uuid":"402471094","full_name":"kzu/MinimalFunctions","owner":"kzu","description":"Mostly minimal .NET 6.0 preview APIs in Azure Functions","archived":false,"fork":false,"pushed_at":"2025-02-09T18:46:03.000Z","size":66,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-21T16:03:19.095Z","etag":null,"topics":["azure","azure-functions","serverless"],"latest_commit_sha":null,"homepage":"","language":"C#","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/kzu.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.txt","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security.md","support":"support.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"devlooped"}},"created_at":"2021-09-02T15:26:33.000Z","updated_at":"2025-02-09T18:46:06.000Z","dependencies_parsed_at":"2024-11-29T15:32:37.833Z","dependency_job_id":"f4e3fd82-f631-4828-8494-d5ac388f996d","html_url":"https://github.com/kzu/MinimalFunctions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kzu/MinimalFunctions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzu%2FMinimalFunctions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzu%2FMinimalFunctions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzu%2FMinimalFunctions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzu%2FMinimalFunctions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kzu","download_url":"https://codeload.github.com/kzu/MinimalFunctions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzu%2FMinimalFunctions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29621889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","azure-functions","serverless"],"created_at":"2024-10-14T08:55:43.965Z","updated_at":"2026-02-19T16:01:46.762Z","avatar_url":"https://github.com/kzu.png","language":"C#","readme":"# MinimalFunctions\n\n(Mostly) Minimal .NET 6.0 (preview) APIs in Azure Functions\n\nEnd-to-end example of building and deploying .NET 6 APIs to \nAzure Functions (current stable, v3) runtime using GitHub \nactions.\n\n\nSteps to get (this) end-to-end .NET6 function running in Azure Functions:\n\n1. Fork this repo\n1. Create a Functions app using a new resource group named `minimalfunction`, .NET 3.1 runtime, Windows hosting\n1. Using the Azure CLI, [create credentials](https://github.com/Azure/functions-action#using-azure-service-principal-for-rbac-as-deployment-credential) for the deployment with:\n   `az ad sp create-for-rbac --name minimalfunction --role contributor --scopes \"/subscriptions/[SUBSCRIPTION_ID]/resourceGroups/minimalfunction\" --sdk-auth`\n   Note the use of the resource group as the scope, *not* just the web app (didn't work with that for me).\n1. Copy the resulting json and set it as a repository secret named `AZURE_CREDENTIALS`\n1. Add another repository secret named `AZURE_APPNAME` with your function app name for deployment\n1. The build script needs to install func v4 with `npm i -g azure-functions-core-tools@4 --unsafe-perm true`, \n   and then do the publish with `func azure functionapp publish ${{ secrets.AZURE_APPNAME }} --force`. \n   \n   \u003e Using `--no-build` [option](https://docs.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference?tabs=v2#func-azure-functionapp-publish) didn't work for me.\n   \u003e Additional build args can be passed at the end with `--dotnet-cli-params -- -p:PROP=VALUE ...`.","funding_links":["https://github.com/sponsors/devlooped"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkzu%2Fminimalfunctions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkzu%2Fminimalfunctions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkzu%2Fminimalfunctions/lists"}