...
Sample Azure home screen:
Div | ||
---|---|---|
| ||
Create a Virtual Machine
Step 1: Click on the Virtual machines icon on the home page.
...
- Your subscription
- Existing resource group (or click on Create new)
- Virtual machine name
- Region for the virtual machine
- Linux image supporting your Charon-SSP version (Centos 7 in the example)
- Size of your VM (click on Change size to see a list of available sizes)
- User name for the administrative user of the VM
- Authentication type (SSH or password). Then either paste the public key of the key-pair to use into the field provided, or enter and confirm your password.
Div | ||
---|---|---|
| ||
Basics tab upper part sample:
Div | ||
---|---|---|
| ||
Basics tab lower part sample:
...
By default, Azure VMs have one operating system disk and a temporary disk for short-term storage (mounted on /mnt/resource and not persistent). You can attach existing additional data disks, or create new disks and attach them.
Div | ||
---|---|---|
| ||
Disks tab sample:
Click on Next: Networking. This will open the Networking tab of the VM creation window.
...
- Virtual Network (existing or new)
- Subnet (default or other subnet)
- Whether a public IP should be assigned or not
- Basic security settings (which ports are open for access to the VM).
Div | ||
---|---|---|
| ||
Networking tab sample:
Optionally, you can proceed to the Management, Advanced, and Tags tabs to configure additional details of your VM. However, for a basic test, this is not required.
...
$ sftp -i
<path-to-your-private-key>
<management-user>
@
<cloudhost-IP-address>
Div | ||
---|---|---|
| ||
Include Page | ||||
---|---|---|---|---|
|