Skip to content

stefanjb-it/SKCLAR-POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

SKCLAR-POC

Clear Azure

Clear Azure Workflow:

  • runs on dispatch event --> Button press required
  • uses the Clear.azcli file to access the rg
  • deletes all resources in the configured rg
  • deletion errors are ingored because of force delete

Manual Deploy

Manual Azure Deployment Workflow:

  • runs on dispatch event --> Button press required
  • uses all azcli files in azurecli branch without Clear.azcli
  • creates all resources in configured rg
  • error are send by mail and displayed in Actions and badge

Release Deploy

Release Azure Deployment Workflow:

  • runs on release event in the azurecli branch
  • uses all azcli files in azurecli branch without Clear.azcli
  • creates all resources in configured rg
  • error are send by mail and displayed in Actions and badge