Skip to content

[EDU-6476] fix: replaced Azion Edge Platform in guides - en #1620

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: How to use the "+ Create" button
description: The "+ Create" button accelerates your journey to start building with Azion.
meta_tags: >-
building, onboarding, create resources, Azion Edge Platform, import from
building, onboarding, create resources, Azion Web Platform, import from
GitHub
namespace: docs_create_button
permalink: /documentation/products/guides/create-button/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import LinkButton from 'azion-webkit/linkbutton';
import Tabs from '~/components/tabs/Tabs'


Azion Edge Platform allows you to [deliver live streaming content in HLS format](https://www.azion.com/en/solutions/live-streaming-delivery/), being able to easily self-provision and configure your cache policies. This guide covers the step-by-step to enforce HLS cache, manage chunks and playlists caching, set up rules engines rules, and utilize Azion Edge Storage for optimal video delivery.
Azion Web Platform allows you to [deliver live streaming content in HLS format](https://www.azion.com/en/solutions/live-streaming-delivery/), being able to easily self-provision and configure your cache policies. This guide covers the step-by-step to enforce HLS cache, manage chunks and playlists caching, set up rules engines rules, and utilize Azion Edge Storage for optimal video delivery.

---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: How to run serverless functions on Azion
description: >-
Edge Functions is a service of Azion Edge Platform that allows you to program
Edge Functions is a service of Azion Web Platform that allows you to program
and execute serverless functions, without the need to provision or manage
servers.
meta_tags: 'serveless, edge functions'
Expand All @@ -10,7 +10,7 @@ permalink: /documentation/products/guides/serverless-functions/
---
import LinkButton from 'azion-webkit/linkbutton'

[Edge Functions](/en/documentation/products/build/edge-application/edge-functions/) is a module of the Azion Edge Platform that allows you to program and execute serverless functions.
[Edge Functions](/en/documentation/products/build/edge-application/edge-functions/) is a module of the Azion Web Platform that allows you to program and execute serverless functions.

<LinkButton link="/en/documentation/products/build/edge-application/edge-functions-instances/" label="Go to Edge Functions for Edge Application reference" severity="secondary" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to create an edge function using WebAssembly on the Azion Edge platform
title: How to create an edge function using WebAssembly on the Azion Web Platform
description: >-
Learn about the process required to create an edge function that uses a
WebAssembly originated function.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ namespace: docs_azion_github_app
permalink: /documentation/products/guides/azion-github-app/
---

**Azion GitHub App** is a tool that connects your GitHub account with Azion's platform. This application enables you to import your GitHub repositories and use them to build, deploy, and manage edge applications on the Azion Edge Platform.
**Azion GitHub App** is a tool that connects your GitHub account with Azion's platform. This application enables you to import your GitHub repositories and use them to build, deploy, and manage edge applications on the Azion Web Platform.

This documentation explains how this application works and how to manage it according to your preferences.

---

## Connecting Azion with your GitHub account

By using **Azion Edge Platform**, you can build, deploy, and manage edge applications based on an existing project imported from GitHub. For this, you must have an Azion account and a GitHub account.
By using **Azion Web Platform**, you can build, deploy, and manage edge applications based on an existing project imported from GitHub. For this, you must have an Azion account and a GitHub account.

Then, it's necessary to connect your Azion account with GitHub through [Azion Console](https://console.azion.com). This way, you can grant permissions to Azion's platform to import your existing repositories.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before starting, you must have:

### Supported frameworks

Azion Edge Platform offers support for different JamStack frameworks, including:
Azion Web Platform offers support for different JamStack frameworks, including:

- Next.js
- Angular
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import LinkButton from 'azion-webkit/linkbutton'

Configuring a **WAF Custom Allowed Rule** allows you to instantiate specific rules for the needs of your edge application. These rules permit specific, legitimate traffic while maintaining robust protection against malicious attacks.

This guide explains how to configure a WAF Custom Allowed Rule via Azion Edge Platform.
This guide explains how to configure a WAF Custom Allowed Rule via Azion Web Platform.

<LinkButton link="/en/documentation/products/secure/edge-firewall/web-application-firewall/custom-allowed-rules/" text="go to Custom Allowed Rules reference" severity="secondary" />

Expand Down