Team Edition deployment with Azure Image
Table of contents
Overview
This guide explains how to deploy DBeaver Team Edition 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 Team Edition image
- Log in to the Azure Portal and search for Community images in the search bar.
- In the search bar on the left side under Community images, enter
dbeaver-te-server
. Select the image for your region from the list and click Create VM.
Configure the virtual machine
Project details:
- Subscription: Choose your Azure subscription.
- Resource group: Create a new group or select an existing one.
Instance details:
- Virtual machine name: Set a unique name for the VM.
- Size: Choose a VM with at least 4 vCPUs and 16 GiB RAM.
Administrator account:
- Username: Set to
ubuntu
. - SSH public key source: Generate a new key pair or use an existing one.
- Username: Set to
Inbound port rules:
- For security reasons, it’s recommended not to make the instance publicly accessible.
- Select inbound ports: Enable ports SSH (22), HTTP (80), and HTTPS (443).
Click Review + Create.
- Double-check your configuration and click Create to finalize.
Start with Team Edition server setup
- After the virtual machine is created, retrieve its public IP address:
- In the Azure Portal, go to Virtual Machines.
- Select your created virtual machine.
- In the Overview section, find the Public IP address.
- Use this public IP address to start configuring and accessing the Team Edition interface.
Tip: For comprehensive steps on initial setup, server management tasks like starting, stopping, updating, configuring, and backing up, see the Managing DBeaver Team Edition server guide.