How to configure a domain

With Azion, you can create and run applications directly on the edge. To allow access to your application through the browser and start receiving users and monitoring metrics, you need a domain.

With Domains, Azion provides a free domain address in the format xxxxxxxxxx.map.azionedge.net. When users access your application through this Azion domain, the nearest node within the edge network fetches and delivers the edge application.


Creating a domain with Azion

When you create an application using a template or via CLI, your application is automatically associated with an Azion domain. To create a new domain:

  1. Access Azion Console > Domains.
  2. Click the + Domain button.
  3. Give your domain a name.
  4. In Edge Application, select your edge application.
  5. Disable the CNAME access only switch. This’ll enable users to access your application using the xxxxxxxxxx.map.azionedge.net address.
  6. In the CNAME field, you may list custom domain addresses to link to your application.
  7. In Digital Certificate, select the Azion SAN certificate.
  8. Click the Save button.

Wait a few minutes for your new domain to propagate to the edge nodes and access your xxxxxxxxxx.map.azionedge.net address to see your edge application online.


Linking a custom domain to your application

In addition to the default Azion domain, you have the option to associate a custom domain in CNAME format, such as yourdomain.com, with your application. This allows you to customize the domain name that users will use to access your application.

When a user enters the custom domain name in their browser, a DNS lookup process takes place. During the DNS lookup, the user’s browser sends a request to a DNS server to find the IP address associated with the custom domain. The DNS server checks its database to find the corresponding IP address for the custom domain name. If the custom domain is configured to point to the Azion domain, the DNS server returns the IP address of the nearest edge node in the Azion network.

Once the user’s browser receives the IP address, it establishes a connection with the appropriate edge node. The edge node then serves the requested content, and the user’s browser displays the edge application.

You can choose to customize your domain by associating a domain record or migrating your name resolution to Azion.

Watch a video tutorial on how to configure a domain on Azion’s YouTube channel:


Contributors