Dashboard
Upon logging in you will be presented with the Omni dashboard.Download the Image
Download the Azure image from the Omni portal by clicking on the âDownload Installation Mediaâ button. Click on the âOptionsâ dropdown menu and search for the âAzureâ option. Notice there are two options: one foramd64
and another for arm64
. Select the appropriate architecture for the machine you are registering, then click the âDownloadâ button.
Once downloaded to your local machine, untar with tar -xvf /path/to/image
Upload the Image
- UI
- CLI
In the Azure console, navigate to
Storage accounts
, and create a new storage account. Once the account is provisioned, navigate to the resource and click Upload
. In the Upload Blob
form, select Create New
container, and name your container (e.g. omni-may-2023
). Now click Browse for Files
, and select the disk.vhd
file that you uncompressed above, then select Upload
.Convert the Image
- UI
- CLI
In the Azure console select
Images
, and then Create
. Select a Resource Group, Name your image (e.g. omni-may), and set the OS type to Linux. Now Browse
to the storage blob created above, navigating to the container with the uploaded disk.vhd
. Select âStandard HDDâ for account type, then click Review and Create
, then Create
.Create an Azure Instance
- CLI
Creating an instance requires setting the os-disk-size property, which is easiest to achieve via the CLI: