{"id":20605215,"url":"https://github.com/arnab-developer/azurewebappslotdeployment","last_synced_at":"2026-02-05T08:31:18.787Z","repository":{"id":68914997,"uuid":"383652913","full_name":"Arnab-Developer/AzureWebappSlotDeployment","owner":"Arnab-Developer","description":"Azure webapp slot deployment","archived":false,"fork":false,"pushed_at":"2021-07-07T03:57:54.000Z","size":662,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T15:11:08.326Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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-07-07T02:36:15.000Z","updated_at":"2021-12-05T05:48:16.000Z","dependencies_parsed_at":"2023-02-21T12:00:10.745Z","dependency_job_id":null,"html_url":"https://github.com/Arnab-Developer/AzureWebappSlotDeployment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Arnab-Developer/AzureWebappSlotDeployment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FAzureWebappSlotDeployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FAzureWebappSlotDeployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FAzureWebappSlotDeployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FAzureWebappSlotDeployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arnab-Developer","download_url":"https://codeload.github.com/Arnab-Developer/AzureWebappSlotDeployment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnab-Developer%2FAzureWebappSlotDeployment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"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":[],"created_at":"2024-11-16T09:27:08.610Z","updated_at":"2026-02-05T08:31:18.765Z","avatar_url":"https://github.com/Arnab-Developer.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure webapp slot deployment\n\nThis is a demo to show how we can deploy to Azure webapp slot with\nGitHub action.\n\n## Steps to run the sample\n\n- Create a new ASP.NET MVC application\n- Open Azure Portal and create a new webapp with name `webapp-0707`\n- Create a slot with name `test` in the webapp\n- Create a GitHub workflow to deploy in the slot with `azure/webapps-deploy@v2`\n```\n- name: 'Deploy to Azure WebApp'\n  uses: azure/webapps-deploy@v2\n  with:\n    app-name: webapp-0707\n    slot-name: test\n    publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_TEST }}\n    package: ./myapp\n```\n- Download the slot publish profile and save in the GitHub secret\n- Push the MVC Application to GitHub\n\nIn every push to the `main` GitHub action will deploy to the `test` slot. After that\nwe can check the application manually with the slot URL and if everything is good then \nswap slot from Azure Portal.\n\nNote: Because this is a demo for security reasons publish profile has been removed from \nthe GitHub secret.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnab-developer%2Fazurewebappslotdeployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnab-developer%2Fazurewebappslotdeployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnab-developer%2Fazurewebappslotdeployment/lists"}