From 927f227603078afeb7b3f8c84f12a745acbafaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariana=20Bellor=C3=ADn=20Aguilera?= <89138244+MarianaAguilera@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:20:38 -0300 Subject: [PATCH 1/9] Update README.md --- templates/angular-boilerplate/README.md | 42 +++++++------------------ 1 file changed, 11 insertions(+), 31 deletions(-) diff --git a/templates/angular-boilerplate/README.md b/templates/angular-boilerplate/README.md index 9c5bda1a..ca1463e7 100644 --- a/templates/angular-boilerplate/README.md +++ b/templates/angular-boilerplate/README.md @@ -1,46 +1,24 @@ # Angular Boilerplate -The Azion **Angular Boilerplate** is designed to simplify and enhance the deployment process for Angular.js applications directly on the edge of the network. +The **Angular Boilerplate** is designed to simplify and enhance the deployment process for Angular.js applications directly on the edge of the network. This repository is an example of the new GitHub repository created during the deployment. For a more detailed step-by-step to deploy this template via Azion Real-Time Manager (RTM), check the [How to deploy edge applications with the Angular Boilerplate](https://www.azion.com/en/documentation/products/guides/angular-boilerplate/) guide. This template uses Angular CLI version `16.1.3`. -## Usage Information - -To start using this template, you need to: - -1. Access [Azion Real-Time Manager (RTM)](https://manager.azion.com/). - - If you don’t have an account yet, create a new one [by visiting the sign-up page](https://manager.azion.com/signup/). -2. On the homepage, select the **Start with a template** option. -3. Find the **Angular boilerplate** card and select it. -4. Click the **Settings tab** to configure the template. - -## Settings - -To successfully deploy this template, you must provide the information to configure your Azion application. Fields identified with an asterisk are mandatory. - - * **Application Name***: the name of your edge application on Azion. - * **GitHub Personal Token***: your GitHub personal token. - * While generating your GitHub personal token, grant that your scope has the permissions to authorize an OAuth app or a personal token to access to public and private repositories, including read and write access to code. You must also enable the workflow option to allow adding and updating GitHub Actions workflow files. +--- -Note that permissions can be scoped either to a user or an organization or to a repository. Read the [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic) documentation for more information. - -After filling out the form, click the **Next** button to start the deployment process. - -Once the template is deployed, you can edit and update your args and code. However, you'll need to declare secrets on your project's GitHub repository first to complete the second build with these changes. When the second build is completed, you can manage your project with a [continuous deployment workflow](#continuous-deployment). - -For a more detailed step-by-step on declaring your secrets and using this template, check the [How to deploy edge applications with the Angular Boilerplate](https://www.azion.com/en/documentation/products/guides/angular-boilerplate/) guide for more details. +## Usage Information -## Important +To use this template, you must [sign in on Azion Cosole](https://console.azion.com/login). -To guarantee the optimal performance of this template, it's necessary to activate the following Azion product: +> If you haven't an account, go to the [signup page](https://console.azion.com/signup) to complete the registration. -* [Edge Functions](https://www.azion.com/en/documentation/products/edge-application/edge-functions/#edge-functions-management) +To successfully deploy this template, you will need to provide the information to configure your Azion application, as shown in the **Setting** tab on the template's page. -You need to activate the product separately via RTM. Review the [Azion documentation](https://www.azion.com/en/documentation/products/guides/angular-boilerplate/) to do so. +For a more detailed step-by-step on using this template and requirements, check the [How to deploy edge applications with the Angular Boilerplate](https://www.azion.com/en/documentation/products/guides/angular-boilerplate/) guide. -If this product is activated, the execution of this template could generate usage-related costs. Check the [pricing page](https://www.azion.com/en/pricing/) for more information. +--- ## Continuous deployment @@ -72,6 +50,8 @@ To do so, open your repository in GitHub. Then, go to **Settings** > **Secrets a Now your project is ready to work with a continuous deployment workflow, updating instantly any changes in the application or the repository. +--- + ## Management Considering that this initial setup may not be optimal for your specific edge application, all settings can be customized any time you need by using [Azion Real-Time Manager (RTM)](https://manager.azion.com/). @@ -80,5 +60,5 @@ To manage and edit your edge application’s settings, read the documentation ab ### 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. Go to the [Domains](https://www.azion.com/en/documentation/products/edge-application/domains/) documentation to read more about it. +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. Go to the [Domains](https://www.azion.com/en/documentation/products/guides/configure-a-domain/) documentation to read more about it. From b9f2948daff8a88ef1c14e9ee8a58a733fa71cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariana=20Bellor=C3=ADn=20Aguilera?= <89138244+MarianaAguilera@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:25:49 -0300 Subject: [PATCH 2/9] Update templates/angular-boilerplate/README.md --- templates/angular-boilerplate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/angular-boilerplate/README.md b/templates/angular-boilerplate/README.md index ca1463e7..db6dcb45 100644 --- a/templates/angular-boilerplate/README.md +++ b/templates/angular-boilerplate/README.md @@ -54,7 +54,7 @@ Now your project is ready to work with a continuous deployment workflow, updatin ## Management -Considering that this initial setup may not be optimal for your specific edge application, all settings can be customized any time you need by using [Azion Real-Time Manager (RTM)](https://manager.azion.com/). +Considering that this initial setup may not be optimal for your specific edge application, all settings can be customized any time you need by using [Azion Console](https://console.azion.com/). To manage and edit your edge application’s settings, read the documentation about [managing edge applications](https://www.azion.com/en/documentation/products/edge-application/first-steps/) for more details. From 0e018c4fca42df20bc91bfc55193c63e091a35c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariana=20Bellor=C3=ADn=20Aguilera?= <89138244+MarianaAguilera@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:31:12 -0300 Subject: [PATCH 3/9] Update templates/angular-boilerplate/README.md --- templates/angular-boilerplate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/angular-boilerplate/README.md b/templates/angular-boilerplate/README.md index db6dcb45..d053be9c 100644 --- a/templates/angular-boilerplate/README.md +++ b/templates/angular-boilerplate/README.md @@ -14,7 +14,7 @@ To use this template, you must [sign in on Azion Cosole](https://console.azion.c > If you haven't an account, go to the [signup page](https://console.azion.com/signup) to complete the registration. -To successfully deploy this template, you will need to provide the information to configure your Azion application, as shown in the **Setting** tab on the template's page. +To successfully deploy this template, you will need to provide the information to configure your Azion application, as shown in the **Settings** tab on the template's page. For a more detailed step-by-step on using this template and requirements, check the [How to deploy edge applications with the Angular Boilerplate](https://www.azion.com/en/documentation/products/guides/angular-boilerplate/) guide. From ecec69446510e66fac7d846d558d2abf72752276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariana=20Bellor=C3=ADn=20Aguilera?= <89138244+MarianaAguilera@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:32:10 -0300 Subject: [PATCH 4/9] Update templates/angular-boilerplate/README.md --- templates/angular-boilerplate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/angular-boilerplate/README.md b/templates/angular-boilerplate/README.md index d053be9c..f4dea3fc 100644 --- a/templates/angular-boilerplate/README.md +++ b/templates/angular-boilerplate/README.md @@ -14,7 +14,7 @@ To use this template, you must [sign in on Azion Cosole](https://console.azion.c > If you haven't an account, go to the [signup page](https://console.azion.com/signup) to complete the registration. -To successfully deploy this template, you will need to provide the information to configure your Azion application, as shown in the **Settings** tab on the template's page. +To successfully deploy this template, you need to provide the information to configure your Azion application, as shown in the **Settings** tab on the template's page. For a more detailed step-by-step on using this template and requirements, check the [How to deploy edge applications with the Angular Boilerplate](https://www.azion.com/en/documentation/products/guides/angular-boilerplate/) guide. From 24ee6001f7c3c23d8e22d4eca266cc27621e395e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariana=20Bellor=C3=ADn=20Aguilera?= <89138244+MarianaAguilera@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:05:41 -0300 Subject: [PATCH 5/9] Update templates/angular-boilerplate/README.md --- templates/angular-boilerplate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/angular-boilerplate/README.md b/templates/angular-boilerplate/README.md index f4dea3fc..77935d9d 100644 --- a/templates/angular-boilerplate/README.md +++ b/templates/angular-boilerplate/README.md @@ -8,7 +8,7 @@ This template uses Angular CLI version `16.1.3`. --- -## Usage Information +## Usage information To use this template, you must [sign in on Azion Cosole](https://console.azion.com/login). From 11a189f62d597aae860930784beab80682e91cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariana=20Bellor=C3=ADn=20Aguilera?= <89138244+MarianaAguilera@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:10:27 -0300 Subject: [PATCH 6/9] Update templates/angular-boilerplate/README.md --- templates/angular-boilerplate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/angular-boilerplate/README.md b/templates/angular-boilerplate/README.md index 77935d9d..862d3e93 100644 --- a/templates/angular-boilerplate/README.md +++ b/templates/angular-boilerplate/README.md @@ -14,7 +14,7 @@ To use this template, you must [sign in on Azion Cosole](https://console.azion.c > If you haven't an account, go to the [signup page](https://console.azion.com/signup) to complete the registration. -To successfully deploy this template, you need to provide the information to configure your Azion application, as shown in the **Settings** tab on the template's page. +To successfully deploy this template, you need to provide the information to configure your Azion application, as requested in the **Settings** tab on the template's page. For a more detailed step-by-step on using this template and requirements, check the [How to deploy edge applications with the Angular Boilerplate](https://www.azion.com/en/documentation/products/guides/angular-boilerplate/) guide. From 5c74bde1ab26f3341e1d9ceeae9321ab0d0bc518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariana=20Bellor=C3=ADn=20Aguilera?= <89138244+MarianaAguilera@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:22:19 -0300 Subject: [PATCH 7/9] Update templates/angular-boilerplate/README.md --- templates/angular-boilerplate/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/angular-boilerplate/README.md b/templates/angular-boilerplate/README.md index 862d3e93..d001a69d 100644 --- a/templates/angular-boilerplate/README.md +++ b/templates/angular-boilerplate/README.md @@ -18,6 +18,11 @@ To successfully deploy this template, you need to provide the information to con For a more detailed step-by-step on using this template and requirements, check the [How to deploy edge applications with the Angular Boilerplate](https://www.azion.com/en/documentation/products/guides/angular-boilerplate/) guide. +### Requirements + +- Generate a [GitHub personal token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic). +- Enable [Edge Functions](https://www.azion.com/en/documentation/products/guides/billing-and-subscriptions/) on your Azion account. + --- ## Continuous deployment From 847df2617d971e3e5c2bd73b6662891b6fa7b201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariana=20Bellor=C3=ADn=20Aguilera?= <89138244+MarianaAguilera@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:43:50 -0300 Subject: [PATCH 8/9] Update templates/angular-boilerplate/README.md --- templates/angular-boilerplate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/angular-boilerplate/README.md b/templates/angular-boilerplate/README.md index d001a69d..819adec4 100644 --- a/templates/angular-boilerplate/README.md +++ b/templates/angular-boilerplate/README.md @@ -10,7 +10,7 @@ This template uses Angular CLI version `16.1.3`. ## Usage information -To use this template, you must [sign in on Azion Cosole](https://console.azion.com/login). +To use this template, you must [sign in on Azion Console](https://console.azion.com/login). > If you haven't an account, go to the [signup page](https://console.azion.com/signup) to complete the registration. From 942be45dd4a8da7ccd76341f9fc72ced00ab0001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariana=20Bellor=C3=ADn=20Aguilera?= <89138244+MarianaAguilera@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:41:11 -0300 Subject: [PATCH 9/9] Update templates/angular-boilerplate/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gabriel França <119522814+gabriel-azion@users.noreply.github.com> --- templates/angular-boilerplate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/angular-boilerplate/README.md b/templates/angular-boilerplate/README.md index 819adec4..8bcf220a 100644 --- a/templates/angular-boilerplate/README.md +++ b/templates/angular-boilerplate/README.md @@ -12,7 +12,7 @@ This template uses Angular CLI version `16.1.3`. To use this template, you must [sign in on Azion Console](https://console.azion.com/login). -> If you haven't an account, go to the [signup page](https://console.azion.com/signup) to complete the registration. +> If you haven't created an account, go to the [signup page](https://console.azion.com/signup) to complete the registration. To successfully deploy this template, you need to provide the information to configure your Azion application, as requested in the **Settings** tab on the template's page.