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.
VMSizespecify the VM size for the virtual machineAdminUserNamespecify the user name for the virtual machineSshPublicKeyDataspecify the SSH public key data for loging into the virtual machineNetworkInterfaceNamespecify the network interface that the VM will usePlatformImageURNspecify 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.