...
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 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:
Please note: if your management system supports it, for RHEL 9.x, Rocky Linux 9.x, and Oracle Linux 9.x use SSH key types ECDSA or ED25519. This will allow connecting to these Charon host Linux systems using an SSH tunnel without the default crypto-policy settings on the Charon host having to be changed for less secure settings. This is, for example, important for the Charon-SSP Manager. See also: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening. Click on Next: Disks. This will open the Disks tab of the VM creation window. Div | | ||||||||||||||||||||
|
Div | ||
---|---|---|
| ||
Step 5: Enter the necessary information in the Networking tab.
On this tab, you can define the network configuration of your VM:
- Virtual Network (existing or new)
- Subnet (default or other subnet)
- Whether a public IP should be assigned or not (note that the if you use an image requiring a public, Stromasys-operated license server, this server must be accessed via a public IP address from the Azure range)
- Basic, advanced, or preconfigured security settings (which ports are open for access to the 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.
Div | ||
---|---|---|
| ||
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:
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
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.
Sample Review+Create screen:
Div | ||
---|---|---|
| ||
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:
Div | ||
---|---|---|
| ||
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:
...