{"id":22602458,"url":"https://github.com/alnaimi-github/skills-deploy-azureto-azure","last_synced_at":"2025-04-15T13:55:08.648Z","repository":{"id":237515078,"uuid":"794609749","full_name":"alnaimi-github/skills-deploy-Azureto-azure","owner":"alnaimi-github","description":"My clone repository","archived":false,"fork":false,"pushed_at":"2024-06-18T16:44:18.000Z","size":543,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-15T13:55:05.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/alnaimi-github.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":"2024-05-01T15:22:23.000Z","updated_at":"2025-01-17T17:57:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb0a37ac-56c7-47ab-8b8b-df6473f9892c","html_url":"https://github.com/alnaimi-github/skills-deploy-Azureto-azure","commit_stats":null,"previous_names":["alnaimi-github/skills-deploy-azureto-azure"],"tags_count":0,"template":true,"template_full_name":"skills/deploy-to-azure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alnaimi-github%2Fskills-deploy-Azureto-azure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alnaimi-github%2Fskills-deploy-Azureto-azure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alnaimi-github%2Fskills-deploy-Azureto-azure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alnaimi-github%2Fskills-deploy-Azureto-azure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alnaimi-github","download_url":"https://codeload.github.com/alnaimi-github/skills-deploy-Azureto-azure/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249085481,"owners_count":21210267,"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-12-08T12:21:08.383Z","updated_at":"2025-04-15T13:55:08.630Z","avatar_url":"https://github.com/alnaimi-github.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cheader\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Course header \u003e\u003e\u003e\n  Include a 1280x640 image, course title in sentence case, and a concise description in emphasis.\n  In your repository settings: enable template repository, add your 1280x640 social image, auto delete head branches.\n  Add your open source license, GitHub uses MIT license.\n--\u003e\n\n# Deploy to Azure\n\n_Create two deployment workflows using GitHub Actions and Microsoft Azure._\n\n\u003c/header\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Course start \u003e\u003e\u003e\n  Include start button, a note about Actions minutes,\n  and tell the learner why they should take the course.\n--\u003e\n\n## Welcome\n\nCreate two deployment workflows using GitHub Actions and Microsoft Azure.\n\n- **Who is this for**: Developers, DevOps Engineers, new GitHub users, students, and teams.\n- **What you'll learn**: We'll learn how to create a workflow that enables Continuous Delivery using GitHub Actions and Microsoft Azure.\n- **What you'll build**: We will create two deployment workflows - the first workflow to deploy to staging based on a label and the second workflow to deploy to production based on merging to main.\n- **Prerequisites**: Before you start, you should be familiar with GitHub, GitHub Actions, and Continuous Integration with GitHub Actions.\n- **How long**: This course takes less than 2 hours to complete.\n\nIn this course, you will:\n\n1. Configure a job\n2. Set up an Azure environment\n3. Spin up the environment\n4. Deploy to staging\n5. Deploy to production\n6. Destroy the environment\n\n### How to start this course\n\n\u003c!-- For start course, run in JavaScript:\n'https://github.com/new?' + new URLSearchParams({\n  template_owner: 'skills',\n  template_name: 'deploy-to-azure',\n  owner: '@me',\n  name: 'skills-deploy-to-azure',\n  description: 'My clone repository',\n  visibility: 'public',\n}).toString()\n--\u003e\n\n[![start-course](https://user-images.githubusercontent.com/1221423/235727646-4a590299-ffe5-480d-8cd5-8194ea184546.svg)](https://github.com/new?template_owner=skills\u0026template_name=deploy-to-azure\u0026owner=%40me\u0026name=skills-deploy-to-azure\u0026description=My+clone+repository\u0026visibility=public)\n\n1. Right-click **Start course** and open the link in a new tab.\n2. In the new tab, most of the prompts will automatically fill in for you.\n   - For owner, choose your personal account or an organization to host the repository.\n   - We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).\n   - Scroll down and click the **Create repository** button at the bottom of the form.\n3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.\n\n\u003cfooter\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Footer \u003e\u003e\u003e\n  Add a link to get support, GitHub status page, code of conduct, license link.\n--\u003e\n\n---\n\nGet help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/deploy-to-azure) \u0026bull; [Review the GitHub status page](https://www.githubstatus.com/)\n\n\u0026copy; 2023 GitHub \u0026bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) \u0026bull; [MIT License](https://gh.io/mit)\n\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falnaimi-github%2Fskills-deploy-azureto-azure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falnaimi-github%2Fskills-deploy-azureto-azure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falnaimi-github%2Fskills-deploy-azureto-azure/lists"}