This operator deploys an Azure Virtual Machine (VM) into a specified resource group at the specified location. Users can specify platform image, size, user name and public SSH key, etc. for the VM.
Learn more about Azure Virtual Machine here.
Here is a sample YAML to provision a Virtual Machine.
The spec is comprised of the following fields:
- Location
- ResourceGroup
- VMSize
- AdminUserName
- SshPublicKeyData
- NetworkInterfaceName
- PlatformImageURN
A Virtual Machine needs the following fields to deploy, along with a location and resource group.
VMSize
specify the VM size for the virtual machineAdminUserName
specify the user name for the virtual machineSshPublicKeyData
specify the SSH public key data for loging into the virtual machineNetworkInterfaceName
specify the network interface that the VM will usePlatformImageURN
specify the platform image's uniform resource name (URN) in the 'publisher:offer:sku:version' format.
Not available.
You can follow the steps here to deploy, view and delete resources.