{"id":20113530,"url":"https://github.com/cloudacademy/azure-app-service-github","last_synced_at":"2025-10-08T20:56:54.392Z","repository":{"id":77791354,"uuid":"428485073","full_name":"cloudacademy/azure-app-service-github","owner":"cloudacademy","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-16T20:23:50.000Z","size":1573,"stargazers_count":5,"open_issues_count":0,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-21T04:48:29.205Z","etag":null,"topics":[],"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/cloudacademy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-16T02:04:48.000Z","updated_at":"2025-06-20T16:46:18.000Z","dependencies_parsed_at":"2023-03-12T02:04:46.712Z","dependency_job_id":null,"html_url":"https://github.com/cloudacademy/azure-app-service-github","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cloudacademy/azure-app-service-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fazure-app-service-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fazure-app-service-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fazure-app-service-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fazure-app-service-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudacademy","download_url":"https://codeload.github.com/cloudacademy/azure-app-service-github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fazure-app-service-github/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265711118,"owners_count":23815473,"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":[],"created_at":"2024-11-13T18:24:45.080Z","updated_at":"2025-10-08T20:56:54.284Z","avatar_url":"https://github.com/cloudacademy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploying Code from GitHub to Azure App Service\nThis file contains URLs from the demos in Cloud Academy's _Deploying Code from GitHub to Azure App Service_ course.  \n\n### Create a resource group\n```\naz group create --name webapprg --location westus\n```\n\n### Create an App Service Plan\n```\naz appservice plan create --name asplan --resource-group webapprg --location westus --sku F1\n```\n\n### Create a webapp\n```\naz webapp create --name \u003capp_name\u003e --resource-group webapprg --plan asplan\n```\n\n### Deploy an app from GitHub to Azure App Service\n```\naz webapp deployment source config --repo-url https://github.com/Azure-Samples/html-docs-hello-world --branch master --manual-integration --name \u003capp_name\u003e --resource-group webapprg\n```\n\n### URL of webapp\nhttps://\u003capp_name\u003e.azurewebsites.net\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fazure-app-service-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudacademy%2Fazure-app-service-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fazure-app-service-github/lists"}