VM Not Attached To Network
- Query id: 1e5f5307-3e01-438d-8da6-985307ed25ce
- Query name: VM Not Attached To Network
- Platform: Ansible
- Severity: High
- Category: Insecure Configurations
- URL: Github
Description¶
No Network Security Group is attached to the Virtual Machine
Documentation
Code samples¶
Code samples with security vulnerabilities¶
Postitive test num. 1 - yaml file
---
- name: Create a VM with a custom image
azure_rm_virtualmachine:
resource_group: myResourceGroup
name: testvm001
vm_size: Standard_DS1_v2
admin_username: adminUser
admin_password: password01
image: customimage001