{"id":16827338,"url":"https://github.com/jeffhollan/functions-nodejs-hello","last_synced_at":"2025-09-10T12:36:47.686Z","repository":{"id":55264317,"uuid":"248799593","full_name":"jeffhollan/functions-nodejs-hello","owner":"jeffhollan","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-05T22:31:14.000Z","size":196,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-31T18:05:15.830Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeffhollan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-20T16:15:55.000Z","updated_at":"2020-03-20T16:43:51.000Z","dependencies_parsed_at":"2022-08-14T18:21:58.006Z","dependency_job_id":null,"html_url":"https://github.com/jeffhollan/functions-nodejs-hello","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeffhollan/functions-nodejs-hello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffhollan%2Ffunctions-nodejs-hello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffhollan%2Ffunctions-nodejs-hello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffhollan%2Ffunctions-nodejs-hello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffhollan%2Ffunctions-nodejs-hello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffhollan","download_url":"https://codeload.github.com/jeffhollan/functions-nodejs-hello/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffhollan%2Ffunctions-nodejs-hello/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274463243,"owners_count":25290113,"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-09-10T02:00:12.551Z","response_time":83,"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":[],"created_at":"2024-10-13T11:20:36.610Z","updated_at":"2025-09-10T12:36:47.663Z","avatar_url":"https://github.com/jeffhollan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"If you wanted to deploy this today NOT using porter, you would do the following:\n\n## Using the Azure CLI\n\n```bash\n# Create function app\naz group create -n $resourceGroup -l westus2\naz storage account create -g $resourceGroup -n $uniqueStorageName --sku Standard_LRS\naz functionapp create -g $resourceGroup -n $uniqueAppName --os-type linux --runtime node --runtime-version 12 --functions-version 3 -s $uniqueStorageName --consumption-plan-location westus2\n\n# Zip and deploy app\nzip -rX app.zip .\naz functionapp deployment source config-zip -g $resourceGroup -n $uniqueAppName --src ./app.zip --build-remote\n```\n\n## Using the Func CLI\n\n```bash\n#Create function app\naz group create -n $resourceGroup -l westus2\naz storage account create -g $resourceGroup -n $uniqueStorageName --sku Standard_LRS\naz functionapp create -g $resourceGroup -n $uniqueAppName --os-type linux --runtime node --runtime-version 12 --functions-version 3 -s $uniqueStorageName --consumption-plan-location westus2\n\n# Deploy\nfunc azure functionapp publish $uniqueAppName\n```\n\nOnce it's deployed you should be able to get the current weather with\n\n```bash\ncurl https://$uniqueAppName.azurewebsites.net/api/HttpTrigger\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffhollan%2Ffunctions-nodejs-hello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffhollan%2Ffunctions-nodejs-hello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffhollan%2Ffunctions-nodejs-hello/lists"}