기술 자료

Development

User Acquisition

Monetization

산업 분야

Self-Hosted Deployment

Amazon Web Services

Microsoft Azure

On premises

vpctl

Self-Hosted Deployment

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Self-Hosted Deployment
  • Overview
  • Amazon Web Services
  • Microsoft Azure
    • Installation
      • Deployment modes
      • Deployment through Azure Marketplace
        • Infrastructure overview
        • Prerequisites
        • Deployment
        • Postdeployment
          • Set up network integration
          • Set up the identity subsystem
          • Monitor integration
        • Firewall rules for the outbound internet access
      • Manual deployment
    • Maintenance
  • On premises
  • Administration
  • Security
  • vpctl
  1. Self-Hosted Deployment (previously called Unity Virtual Private Cloud)
  2. Self-Hosted Deployment in Microsoft Azure
  3. Installation

Set up network integration

Set up network integration with the customer environment
읽는 시간 3분
최근 업데이트: 한 달 전

To set up network integration, complete these steps:

1. Optionally, connect the solution VNet to the corporate network

Optionally, connect the solution VNet to the corporate network. For example, peer the Vnet with a network hub or create a connection to a virtual WAN (VWAN) hub.
The solution itself doesn't need access to any resources in the corporate network.

2. Establish the client connectivity to the solution frontend

To establish this connectivity, choose one of these methods:
  • Create a private endpoint to the target Azure Private Link service
  • Establish connectivity directly to the AKS load balancer frontend

2.1 Create a private endpoint to the target Azure Private Link service

Create a private endpoint to the Azure Private Link service that is attached to the AKS load balancer frontend. Connect this private endpoint to a VNet that is in the customer Azure environment and that is accessible from the corporate network, so that end users can reach it. The private endpoint must reside in the same region as the deployed solution.
To locate the target Private Link service, look in the infrastructure resource group of the deployed AKS cluster. Alternatively, search for Private Link service resources in the subscription.
Create the private endpoint resource in a resource group that is different from the solution resource group and from the AKS infrastructure resource groups. These resource groups are managed and must not contain customer-created resources.

2.2 Establish connectivity directly to the AKS load balancer frontend

Establish connectivity directly to the AKS load balancer frontend to which the Private Link service is attached.
You can use this method only if the solution VNet is connected to the corporate network and if clients can access it from their machines.

3. Create a DNS record for the domain name

Create a DNS record for the domain name of the solution, which you have entered when configuring Azure Marketplace offer:
  • This record must be a DNS A record.
  • The record must point to one of these IP addresses, depending on the connectivity method you chose:
    • The IP address of the private endpoint to the Azure Private Link service, which you have created at the previous step
    • The IP address of the AKS load balancer frontend

4. Optionally, configure the routing and firewall rules

Optionally, configure the routing and firewall rules to lock or control outbound internet access for the solution in the AKS cluster.
If this configuration is required, complete these steps:
  1. Connect the solution VNet to the corporate network.
  2. Apply this additional configuration:
    • To allow the required outbound access, configure the firewall rules on the central network virtual appliance, for example, Azure Firewall. Refer to the firewall rules for the outbound internet access.
    • Configure routing. The
      0.0.0.0/0
      route must point to the network virtual appliance.
    • Change the outboundType setting of the AKS cluster from
      loadBalancer
      to
      userDefinedRouting
      . Refer to the procedure in the Azure documentation.
    Run this command:
    az aks update -g <resourceGroup> -n <clusterName> --outbound-type userDefinedRouting

Next steps

Set up the identity subsystem

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • 1. Optionally, connect the solution VNet to the corporate network

    • 2. Establish the client connectivity to the solution frontend

      • 2.1 Create a private endpoint to the target Azure Private Link service

      • 2.2 Establish connectivity directly to the AKS load balancer frontend

    • 3. Create a DNS record for the domain name

    • 4. Optionally, configure the routing and firewall rules

    • Next steps


이 페이지의 문제 보고
​
​