Edit

Share via


Configure DNS for Edge RAG Preview enabled by Azure Arc

For your Edge RAG deployment, configure DNS by mapping the MetalLB IP address to your local portal domain or updating your hosts file. This article is part of the deployment prerequisites checklist.

Important

Edge RAG Preview, enabled by Azure Arc is currently in PREVIEW. See the Supplemental Terms of Use for Microsoft Azure Previews for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.

Configure DNS for the local portal

Make sure you configure your DNS to map the IP address assigned to MetalLB to the domain name of the local portal like arcrag.contoso.com.

Alternately, update your local machine (laptop or DVM) to reach the local portal domain by using the following steps:

  1. Open a text editor like Notepad with Administrator privileges.

  2. Then open file "C:\Windows\System32\drivers\etc\hosts"

  3. At the end of the file, add a line: "100.XX.XX.XX arcrag.contoso.com" where you replace the IP address and url for your local portal.

  4. Save the file

  5. In the browser, go to your local portal like https://arcrag.contoso.com.

Next step