Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Dec 7, 2023
1 parent 29debaa commit f8c9b70
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/start_azure_vm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: start azure virtual machine
run-name: ${{ github.actor }} - ${{ github.events.inputs.action }} VM
on:
workflow_dispatch:
inputs:
action:
default: "stop"
required: true
type: choice
options:
- start
- stop
vm_name:
required: true
default: "devwithkrishna-vm"
type: string
resource_group:
required: true
default: "DEV-WITH-KRISHNA-VM-RG"
type: string
resource_provider_string:
required: true
default: "providers/Microsoft.Compute/virtualMachines"
type: string

0 comments on commit f8c9b70

Please sign in to comment.