...
- Your subscription
- Existing resource group (or click on Create new)
- Virtual machine name
- Region for the virtual machine
- Linux image supporting your (choose a supported Linux version or - if appropriate - a prepackaged Charon-SSP version (CentOS 7 in the exampleVE marketplace image)
- Size of your VM (click on Select 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.
...
Verify that the checks passed successfully and click on Create to create the VM.
Sample Review+Create screen:
If key-pair was newly created, download private key:
If you chose to let Azure create a new SSH key-pair, you will be asked to download the private key after clicking on the Create button, this step is very important as this is the only opportunity to download the private key, which is required to access your VM. The image below shows a sample of this prompt:
The Deployment page:
Create will take you to the Deployment page (possibly after downloading the private SSH key) where the current status of the deployment is displayed. Once the VM has been fully deployed, the Deployment Complete screen will be displayed.
...
Click on Go to resource to get to the details page of the newly created VM. The image below shows a sample of a detail page:
Div | ||
---|---|---|
| ||
Initial Access to the Instance
...
$ sftp -i
<path-to-your-private-key>
<management-user>
@
<cloudhost-IP-address>
...
Include Page | ||||
---|---|---|---|---|
|