How to deploy and test HTMX on the edge with a template
Preview
The HTMX Boilerplate facilitates you to deploy and test a minimal example of the HTMX library in Azion Edge Platform. The deployment of this template will create a new edge function, a new domain, and an edge application, including the function instance and a default rule to run the instance.
Additionally, a GitHub repository is created in your account to manage the source code. The repository also includes a GitHub Action that ensures a continuous deployment workflow, keeping your project up to date.
Requirements
Before deploying this template, you need:
- A GitHub account to connect with Azion and create your new repository.
- Every push will be deployed automatically to this repository to keep your project updated.
- Enable Edge Functions and Application Accelerator in your account.
- To do so, go to the Billing & Subscriptions section and activate the switch for each one.
- If they aren’t activated, the execution will fail and a log explaining the reason will be printed.
- If they’re activated, deploying this template could generate usage-related costs. Check the pricing page for more information.
Deploying the template
You can obtain and configure your template through the Azion Console. To easily deploy it at the edge, click the button below.
DeploySetting up the template
In the configuration form, you must provide the information to configure your application. Fill in the presented fields.
Fields identified with an asterisk are mandatory.
- Connect Azion with your GitHub account.
- A pop-up window will open to confirm the installation of the Azion GitHub App, a tool that connects your GitHub account with Azion’s platform.
- Define your permissions and repository access as desired.
- Select the Git Scope to work with.
- Define a name for your edge application.
- The bucket for storage and the edge function will use the same name.
- Use a unique and easy-to-remember name. If the name has already been used, the platform returns an error message.
- Click the Deploy button to start the deployment process.
During the deployment, you’ll be able to follow the process through a window showing off the logs. When it’s complete, the page shows information about the application and some options to continue your journey.
Managing the template
Considering that this initial setup may not be optimal for your specific edge application, all settings can be customized any time you need through Azion Console.
To manage and edit your edge application’s settings, proceed as follows:
- Access Azion Console > Edge Application.
- You’ll be redirected to the Edge Application page. It lists all the edge applications you’ve created.
- Select the edge application related to this template.
- The list is organized alphabetically. You can also use the search bar located in the upper-left corner of the list; currently, it filters only by Application Name.
After selecting the edge application you’ll work on, you’ll be directed to a page containing all the settings you can configure.
Adding a custom domain
The edge application created during the deployment has an assigned Azion domain to make it accessible through the browser. The domain has the following format: xxxxxxxxxx.map.azionedge.net/
. However, you can add a custom domain for users to access your edge application through it.