For the complete documentation index, see llms.txt. This page is also available as Markdown.

Step 3 — DNS

Once the VM is deployed, navigate to the created Public IP resource in the Azure Portal and copy the IP address.

Add the following DNS record with your DNS provider:

Type
Name
Value

A

sync (or your chosen subdomain)

<your VM public IP>

DNS propagation can take a few minutes. CloudSync will configure TLS automatically once the domain resolves.

Last updated