...
Excerpt | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
General PrerequisitesAs this description shows the basic setup of a Linux instance in Azure, it does not list specific prerequisites. However, depending on the use case, the following prerequisites should be considered:
Azure Login and New Instance LaunchLogging in to your Azure accountTo log in perform the following steps:
Creating a Virtual MachineStep 1: Click on the Virtual machines or on the Marketplace icon on the home page. If you create your instance via the Marketplace icon, please select the Charon listing from the Marketplace offerings, select to create an instance, and continue with Step 3. Clicking on Virtual machines opens the virtual machines overview list. Step 2: Click on the Add icon Create link in the overview list. For a basic setup, select Azure virtual machine from the drop down list opened by the Create link. This opens the Basics tab of the Create a Virtual Machine window. Step 3: Enter your data on the Basics tab. Mandatory data are, for example:
Basics tab upper part sample: Select the image from which to launch your instance and the correct size of your instance (please review the sizing requirements above). Enter the other information in accordance to your environment.
Basics tab lower part sample:
Click on Next: Disks. This will open the Disks tab of the VM creation window.
Step 4: Define the disks for your VM. Please note: By default, Azure VMs have one operating system disk and a temporary disk for short-term storage (mounted on /mnt/resource and not persistent). The recommended minimum system disk size is 30GB. You can attach existing additional data disks, or create new disks and attach them. Disks tab sample: Click on Next: Networking. This will open the Networking tab of the VM creation window.
Step 5: Enter the necessary information in the Networking tab. On this tab, you can define the network configuration of your VM:
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. Click on Review + Create to proceed to the review screen.
Step 6: additional configuration for AutoVE setup. If the instance is launched from a Charon AL marketplace image and is planned to use AutoVE licensing (instead of the public license servers), you must add the corresponding information to the instance configuration before the first launch of the instance:
Step 7: Check the data on the Review + Create screen and create VM. Verify that the checks passed successfully and click on Create to create the VM.
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. Sample Deployment Complete screen:
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: |
...