{"id":13288992,"url":"https://github.com/lechnerc77/azd-compatibility-azure-function","last_synced_at":"2025-10-29T17:12:48.966Z","repository":{"id":114467366,"uuid":"532583507","full_name":"lechnerc77/azd-compatibility-azure-function","owner":"lechnerc77","description":"Making an Azure Functions project (from Azure Functions University) compatible to azd","archived":false,"fork":false,"pushed_at":"2023-09-22T14:56:03.000Z","size":681,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T01:38:04.994Z","etag":null,"topics":["azd-templates","azure","azure-functions","serverless"],"latest_commit_sha":null,"homepage":"","language":"Bicep","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/lechnerc77.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":"2022-09-04T15:44:14.000Z","updated_at":"2024-05-07T07:14:53.000Z","dependencies_parsed_at":"2024-10-23T09:30:55.028Z","dependency_job_id":"e2905a7b-4c9f-498f-bd5d-b8378ce23dd0","html_url":"https://github.com/lechnerc77/azd-compatibility-azure-function","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lechnerc77/azd-compatibility-azure-function","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lechnerc77%2Fazd-compatibility-azure-function","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lechnerc77%2Fazd-compatibility-azure-function/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lechnerc77%2Fazd-compatibility-azure-function/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lechnerc77%2Fazd-compatibility-azure-function/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lechnerc77","download_url":"https://codeload.github.com/lechnerc77/azd-compatibility-azure-function/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lechnerc77%2Fazd-compatibility-azure-function/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281660825,"owners_count":26539812,"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-29T02:00:06.901Z","response_time":59,"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":["azd-templates","azure","azure-functions","serverless"],"created_at":"2024-07-29T17:00:17.845Z","updated_at":"2025-10-29T17:12:48.895Z","avatar_url":"https://github.com/lechnerc77.png","language":"Bicep","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sample azd project - Azure Function with Blob Output Binding\n\n## Introduction\n\nThe **main** branch of this repository contains the sample code for an *Azure Functions* project with an *output binding* to a Blob Storage. It follows the setup of the *Azure Developer CLI* as of version 0.6.0-beta2.\n\n## Branches\n\nTo go from a sample Azure Functions project to a setup compatible with the Azure Developer CLI comprises some steps. You find these steps including a description in the branches:\n\n- [azd-020-beta1](https://github.com/lechnerc77/azd-compatibility-azure-function/tree/azd-020-beta1): This branch contains the code and the description to make a plain Azure Functions project compatible with the Azure Developer CLI. The related blog post is available on dev.to as [The Azure Developer CLI - Compatibility journey for an Azure Functions Project](https://dev.to/lechnerc77/the-azure-developer-cli-compatibility-journey-for-an-azure-functions-project-3mc1)\n- [azd-020-beta2](https://github.com/lechnerc77/azd-compatibility-azure-function/tree/azd-020-beta2): This branch contains the code and the description to adopt the changes in the infrastructure description that have been introduced with version 0.2.0-beta2. The related blog post is available on dev.to as [Azure Developer CLI - The new infrastructure setup](https://dev.to/lechnerc77/azure-developer-cli-the-new-infrastructure-setup-4caj).\n- [azd-040-beta1](https://github.com/lechnerc77/azd-compatibility-azure-function/tree/azd-040-beta1): This branch contains the code and the description to adopt the changes in the infrastructure description that have been introduced with version 0.4.0-beta1. The related blog post is available on dev.to as [Azure Developer CLI episode 0.4.0 - the compatibility journey continues](https://dev.to/lechnerc77/azure-developer-cli-episode-040-the-compatibility-journey-continues-400g).\n- [azd-050-beta3](https://github.com/lechnerc77/azd-compatibility-azure-function/tree/azd-050-beta3): This branch contains the code and the description to adopt the changes in the infrastructure description that have been introduced with version 0.5.0-beta1 to 0.5.0-beta3.  The related blog post is available on dev.to as [Azure Developer CLI episode 0.5.0 - refactoring ahead](https://dev.to/lechnerc77/azure-developer-cli-episode-050-refactoring-ahead-11k6).\n- [azd-060-beta2](https://github.com/lechnerc77/azd-compatibility-azure-function/tree/azd-060-beta2): This branch contains the code and the description of changes that are made to use the new options available with version 0.6.0-beta2. The related blog post is available on dev.to as [Azure Developer CLI Azure Developer CLI episode 0.6.0 - I am hooked](https://dev.to/lechnerc77/azure-developer-cli-azure-developer-cli-episode-060-i-am-hooked-4on0).\n  \u003e **Note** - All updates in the `azd` version 0.7.0 (see [release notes](https://github.com/Azure/azure-dev/releases/tag/azure-dev-cli_0.7.0-beta.1)) do not imply any changes in the project setup. So the branch [azd-060-beta2](https://github.com/lechnerc77/azd-compatibility-azure-function/tree/azd-060-beta2) can also be used with version 0.7.0-beta1 without any changes.\n\n## Useful references\n\nUseful references if you want to try things out on your own:\n\n- [azd documentation](https://learn.microsoft.com/azure/developer/azure-developer-cli/overview?tabs=nodejs)\n- [azd on GitHub](https://github.com/Azure/azure-dev)\n- [bicep documentation](https://learn.microsoft.com/azure/azure-resource-manager/bicep/)\n- [bicep playground](https://bicepdemo.z22.web.core.windows.net/)\n- [Azure Developer CLI (azd) – September 2022 Release](https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-september-2022-release/) - information and links for Terraform\n- [Azure Developer CLI (azd) – October 2022 Release](https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-october-2022-release/)\n- [Azure Developer CLI (azd) – November 2022 Release](https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-november-2022-release/)\n- [Azure Developer CLI (azd) – January 2023 Release](https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-january-2023-release/)\n- [Azure Developer CLI (azd) – February 2023 Release](https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-february-2023-release/)\n- [Azure Developer CLI (azd) – March 2023 Release](https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-march-2023-release/)\n- [QuickGlance - Azure Developer CLI](https://youtube.com/playlist?list=PLmZLSvJAm8FbFq2XhqaPZgIzl6kewz1HD)\n- [The Azure Developer CLI - Compatibility journey for an Azure Functions Project](https://dev.to/lechnerc77/the-azure-developer-cli-compatibility-journey-for-an-azure-functions-project-3mc1)\n- [Azure Developer CLI - How does it know that?](https://dev.to/lechnerc77/azure-developer-cli-how-does-it-know-that-1ngl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flechnerc77%2Fazd-compatibility-azure-function","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flechnerc77%2Fazd-compatibility-azure-function","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flechnerc77%2Fazd-compatibility-azure-function/lists"}