Skip to content

CloudBeaver Community deployment in Microsoft Azure

dbeaver-devops edited this page Feb 18, 2025 · 6 revisions

Table of contents

Overview

This guide explains how to deploy CloudBeaver Community on Microsoft Azure using the Azure Portal.

Prerequisites

Before you begin, ensure you have a Microsoft Azure account for accessing Azure services.

Tip: If you don’t have an Azure account, sign up on the Azure signup page.

Deployment

Select the CloudBeaver Community image

  1. Log in to the Azure Portal and search for Community images in the search bar.
  2. In the search bar on the left side under Community images, enter cloudbeaver-ce. Select the image for your region from the list and click Create VM.

Configure the virtual machine

  1. Project details:

    • Subscription: Choose your Azure subscription.
    • Resource group: Create a new group or select an existing one.
  2. Instance details:

    • Virtual machine name: Set a unique name for the VM.
    • Size: Choose a VM with at least 2 vCPUs and 4 GiB RAM.
  3. Administrator account:

    • Username: Set to ubuntu.
    • SSH public key source: Generate a new key pair or use an existing one.
  4. Inbound port rules:

    • Select inbound ports: Enable ports SSH (22), HTTP (80), and HTTPS (443).
  5. Double-check your configuration and click Review + Create to finalize.

  6. Begin the initial setup of the CloudBeaver server in your browser.

Initial setup

  1. In your browser, go to http://<Instance_IP>/, where <Instance_IP> is the public IP address of your instance.

  2. You’ll be redirected to CloudBeaver’s initial configuration wizard to complete the setup.

CloudBeaver Documentation

User Guide

Server configuration

CloudBeaver editions

Deployment

Development

Clone this wiki locally