From 6eb97ceeb5e04b0dc626a49a930d1c3baf9b8e1e Mon Sep 17 00:00:00 2001 From: "gabriel.alves" Date: Tue, 4 Nov 2025 09:39:15 -0300 Subject: [PATCH] fix: old product names on docs edge functions --- .../pages/devtools/azion-edge-runtime/overview/overview.mdx | 2 +- .../pages/devtools/cli/azion-cli/commands/create/create.mdx | 4 ++-- .../pages/devtools/cli/azion-cli/commands/delete/delete.mdx | 4 ++-- .../en/pages/devtools/cli/azion-cli/commands/logs/logs.mdx | 2 +- .../edge-functions-firewall.mdx | 2 +- .../docs/en/pages/secure-journey/secure-application.mdx | 2 +- .../contrua-uma-aplicacao/crie-uma-aplicacao.mdx | 4 ++-- .../pages/build-jornada/troubleshoot/monitorar-metricas.mdx | 2 +- .../pages/secure-jornada/automatizar/edge-functions-apis.mdx | 2 +- src/i18n/en/cliMenu.ts | 2 +- src/i18n/en/secureMenu.ts | 2 +- .../en/edge-functions/edit/azion-preview-deployment/index.md | 2 +- .../edge-functions/invocations/total-invocations/index.md | 4 ++-- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/content/docs/en/pages/devtools/azion-edge-runtime/overview/overview.mdx b/src/content/docs/en/pages/devtools/azion-edge-runtime/overview/overview.mdx index b0993bd51c..5709b5fca9 100644 --- a/src/content/docs/en/pages/devtools/azion-edge-runtime/overview/overview.mdx +++ b/src/content/docs/en/pages/devtools/azion-edge-runtime/overview/overview.mdx @@ -3,7 +3,7 @@ title: Azion Runtime description: >- The Azion Runtime is a set of tools for developing applications at the Edge. The Azion Runtime allows you to write JavaScript functions built on Web - standards. Edge functions help you to implement the business logic and create + standards. Functions help you to implement the business logic and create serverless applications, at the edge of the network, closer to users. meta_tags: 'function, edge computing, serverless, jamstack' namespace: documentation_products_edge_functions_runtime_overview diff --git a/src/content/docs/en/pages/devtools/cli/azion-cli/commands/create/create.mdx b/src/content/docs/en/pages/devtools/cli/azion-cli/commands/create/create.mdx index 64ec78df9e..571542d823 100644 --- a/src/content/docs/en/pages/devtools/cli/azion-cli/commands/create/create.mdx +++ b/src/content/docs/en/pages/devtools/cli/azion-cli/commands/create/create.mdx @@ -15,7 +15,7 @@ menu_namespace: cliMenuAlpha With the `azion create [resource]` command you can create: - [Application](#edge-applications). - - [Edge functions](#edge-functions). + - [Functions](#edge-functions). - [Rules engine](#rules-engine). - [Cache settings](#cache-settings). - [Workloads](#workloads). @@ -131,7 +131,7 @@ The `--debug-rules` option allows you to check whether rules or rule sets create --- -## Edge functions +## Functions #### Usage diff --git a/src/content/docs/en/pages/devtools/cli/azion-cli/commands/delete/delete.mdx b/src/content/docs/en/pages/devtools/cli/azion-cli/commands/delete/delete.mdx index 4778b8db09..d5b78e6f3d 100644 --- a/src/content/docs/en/pages/devtools/cli/azion-cli/commands/delete/delete.mdx +++ b/src/content/docs/en/pages/devtools/cli/azion-cli/commands/delete/delete.mdx @@ -1,7 +1,7 @@ --- title: Azion CLI delete description: >- - Learn to manage your Edge resources using Azion CLI, including deleting edge + Learn to manage your Edge resources using Azion CLI, including deleting applications, functions, and setting up cache rules effectively. permalink: /documentation/devtools/cli/delete/ meta_tags: >- @@ -57,7 +57,7 @@ The `--help` option displays more information about the `azion delete edge-appli --- -## Edge functions +## Functions #### Usage diff --git a/src/content/docs/en/pages/devtools/cli/azion-cli/commands/logs/logs.mdx b/src/content/docs/en/pages/devtools/cli/azion-cli/commands/logs/logs.mdx index f13f01a308..4c92118012 100644 --- a/src/content/docs/en/pages/devtools/cli/azion-cli/commands/logs/logs.mdx +++ b/src/content/docs/en/pages/devtools/cli/azion-cli/commands/logs/logs.mdx @@ -13,7 +13,7 @@ Watch your functions logs and application's HTTP events logs through Azion CLI. --- -## Edge functions logs +## Functions logs The `azion logs cells` subcommand displays functions console logs. diff --git a/src/content/docs/en/pages/main-menu/reference/secure/edge-firewall/edge-functions-for-edge-firewall/edge-functions-firewall.mdx b/src/content/docs/en/pages/main-menu/reference/secure/edge-firewall/edge-functions-for-edge-firewall/edge-functions-firewall.mdx index 091a989821..c4914942fd 100644 --- a/src/content/docs/en/pages/main-menu/reference/secure/edge-firewall/edge-functions-for-edge-firewall/edge-functions-firewall.mdx +++ b/src/content/docs/en/pages/main-menu/reference/secure/edge-firewall/edge-functions-for-edge-firewall/edge-functions-firewall.mdx @@ -26,7 +26,7 @@ With functions on Firewall, you can: | Scope | Guide | | - | - | -| Edge function for Firewall | [How to create and configure an function on your Firewall](/en/documentation/products/guides/edge-functions/firewall/) | +| Function for Firewall | [How to create and configure an function on your Firewall](/en/documentation/products/guides/edge-functions/firewall/) | | Examples | [Examples](/en/documentation/devtools/javascript-examples/) | | Code samples | [GitHub repository](https://github.com/aziontech/azion-samples/tree/dev/samples) | diff --git a/src/content/docs/en/pages/secure-journey/secure-application.mdx b/src/content/docs/en/pages/secure-journey/secure-application.mdx index 11a2280611..de9a82ba99 100644 --- a/src/content/docs/en/pages/secure-journey/secure-application.mdx +++ b/src/content/docs/en/pages/secure-journey/secure-application.mdx @@ -58,7 +58,7 @@ The instantiation step also allows you to apply specific and customized logic to The final step is to configure variables on **Rules Engine**. Through *criteria* and *behaviors*, you configure the variables that are supposed to run to secure your applications and the logic in which they should be executed. -Edge functions and rules run in parallel. It's recommended to use both tools to further improve and guarantee your application's security. +Functions and rules run in parallel. It's recommended to use both tools to further improve and guarantee your application's security. --- diff --git a/src/content/docs/pt-br/pages/build-jornada/contrua-uma-aplicacao/crie-uma-aplicacao.mdx b/src/content/docs/pt-br/pages/build-jornada/contrua-uma-aplicacao/crie-uma-aplicacao.mdx index 91547d41b7..d4a87b94f3 100644 --- a/src/content/docs/pt-br/pages/build-jornada/contrua-uma-aplicacao/crie-uma-aplicacao.mdx +++ b/src/content/docs/pt-br/pages/build-jornada/contrua-uma-aplicacao/crie-uma-aplicacao.mdx @@ -36,10 +36,10 @@ Comece [definindo suas configurações principais](/pt-br/documentacao/produtos/ Após definir as configurações iniciais, você pode modificar o comportamento de sua aplicação definindo variáveis e parâmetros que podem ser personalizados para atender a seus requisitos. Você pode definir as seguintes instâncias: -- **Cache settings**: [ajuste as configurações de edge cache](/pt-br/documentacao/produtos/guias/build/ajustar-cache-settings/) para reduzir a carga nos servidores de origem e acelerar a entrega. Defina valores como expiração de cache de browser e edge, segmentação de arquivos maiores, cache keys e entrega adaptada com base em dispositivos. +- **Cache settings**: [ajuste as configurações de cache](/pt-br/documentacao/produtos/guias/build/ajustar-cache-settings/) para reduzir a carga nos servidores de origem e acelerar a entrega. Defina valores como expiração de cache de browser e edge, segmentação de arquivos maiores, cache keys e entrega adaptada com base em dispositivos. - **Connector**: [ajuste suas configurações de origem](/pt-br/documentacao/produtos/guias/build/definir-origens/) para atender às necessidades de sua aplicação e defina os valores do cabeçalho `Host` e endereço de origem. - **Device groups**: [agrupe usuários finais com base em seus dispositivos](/pt-br/documentacao/produtos/guias/build/criar-device-groups/), sistemas operacionais ou navegadores com informações fornecidas pelo cabeçalho `User-Agent`. -- **Edge functions**: [instancie functions](/pt-br/documentacao/produtos/guias/build/instanciar-edge-functions/) para minimizar o uso de recursos processando no edge. +- **Functions**: [instancie functions](/pt-br/documentacao/produtos/guias/build/instanciar-edge-functions/) para minimizar o uso de recursos processando no edge. Algumas variáveis podem já ter sido criadas por padrão quando você construiu sua aplicação pela primeira vez. Você pode editar suas configurações padrão ou criar novas, se necessário. diff --git a/src/content/docs/pt-br/pages/build-jornada/troubleshoot/monitorar-metricas.mdx b/src/content/docs/pt-br/pages/build-jornada/troubleshoot/monitorar-metricas.mdx index 1bc2871c45..1a0f812a43 100644 --- a/src/content/docs/pt-br/pages/build-jornada/troubleshoot/monitorar-metricas.mdx +++ b/src/content/docs/pt-br/pages/build-jornada/troubleshoot/monitorar-metricas.mdx @@ -30,7 +30,7 @@ Para monitorar o desempenho, os comportamentos e os acessos de suas applications --- -## Edge functions +## Functions Para monitorar as invocações, o desempenho e os acessos das suas functions: diff --git a/src/content/docs/pt-br/pages/secure-jornada/automatizar/edge-functions-apis.mdx b/src/content/docs/pt-br/pages/secure-jornada/automatizar/edge-functions-apis.mdx index 05bd558b8e..8ef7c019f1 100644 --- a/src/content/docs/pt-br/pages/secure-jornada/automatizar/edge-functions-apis.mdx +++ b/src/content/docs/pt-br/pages/secure-jornada/automatizar/edge-functions-apis.mdx @@ -12,7 +12,7 @@ import LinkButton from 'azion-webkit/linkbutton' ## Functions e Firewall -Edge functions são funções executadas na Azion Web Platform, com baixa latência, trazendo o poder operacional mais perto do usuário final. +Functions são funções executadas na Azion Web Platform, com baixa latência, trazendo o poder operacional mais perto do usuário final. Através das functions, você pode escrever seu próprio código de segurança em **JavaScript** e implantá-lo para ser executado no edge, permitindo que você: diff --git a/src/i18n/en/cliMenu.ts b/src/i18n/en/cliMenu.ts index a65ae0fd97..8bb1c1d53b 100644 --- a/src/i18n/en/cliMenu.ts +++ b/src/i18n/en/cliMenu.ts @@ -34,7 +34,7 @@ export default [ { text: 'Configuring Output', slug: '/documentation/products/guides/cli-output-configuration', key: 'guides/configuringOutput' }, { text: 'Running the CLI on macOS', slug: '/documentation/products/guides/cli-running-macos', key: 'guides/cliMacOS' }, { text: 'Creating an application', slug: '/documentation/products/guides/cli-creating-edge-application', key: 'guides/createEdgeApp' }, - { text: 'Managing your edge functions', slug: '/documentation/products/guides/cli-managing-edge-functions', key: 'guides/manageEdgeFunc' }, + { text: 'Managing your functions', slug: '/documentation/products/guides/cli-managing-edge-functions', key: 'guides/manageEdgeFunc' }, { text: 'Creating a function on Azion using the Next.js framework', slug: '/documentation/products/guides/nextjs-ssr-on-azion-platform', key: 'guides/createFunc' }, ] }, ] as const; diff --git a/src/i18n/en/secureMenu.ts b/src/i18n/en/secureMenu.ts index e093e158c8..73347342f9 100644 --- a/src/i18n/en/secureMenu.ts +++ b/src/i18n/en/secureMenu.ts @@ -51,7 +51,7 @@ export default [ { text: 'Manage Digital Certificates', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/secure/digital-certificates/', key: 'digitalCertificates' }, - { text: 'Edge Functions', header: true, anchor: true, type: 'learn', slug: '/documentation/products/secure/automate/functions/', key: 'automateEdgeFunctions', hasLabel: 'menu.secureAutomate' }, + { text: 'Functions', header: true, anchor: true, type: 'learn', slug: '/documentation/products/secure/automate/functions/', key: 'automateEdgeFunctions', hasLabel: 'menu.secureAutomate' }, { text: 'SDK', header: true, anchor: true, type: 'learn', slug: '/documentation/products/secure/automate/sdk/', key: 'automateSdk' }, { text: 'Terraform', header: true, anchor: true, type: 'learn', slug: '/documentation/products/secure/automate/terraform/', key: 'automateTerraform' }, { text: 'Integrate with SIEMs', header: true, anchor: true, type: 'learn', slug: '/documentation/products/secure/automate/integrate-siems/', key: 'automateIntegrateSiems' }, diff --git a/src/includes/docs_help_center/en/edge-functions/edit/azion-preview-deployment/index.md b/src/includes/docs_help_center/en/edge-functions/edit/azion-preview-deployment/index.md index 6371520927..1c547feb0c 100644 --- a/src/includes/docs_help_center/en/edge-functions/edit/azion-preview-deployment/index.md +++ b/src/includes/docs_help_center/en/edge-functions/edit/azion-preview-deployment/index.md @@ -1,6 +1,6 @@ ## Azion Preview Deployment -**Azion Preview Deployment** makes it possible for you to preview the behavior of your edge functions before they go to production. New possibilities are unlocked when using the Preview, such as: +**Azion Preview Deployment** makes it possible for you to preview the behavior of your functions before they go to production. New possibilities are unlocked when using the Preview, such as: - Testing different flows based on the http method provided. - Seeing the outcome of an HTML page. diff --git a/src/includes/docs_help_center/en/real-time-metrics/edge-functions/invocations/total-invocations/index.md b/src/includes/docs_help_center/en/real-time-metrics/edge-functions/invocations/total-invocations/index.md index 35740627e7..c99bb50030 100644 --- a/src/includes/docs_help_center/en/real-time-metrics/edge-functions/invocations/total-invocations/index.md +++ b/src/includes/docs_help_center/en/real-time-metrics/edge-functions/invocations/total-invocations/index.md @@ -1,12 +1,12 @@ ## Total Invocations -The Total Invocations graph shows you the sum of all occasions in which your edge functions were called. +The Total Invocations graph shows you the sum of all occasions in which your functions were called. > The graph is divided into: > > - **Firewall Invocations**: total amount of executed functions associated to a firewall. > - **Applications Invocations**: total amount of executed functions associated to an application. -Whenever one of your configured edge functions is executed, one invocation is calculated. +Whenever one of your configured functions is executed, one invocation is calculated. Find out more on [how to build applications with Functions](https://www.azion.com/en/documentation/products/edge-application/edge-functions/).