Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions content/deploy/azion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
title: Azion
description: "Deploy your Nuxt Application to Azion Web Platform."
logoSrc: "/assets/integrations/azion.svg"
category: Hosting
website: "https://www.azion.com/en"
---

Nuxt supports deploying on [Azion](https://azion.com/) with minimal configuration.

Azion is a web platform that allows you to deploy your Nuxt applications globally. It provides a fast and secure way to serve your applications with low latency.

## Deploy to Azion

To deploy your Nuxt application to Azion, you need to install the Azion CLI. You can install it by following this [guide](https://www.azion.com/en/documentation/products/azion-cli/overview/#installing-azion-clil).

Once you have the Azion CLI installed, you can deploy your application by following these steps:

1. Link your application. This will create a new project in Azion and link it to your local application.

```shell
azion link
```

Confirm the linking of the project to Azion:

```shell
? Do you want to link /[your-application-folder] to Azion? (y/N)
```

Enter the desired name for your **application**:

```shell
? (Hit enter to accept the suggested name in parenthesis) Your application's name: (nimble-tyrion)
```

Choose a **preset**, `Nuxt` is the option you are looking for:

```shell
? Choose a preset: [Use arrows to move, type to filter]
...
> Nuxt
...
```

Now, the application will be linked to Azion. Different processes occur based on the selected preset, so you need to answer the interactions that are presented.

2. Deploy your application. This will build your application and deploy it to Azion.

```shell
azion deploy
```

3. Wait while the project is built and deployed to the Azion Web Platform.

::tip
Once the deployment is triggered, Azion will open the browser and take you to a page on the Azion Console where the deployment logs and process can be monitored. If it doesn't open automatically, just click on the provided link.
After the deployment is complete, you'll receive a domain to access your Nuxt project on the Azion Platform.
::

Wait a few minutes for propagation to take place, and then access your application using the provided domain, which should be similar to `https://xxxxxxx.map.azionedge.net`.

## Learn more

::read-more{to="https://www.azion.com/en/documentation/products/guides/nuxt-static-boilerplate/" target="\_blank"}
**Guide**: How to deploy the Nuxt 3 Static Boilerplate
::

::read-more{to="https://www.azion.com/en/documentation/" target="\_blank"}
Head over **Azion Web Platform documentation** to learn more.
::
4 changes: 4 additions & 0 deletions public/assets/integrations/azion.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.