Launch a Service Gateway virtual appliance from Microsoft Azure using an Azure Virtual Machine image.
If you do not have VMware or Microsoft Hyper-V in your environment, you can deploy the Service Gateway virtual appliance from Microsoft Azure using Azure Virtual Machine (VM) images. Before you begin, review the Service Gateway Appliance System Requirements to ensure your virtual appliance has the settings needed to deploy the services you want to use.
The steps contained in these instructions are valid as of April 2023.
The registration token is used to register the Service Gateway virtual appliance to Service Gateway Inventory after installation and setup are complete. The registration token expires after 24 hours if not used.
If you don't see the virtual machines service, click More services and use the filter to search for the service.
Select the Subscription to assign the instance to.
Select an existing Resource group or click Create new to assign the instance to a new group.
The region can be set to any region you require the Service Gateway to be deployed. If you are unsure which region to select, use the default region for your Azure subscription.
For more information on Availability options and Availability zone, and what settings are best for your organization, refer to the Microsoft Azure help documentation.
Selecting a higher level of security may interfere with the ability of Service Gateway virtual appliance to connect with Trend Vision One.
Service Gateway does not support Arm64 VM architecture.
For reliable connectivity, do not enable Run with Azure Spot discount.
The instance size should appear in the Size drop-down under Recommended by image publisher. If you do not see the size, click See all sizes and search for F8s. Select F8s_v2 and click Select.
Trend Micro recommends accessing the Service Gateway virtual machine using an SSH client. Follow these steps to configure a key pair for SSH access.
Trend Micro recommends using the default configuration for all other settings.
Refer to the Microsoft Azure documentation on how to set up a virtual network and subnet.
Use default settings for the screens listed below. Click Next to navigate to the next screen.
Management
Monitoring
Advanced
Assigning tags helps locate and categorize resources for easier management. For more information, see the Microsoft Azure documentation.
If you chose to create a new key pair, the Generate new key pair prompt appears. Click Download private key and create resource to download the key pair and start the instance creation.
Once you create the instance, the Service Gateway virtual appliance begins installation. Installation may take a few minutes to complete. You can view the status of the instance in the Virtual machines screen.
The Service Gateway virtual appliance is ready to connect and configure when the Status is Running.
Trend Micro recommends setting Source to IP Addresses and specifying Source IP addresses/CIDR ranges that are within your network.
Service |
Destination port ranges |
Protocol |
Action |
Description |
---|---|---|---|---|
SSH |
22 |
TCP |
Allow |
For accessing Service Gateway virtual appliance CLISH command |
HTTP |
80 |
TCP |
Allow |
Service enabled queries for on-premises Active Directory servers, connected Trend Micro products (such as endpoint agents), Predictive Machine Learning, File Reputation Services, or Third-Party Integration |
HTTPS |
443 |
TCP |
Allow |
Service enabled queries for on-premises Active Directory servers, connected Trend Micro products (such as endpoint agents), Predictive Machine Learning, File Reputation Services, or Third-Party Integration |
Custom TCP |
5274 |
TCP |
Allow |
Web Reputation Services or Web Inspection Service queries |
Custom TCP |
5275 |
TCP |
Allow |
Web Reputation Services or Web Inspection Service queries |
Custom TCP |
8080 |
TCP |
Allow |
Forward Proxy Service listening port for connection |
Custom TCP |
8088 |
TCP |
Allow |
Zero Trust Secure Access On-Premises Gateway listening port for connection |
For more information on priority, refer to Microsoft Azure documentation.
Trend Micro recommends using default settings for outbound port rules. Setting additional outbound rules may affect the ability of Service Gateway to connect to Service Gateway Inventory.
Trend Micro recommends using an SSH client to connect to the Service Gateway virtual appliance to make copying the registration token easier. The following steps outline how to connect with an SSH client.
ssh -i "keypair.pem" admin@<IPaddress>
Use the full file name of your key pair including the file extension.
The user name is admin.
For example, if your key pair file is named my_key_pair.pem and the Service Gateway virtual appliance IP address is 127.0.0.1, type the command:
ssh -i "my_key_pair.pem" admin@127.0.0.1
If you are unable to immediately connect to the appliance, you may need to reset the trusted hosts file.
The trusted hosts file cannot be automatically updated from EC2. In your SSH client, type the command ~/.ssh/known_hosts to remove the known hosts in the trusted file, then try connecting again.
The command prompt changes from > to #.
register <registration_token>
Use the registration token you obtained from Service Gateway Inventory.
For more information on available commands, see Service Gateway CLI Commands.