Show Table of Contents
9.3. Run Red Hat JBoss Data Virtualization on an Azure Instance
- Go here to learn how to create an Azure virtual machine: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-manage-vm.
- Connect to the Azure virtual machine using SSH.
- Copy the Red Hat JBoss Data Virtualization installer to that machine over SSH.
- Run the installer as per normal:
java -jar jboss-dv-VERSION-installer.jar
- To start the server, add the following parameters to bind the management and host ports:
-Djboss.bind.address.management=0.0.0.0
-b 0.0.0.0
Here is an example:./standalone.sh -Djboss.bind.address.management=0.0.0.0 -b 0.0.0.0

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.