{"id":20605209,"url":"https://github.com/arnab-developer/aspnet-azure-deploy","last_synced_at":"2026-04-23T09:31:15.391Z","repository":{"id":54586063,"uuid":"337283201","full_name":"Arnab-Developer/aspnet-azure-deploy","owner":"Arnab-Developer","description":"Deploy ASP.NET app to Azure with GitHub action.","archived":false,"fork":false,"pushed_at":"2021-04-09T11:56:51.000Z","size":699,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T02:24:18.530Z","etag":null,"topics":["asp-net-5","azure","github-action"],"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}},"created_at":"2021-02-09T03:38:27.000Z","updated_at":"2021-12-05T05:48:16.000Z","dependencies_parsed_at":"2022-08-13T20:31:30.723Z","dependency_job_id":null,"html_url":"https://github.com/Arnab-Developer/aspnet-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-azure-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2Faspnet-azure-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2Faspnet-azure-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2Faspnet-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-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-action"],"created_at":"2024-11-16T09:27:07.450Z","updated_at":"2026-04-23T09:31:15.346Z","avatar_url":"https://github.com/Arnab-Developer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASP.NET app azure deploy\n\n![build test deploy](https://github.com/Arnab-Developer/aspnet-azure-deploy/workflows/build%20test%20deploy/badge.svg)\n\nDeploy ASP.NET app to azure web app with GitHub action.\n\nSteps:\n\n- Create a new ASP.NET web application.\n- Push to GitHub.\n- Create a new web app in Azure.\n- Download the publish profile from Azure web app.\n- Store the publish profile's content to GitHub repository secret.\n- Create a 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnab-developer%2Faspnet-azure-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnab-developer%2Faspnet-azure-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnab-developer%2Faspnet-azure-deploy/lists"}