# Azure Playbooks This directory will contain Azure-specific playbooks for the Rocky Linux Testing Framework. ## Future Playbooks - `setup.yml` - Configure Azure resources (resource groups, networks, etc.) - `create-image.yml` - Build custom Rocky Linux VM images - `cleanup.yml` - Clean up Azure resources ## Workflow Azure testing doesn't require golden image creation. Instead: 1. Select Rocky Linux VM image 2. Create Azure VM 3. Run Sparrowdo tests 4. Delete VM All tests use the main `playbooks/run-tests.yml` playbook, which automatically handles Azure-specific infrastructure provisioning.