{"id":13289035,"url":"https://github.com/sinedied/node-functions-vnet","last_synced_at":"2026-03-09T12:37:16.416Z","repository":{"id":245409007,"uuid":"817772354","full_name":"sinedied/node-functions-vnet","owner":"sinedied","description":"A minimal test project using SWA + Azure Functions + CosmosDB to demonstrate optional VNet integration.","archived":false,"fork":false,"pushed_at":"2024-07-19T08:51:23.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-15T16:03:38.754Z","etag":null,"topics":["azd-templates","azure","cosmosdb","functions","managed-identity","serverless","static-web-apps","vnet"],"latest_commit_sha":null,"homepage":"","language":"Bicep","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/sinedied.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-20T12:08:30.000Z","updated_at":"2024-07-19T08:51:26.000Z","dependencies_parsed_at":"2024-06-27T23:24:39.121Z","dependency_job_id":"ab523d98-e399-402f-bc29-2efcefaafd3c","html_url":"https://github.com/sinedied/node-functions-vnet","commit_stats":{"total_commits":58,"total_committers":1,"mean_commits":58.0,"dds":0.0,"last_synced_commit":"83768f2680599d3b125ebed1634a390aa899f40d"},"previous_names":["sinedied/test-func-vnet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sinedied/node-functions-vnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinedied%2Fnode-functions-vnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinedied%2Fnode-functions-vnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinedied%2Fnode-functions-vnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinedied%2Fnode-functions-vnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinedied","download_url":"https://codeload.github.com/sinedied/node-functions-vnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinedied%2Fnode-functions-vnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30295448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"last_error":"SSL_read: 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":["azd-templates","azure","cosmosdb","functions","managed-identity","serverless","static-web-apps","vnet"],"created_at":"2024-07-29T17:00:18.219Z","updated_at":"2026-03-09T12:37:16.400Z","avatar_url":"https://github.com/sinedied.png","language":"Bicep","readme":"# node-functions-vnet\n\n[![Open project in GitHub Codespaces](https://img.shields.io/badge/Codespaces-Open-blue?style=flat-square\u0026logo=github)](https://codespaces.new/sinedied/node-functions-vnet?hide_repo_select=true\u0026ref=main\u0026quickstart=true)\n\nA minimal test project using SWA + Azure Functions + CosmosDB to demonstrate optional VNet integration.\n\n## Deployment\n\n### Prerequisites\n- [Azure Account](https://azure.microsoft.com/en-us/free/) (sign up for free)\n- [Azure Developer CLI](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/install-azd?tabs=winget-windows%2Cbrew-mac%2Cscript-linux\u0026pivots=os-windows)\n- [Azure Functions Core Tools](https://learn.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=windows%2Cisolated-process%2Cnode-v4%2Cpython-v2%2Chttp-trigger%2Ccontainer-apps\u0026pivots=programming-language-javascript#install-the-azure-functions-core-tools)\n\nOnce you have the prerequisites, log in to your Azure account using the Azure Developer CLI:\n\n```bash\nazd auth login\n```\n\n### Deploy without VNet or storage managed identity:\n\n```bash\nazd up\n```\n\n#### Enable storage managed identity:\n\n```bash\nazd env set USE_STORAGE_MANAGED_IDENTITY true\nazd provision\n```\n\n\u003e [!CAUTION]\n\u003e Deployment of Function app with storage managed identity does not work using any CLI tool at the moment.\n\u003e You need to deploy it manually following [this guide](https://learn.microsoft.com/en-us/azure/azure-functions/run-functions-from-deployment-package#using-website_run_from_package--url).\n\n### Deploy with VNet + storage managed identity:\n\n\u003e [!WARNING]\n\u003e This will use the new [Azure Functions Flex Consumption plan](https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-plan), which is currently in preview. Only a few regions are supported for now, so you should use `eastus` for the `location` parameter.\n\n```bash\nazd env set USE_VNET true\nazd up\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinedied%2Fnode-functions-vnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinedied%2Fnode-functions-vnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinedied%2Fnode-functions-vnet/lists"}