How to define a new origin for your application

This guide explains how to configure an origin. An origin, also known as a backend, is the server from which Azion retrieves your content. Origins can include object storage services, cloud servers, or other infrastructure that hosts your application assets or data.

There are separate instructions for API v3 using legacy Origin settings and API v4 using the new Connector product.


  1. Access Azion Console > Connector.
  2. Click the + Connector button.
  3. In the General section, give your connector a unique and descriptive name (My Object Storage Connector).
  4. In the Connector Type section, select HTTP.
  1. In the Connection Options section, locate the Transport Protocol Policy field and select Force HTTPS.
  2. In the Address Management section, locate the Address field and add httpbin.org.
  3. Under Host, add customhost.com.
  4. Click the Save button.

To activate the Connector in your application:

  1. Access the Rules Engine tab.
  2. Edit the default rule or add a new request rule.
  3. Give a name for your rule.
  4. Select Request Phase.
  5. Under the Criteria section, select the variable ${uri}.
  6. As a comparison operator, select is equal.
  7. As an argument, add /httpbin.
  8. In the Behaviors section, select Set Connector from the behavior list.
  9. Select the new Connector you created.
  10. Click the Save button.
  11. Wait a few minutes for the changes to propagate and access xxxxxxxxxx.map.azionedge.net/httpbin.