Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assignment1 Grant Erickson #9

Open
wants to merge 3 commits into
base: Assignment1
Choose a base branch
from

Conversation

GrantErickson
Copy link
Contributor

EWU-CSCD378-2023-Spring

Assignment 1

The purpose of this assignment is to solidify your learning of:

  • Using Git to make a PR
  • Set up your Azure subscription
  • Create Resource Group
  • Create a storage account in the resource group
  • Create a script to list the resources in the subscription
  • Create an action that runs the script and lists the resources in the action's log

Instructions

  1. Fork class repository ❌✅
  2. Create Assignment 1 Branch and Sync branch from class repo ❌✅
  3. Clone your repo/branch to your computer
  4. Set Up Azure following SettingUpAzure.md ❌✅
  5. Create a script called Assignment1.ps1 in the Assignment1 folder ❌✅
    • Set a variable named subscription_id in your PowerShell file and set the value as a string your subscription ID. ❌✅
  6. Create an App ID with a property of your repo name ❌✅
  7. Add the App ID as a contributor to your subscription ❌✅
  8. Create Assignment1.yml Action (in the workflows folder) ❌✅
  • Authenticate to Azure ❌✅
  • List resources in the subscription ❌✅
  1. Commit your changes and create a PR against the class repository. ❌✅

Extra Credit

From the script, create a resource in Azure and have it be part of the list, then delete the resource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant