{"id":20605217,"url":"https://github.com/arnab-developer/aspnet-webapi-azure-deploy","last_synced_at":"2026-04-16T21:33:47.908Z","repository":{"id":68915004,"uuid":"337679515","full_name":"Arnab-Developer/aspnet-webapi-azure-deploy","owner":"Arnab-Developer","description":"ASP.NET Web API Azure deploy.","archived":false,"fork":false,"pushed_at":"2021-04-21T07:41:24.000Z","size":695,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T02:24:20.634Z","etag":null,"topics":["asp-net-5","azure","github-workflow"],"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/Arnab-Developer.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":"2021-02-10T09:48:39.000Z","updated_at":"2021-12-05T05:48:16.000Z","dependencies_parsed_at":"2023-03-24T11:19:03.288Z","dependency_job_id":null,"html_url":"https://github.com/Arnab-Developer/aspnet-webapi-azure-deploy","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/Arnab-Developer%2Faspnet-webapi-azure-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2Faspnet-webapi-azure-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2Faspnet-webapi-azure-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2Faspnet-webapi-azure-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arnab-Developer","download_url":"https://codeload.github.com/Arnab-Developer/aspnet-webapi-azure-deploy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242250932,"owners_count":20096895,"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":["asp-net-5","azure","github-workflow"],"created_at":"2024-11-16T09:27:09.989Z","updated_at":"2026-04-16T21:33:42.885Z","avatar_url":"https://github.com/Arnab-Developer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASP.NET web api azure deploy\n\n![build test deploy](https://github.com/Arnab-Developer/aspnet-webapi-azure-deploy/workflows/build%20test%20deploy/badge.svg)\n\nDeploy ASP.NET web api to azure web app with GitHub action.\n\nSteps:\n\n- Create a new solution with two new apis and a web app.\n- Create some tests.\n- Push to GitHub.\n- Create three new web apps in Azure for two apis and a web app.\n- Download the publish profiles from Azure web app.\n- Store the publish profile's content to GitHub repository secrets.\n- Create workflow with GitHub action to build, test and deploy.\n\n```\n- name: 'Deploy to Azure WebApp'\n  uses: azure/webapps-deploy@v2\n  with:\n    app-name: ${{ env.AZURE_WEBAPP_NAME }}\n    publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}\n    package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}/myapp\n```\n\n## Tech stack\n\n* .NET 5\n* C# 9\n* xUnit for unit testing\n* Visual Studio 2019\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnab-developer%2Faspnet-webapi-azure-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnab-developer%2Faspnet-webapi-azure-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnab-developer%2Faspnet-webapi-azure-deploy/lists"}