Skip to content

Getting started on Microsoft Azure

Set up your development environment with the prerequisite tools and repositories you need to quickly start building AutoSD images on Microsoft Azure.

Quick start: Running pre-built AutoSD images on Azure

To run an AutoSD image on Azure, you need access to the Azure portal, through a staging account for development and testing purposes, and an active account for production.

Prerequisites

Procedure

  1. In the Azure Portal menu, navigate to Azure services.

  2. Click on the Virtual machines icon.

  3. In the Virtual machines tab, click on +Create button.

  4. Select Azure virtual machine from dropdown.

  5. From the image option, click on See all images.

  6. From the Other Items option on the left side, click Community images.

  7. In the search field, type autosd and choose an architecture and region of your choice.

  8. Launch Azure VM from the image.

  9. To connect with the VM through SSH, select the default azureuser username.

Quick start: Uploading a custom VHD file to Azure

To upload a custom image on Azure, you need an active Azure account for access to the Azure Portal. Use a sample manifest files from the images directory to help build images locally.

Prerequisites

Procedure

  1. From Azure services, select Storage accounts.

  2. Select an account and then choose Containers.

  3. Select or create a new storage container.

  4. Click Browse for files to select a custom file.

  5. Select a VHD image, such as autosd9-developer-regular-x86_64, and click on Upload.

  6. After uploading is completed, click the Upload button.

  7. Go to the homepage and from Azure services, select Images.

  8. Click on +Create.

  9. Click on Basics:

  10. Enter the following details for the mentioned options:

    1. Select your Subscription name and resource group.

    2. Under Instance details:

      1. Use an image name of your choice, for example: autosd-custom-image.

      2. Select a region to create your custom image from dropdown, for example, (US) East US.

      3. Optional: Depending on your requirement, check Zone resiliency.

    3. Under OS disk:

      1. For OS type, select Linux.

      2. For VM generation, select Gen 2.

      3. For Storage blob, enter the url of the uploaded VHD image.

      4. For Account type, select Standard HDD from dropdown.

      5. For Host caching, select Read/write from dropdown.

    4. Under Encryption:

      1. For Key management, select Platform-managed key from dropdown.
  11. During VM creation process:

    1. For Security type, select Standard from dropdown.

    2. In Image, click see all images.

    3. From other items, select My images and select autosd9-developer-regular-x86_64 to launch your VM.


© Red Hat