Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.8 KB

readme.md

File metadata and controls

53 lines (41 loc) · 2.8 KB

What The Hack - DevOps with GitHub

Introduction

DevOps is a journey not a destination. Our goal when writing this challenged based hack is to introduce you to GitHub and some common DevOps practices. We also understand that your choice of programming language and DevOps processes might differ from the ones we will be using in this hack, that is OK. Our intent was to select some of the most common programming languages and highlight industry best practices, with an emphasis on showing how GitHub can help you on your DevOps journey, so that you can apply this in your environment with the languages and tools that you use.

Learning Objectives

This DevOps with GitHub hack will help you learn:

  1. How to use GitHub to manage source control
  2. How to use GitHub for Project Management
  3. How to use GitHub Actions for CI & CD
  4. Monitoring apps with Application Insights

Challenges

Prerequisites

  • Your own Azure subscription with owner access. See considerations below for additional guidance.
  • Visual Studio Code
  • Git SCM

Repository Contents

  • ../Student
    • Student Challenge Guides
  • ../Student/Resources
    • Student's resource files, code, and templates to aid with challenges

Considerations

If you are running this hack with a group, here are some options for providing access to Azure:

  • Each person/team uses their own subscription (ideal)
  • Use a single subscription with each person/team using a different resource group
  • Use a single subscription and resource group, with each person/team creating resources within the single resource group (less ideal)

Regardless of the option you choose, you'll have to consider:

  • Azure default quotas and resource limits (for example, # of VMs allowed per region or subscription)
  • Unique naming of resources - many services may require a globally unique name, for example, App service, container registry.

Contributors

  • Kevin M. Gates
  • Will Fox
  • Julia Nathan