{"id":18267390,"url":"https://github.com/spboyer/azdev-functions-deployment","last_synced_at":"2025-04-09T02:26:33.514Z","repository":{"id":50065839,"uuid":"85990761","full_name":"spboyer/azdev-functions-deployment","owner":"spboyer","description":"Uses ARM Template and Azure CLI 2.0 to create and Azure Function linked to GitHub repository for CI/CD deployments","archived":false,"fork":false,"pushed_at":"2021-06-05T05:02:13.000Z","size":8,"stargazers_count":1,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T20:46:42.332Z","etag":null,"topics":["arm-templates","azdev","azure","azure-functions","devops","serverless"],"latest_commit_sha":null,"homepage":"","language":null,"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/spboyer.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":"2017-03-23T19:44:13.000Z","updated_at":"2017-07-24T18:17:03.000Z","dependencies_parsed_at":"2022-09-19T05:31:39.103Z","dependency_job_id":null,"html_url":"https://github.com/spboyer/azdev-functions-deployment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spboyer%2Fazdev-functions-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spboyer%2Fazdev-functions-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spboyer%2Fazdev-functions-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spboyer%2Fazdev-functions-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spboyer","download_url":"https://codeload.github.com/spboyer/azdev-functions-deployment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247964150,"owners_count":21025153,"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","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":["arm-templates","azdev","azure","azure-functions","devops","serverless"],"created_at":"2024-11-05T11:27:12.476Z","updated_at":"2025-04-09T02:26:33.492Z","avatar_url":"https://github.com/spboyer.png","language":null,"readme":"# Deploy Azure Function linked to GitHub Repo\n\u003c!--\n\u003ca href=\"https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2F201-web-app-github-deploy%2Fazuredeploy.json\" target=\"_blank\"\u003e\n    \u003cimg src=\"http://azuredeploy.net/deploybutton.png\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F201-web-app-github-deploy%2Fazuredeploy.json\" target=\"_blank\"\u003e\n    \u003cimg src=\"http://armviz.io/visualizebutton.png\"/\u003e\n\u003c/a\u003e\n--\u003e \n[Docs](https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-template-deploy-cli)\n\nExample parameters\n\n```javascript\n {\n   \"$schema\": \"https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#\",\n   \"contentVersion\": \"1.0.0.0\",\n   \"parameters\": {\n      \"appName\": {\n          \"value\": \"myappname\"\n      },\n      \"storageAccountName\": {\n          \"value\": \"myStorage\"\n      },\n      \"storageAccountType\": {\n          \"value\": \"Standard_LRS\"\n      },\n      \"repoURL\": {\n          \"value\": \"https://github.com/spboyer/azdev-superhero-api.git\"\n      },\n      \"branch\": {\n          \"value\": \"master\"\n      },\n      \"location\": {\n          \"value\": \"East US\"\n      }\n   }\n }\n```\n\nDeploy using parameters file\n\n```bash\naz group create --name MyResourceGroup --location \"East US\"\n\naz group deployment create --name MyDeployment --resource-group MyResourceGroup --template-file azuredeploy.json --parameters @parameters.json\n```\n\nDeploy using command line parameters\n\n```bash\naz group create --name MyResourceGroup --location \"East US\"\n\naz group deployment create --name MyDeployment --resource-group MyResourceGroup --template-file azuredeploy.json \\\n     --parameters '{\"appName\":{\"value\":\"myfunckytestdeploy\"},\"storageAccountName\":{\"value\":\"myStorageName\"},\"storageAccountType\":{\"value\":\"Standard_LRS\"},\"repoURL\":{\"value\":\"https://github.com/spboyer/azdev-superhero-api.git\"},\"branch\":{\"value\":\"master\"},\"location\":{\"value\":\"East US\"}}'\n\n```\n\n\n---\n\n\u003e [tattoocoder.com](https://tattoocoder.com) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@spboyer](https://github.com/spboyer) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@spboyer](https://twitter.com/spboyer)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspboyer%2Fazdev-functions-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspboyer%2Fazdev-functions-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspboyer%2Fazdev-functions-deployment/lists"}