Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/content/docs/en/homes/home-docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ GraphQL is a powerful API language that allows precise data retrieval, avoiding

### SDK

The Azion SDK for Go simplifies developing applications that integrate with Azion's platform. It enables efficient management of Edge Applications, interaction with Object Storage, advanced queries with SQL Database, task automation, and building serverless solutions, streamlining workflows and enhancing productivity for edge computing projects.
The Azion SDK for Go simplifies developing applications that integrate with Azion's platform. It enables efficient management of Applications, interaction with Object Storage, advanced queries with SQL Database, task automation, and building serverless solutions, streamlining workflows and enhancing productivity for edge computing projects.

<LinkButton link="/en/documentation/devtools/sdk/go/" label="View details" severity="secondary" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Considering the implementation of a ReAct agent in an Edge Computing Platform, t

### Components

- [Edge Application](/en/documentation/products/build/edge-application/): allows you to build applications that run in Azion Global Infrastructure.
- [Applications](/en/documentation/products/build/edge-application/): allows you to build applications that run in Azion Global Infrastructure.
- [Functions for Applications](/en/documentation/products/build/edge-application/edge-functions/): executes code closer to the end user, enhancing performance and enabling custom logic for handling requests and responses.- [SQL Database](/en/documentation/products/store/edge-sql/): an edge-native SQL solution designed for serverless applications.
- [Vector Search](/en/documentation/products/store/edge-sql/vector-search/): enables customers to implement semantic search engines.
- [Global Infrastructure](https://www.azion.com/en/products/our-network/): a highly distributed architecture that includes strategically located edge nodes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Your application can be completely hosted at Azion, but there's the possibility

1. The user accesses the Domain related to the Application being accessed. This request goes to Azion Traffic Router, which chooses the optimal Edge Node to receive the request and directs the request to this Edge Node.

2. The request goes through Firewall and is analyzed. If it's not a malicious request, it reaches the Edge Application.
2. The request goes through Firewall and is analyzed. If it's not a malicious request, it reaches the Applications.

3. The request reaches the application and based on its Rules Engine configuration, accesses the requested content. If configured, Image Processor, Cache, Application Accelerator, and Functions will be executed.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The benefits of serverless are numerous: it offers scalability, cost-efficiency,

1. The user accesses the **Domain** related to the **Application** being accessed. This request goes to **Azion Traffic Router**, which chooses the optimal **Edge Node** to receive the request and directs the request to this **Edge Node**.

2. The request goes through **Firewall** and is analyzed. If it's not a malicious request, it goes forward and reaches the Edge Application.
2. The request goes through **Firewall** and is analyzed. If it's not a malicious request, it goes forward and reaches the Applications.

3. The request reaches the **Applications** and based on its **Rules Engine** configuration, accesses the requested content. If configured, **Image Processor**, **Cache**, **Application Acceleration**, and **Functions** will be executed.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ This use case is ideal for organizations looking to build a strong online presen
2. Firewall processes the request.
- DDoS Protection detects if there are DDoS or DoS attacks and either blocks the request and mitigates the attacks or allows the request.
3. Firewall Rules Engine identifies if there are rules from WAF, Network Shield, and Bot Manager.
4. Edge Application Rules Engine identifies if there are rules related to caching, image optimization, cookies, and redirects, among others.
4. Applications Rules Engine identifies if there are rules related to caching, image optimization, cookies, and redirects, among others.
- If the request doesn't match a Firewall rule and isn't blocked, the request continues the flow.
5. If the content isn't cached on the application, the request proceeds to the origin to be processed.
6. Edge Application or Firewall Rules Engine executes any rule configured for the Response Phase.
6. Applications or Firewall Rules Engine executes any rule configured for the Response Phase.
7. The final response is delivered to the client.
8. Activity can be observed through Real-Time Events, Real-Time Metrics, and GraphQL API or using a Data Stream connector to feed event logs into your stream processing, SIEM, and big data platforms.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You can use this function with the routes defined in the `src/router/routes` fol
```html title="src/views/EdgeApplications/ListView.vue"
...
<template #heading>
<PageHeadingBlock pageTitle="Edge Applications"></PageHeadingBlock>
<PageHeadingBlock pageTitle="Applications"></PageHeadingBlock>

<!--- add the InlineMessage component and customize the message with the button --->
<InlineMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ const adapt = (httpResponse) => {
},
{
field: 'cdnCache',
header: 'Edge Cache'
header: 'Cache'
},
// create the edge cache TTL column
{
field: 'edgeCacheTtl',
header: 'Edge Cache TTL'
header: 'Cache TTL'
}
]
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ To create a dashboard on Grafana with the **Data Transferred** metrics from [Rea
"properties": [
{
"id": "displayName",
"value": "Edge Applications In"
"value": "Applications In"
}
]
},
Expand All @@ -150,7 +150,7 @@ To create a dashboard on Grafana with the **Data Transferred** metrics from [Rea
"properties": [
{
"id": "displayName",
"value": "Edge Applications Out"
"value": "Applications Out"
}
]
},
Expand All @@ -162,7 +162,7 @@ To create a dashboard on Grafana with the **Data Transferred** metrics from [Rea
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -290,7 +290,7 @@ To create a dashboard on Grafana with the **Data Transferred** metrics from [Rea
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -418,7 +418,7 @@ To create a dashboard on Grafana with the **Data Transferred** metrics from [Rea
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -547,7 +547,7 @@ To create a dashboard on Grafana with the **Data Transferred** metrics from [Rea
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -675,7 +675,7 @@ To create a dashboard on Grafana with the **Data Transferred** metrics from [Rea
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -803,7 +803,7 @@ To create a dashboard on Grafana with the **Data Transferred** metrics from [Rea
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -931,7 +931,7 @@ To create a dashboard on Grafana with the **Data Transferred** metrics from [Rea
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -1059,7 +1059,7 @@ To create a dashboard on Grafana with the **Data Transferred** metrics from [Rea
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -1128,7 +1128,7 @@ To create a dashboard on Grafana with the **Data Transferred** metrics from [Rea
"style": "dark",
"tags": [
"Azion",
"Edge Applications",
"Applications",
"Data Transferred "
],
"templating": {
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/pt-br/homes/doc-home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ GraphQL é uma poderosa linguagem de API que permite obter dados precisos, evita

### SDK

O SDK da Azion para Go simplifica o desenvolvimento de aplicações integradas à plataforma Azion. Permite gerenciar Applicationss, interagir com Object Storage, executar queries avançadas com SQL Database, automatizar tarefas e criar soluções serverless, otimizando fluxos de trabalho e produtividade para projetos de edge computing.
O SDK da Azion para Go simplifica o desenvolvimento de aplicações integradas à plataforma Azion. Permite gerenciar Applications, interagir com Object Storage, executar queries avançadas com SQL Database, automatizar tarefas e criar soluções serverless, otimizando fluxos de trabalho e produtividade para projetos de edge computing.

<LinkButton link="/pt-br/documentacao/devtools/sdk/go/" label="Ver detalhes" severity="secondary" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Proteja suas applications com uma solução de gerenciamento de bots
description: >-
Descubra como o Azion Bot Manager utiliza análise comportamental e Edge
Firewall para segurança robusta em Applicationss, prevenindo fraudes e
Firewall para segurança robusta em Applications, prevenindo fraudes e
ataques.
permalink: >-
/documentacao/arquiteturas/gerenciamento-de-bots/proteja-edge-applications-com-bot-management/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [
"properties": [
{
"id": "displayName",
"value": "Edge Applications In"
"value": "Applications In"
}
]
},
Expand All @@ -150,7 +150,7 @@ Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [
"properties": [
{
"id": "displayName",
"value": "Edge Applications Out"
"value": "Applications Out"
}
]
},
Expand All @@ -162,7 +162,7 @@ Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -290,7 +290,7 @@ Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -418,7 +418,7 @@ Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -547,7 +547,7 @@ Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -675,7 +675,7 @@ Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -803,7 +803,7 @@ Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -931,7 +931,7 @@ Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -1059,7 +1059,7 @@ Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [
"properties": [
{
"id": "displayName",
"value": "Edge Applications"
"value": "Applications"
}
]
}
Expand Down Expand Up @@ -1128,7 +1128,7 @@ Para criar um dashboard no Grafana com as métricas de **Data Transferred** do [
"style": "dark",
"tags": [
"Azion",
"Edge Applications",
"Applications",
"Data Transferred "
],
"templating": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ A tabela abaixo descreve as severidades para tickets do tipo **Question**:
| Severidade | Definição |
| ----------- | --------- |
| General Guidance | Você tem uma dúvida sobre a plataforma da Azion. |
| Rules Engine | Você tem dúvidas sobre como configurar um comportamento usando [Rules Engine para Edge Application](/pt-br/documentacao/produtos/build/edge-application/rules-engine/) ou [Rules Engine para Firewall](/pt-br/documentacao/produtos/secure/edge-firewall/rules-engine/). |
| Rules Engine | Você tem dúvidas sobre como configurar um comportamento usando [Rules Engine para Applications](/pt-br/documentacao/produtos/build/edge-application/rules-engine/) ou [Rules Engine para Firewall](/pt-br/documentacao/produtos/secure/edge-firewall/rules-engine/). |

## Gravidade dos casos e tempos de resposta de acordo com os planos de serviço

Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en/graphqlMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{ text: 'How to query HTTP request events blocked', slug: '/documentation/products/guides/query-httpbreakdownmetrics-data-with-graphql/', key: 'guides/httpbreakdownmetrics-data' },
{ text: 'How to query usage data from Edge Functions', slug: '/documentation/products/guides/query-edge-functions-usage-data-with-graphql/', key: 'guides/edge-functions-usage-data' },
{ text: 'How to query usage data from Image Processor', slug: '/documentation/products/guides/query-image-processor-usage-data-with-graphql/', key: 'guides/image-processor-usage-data' },
{ text: 'How to query usage data from Edge Application', slug: '/documentation/products/guides/query-edge-application-usage-data-with-graphql/', key: 'guides/edge-application-usage-data' },
{ text: 'How to query usage data from Applications', slug: '/documentation/products/guides/query-edge-application-usage-data-with-graphql/', key: 'guides/edge-application-usage-data' },
{ text: 'How to query usage data from Data Stream', slug: '/documentation/products/guides/query-data-stream-usage-data-with-graphql/', key: 'guides/data-stream-usage-data' },
{ text: 'How to query usage data from Tiered Cache', slug: '/documentation/products/guides/query-tiered-cache-usage-data-with-graphql/', key: 'guides/tiered-cache-usage-data' }

Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en/observeMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default [
},

{ text: 'AWS Kinesis Data Firehose', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/endpoint-amazon-kinesis/', key: 'observeIntegrationsAws', hasLabel: 'menu.observeIntegrations' },
{ text: 'Azion Edge Storage', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/connector-azion-edge-storage/', key: 'observeIntegrationsEdgeStorage' },
{ text: 'Azion Object Storage', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/connector-azion-edge-storage/', key: 'observeIntegrationsEdgeStorage' },
{ text: 'Azure Blob Storage', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/endpoint-azure-blob/', key: 'observeIntegrationsBlob' },
{ text: 'Azure Monitor', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/endpoint-azure-monitor/', key: 'observeIntegrationsMonitor' },
{ text: 'Datadog', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/endpoint-datadog/', key: 'observeIntegrationsDatadog' },
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default {
'topbar.cta': 'Check it out!',
'menu.runtime': 'Azion Runtime',
'menu.store': 'Store',
'menu.storage': 'Edge Storage',
'menu.storage': 'Object Storage',
'menu.edgeSQL': 'Edge SQL'


Expand Down
2 changes: 1 addition & 1 deletion src/i18n/pt-br/graphqlMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{ text: 'Como identificar os principais ataques', slug: '/documentacao/produtos/guias/consultar-top-attacks-com-graphql/', key: 'guides/bot-top-attacks-graphql' },
{ text: 'Como consultar dados de uso de Edge Functions', slug: '/documentacao/produtos/guias/consultar-dados-de-uso-edge-functions-com-graphql/', key: 'guides/edge-functions-usage-data' },
{ text: 'Como consultar dados de uso do Image Processor', slug: '/documentacao/produtos/guias/consultar-dados-de-uso-image-processor-com-graphql/', key: 'guides/image-processor-usage-data' },
{ text: 'Como consultar dados de uso do Edge Application', slug: '/documentacao/produtos/guias/consultar-dados-de-uso-edge-application-com-graphql/', key: 'guides/edge-application-usage-data' },
{ text: 'Como consultar dados de uso do Applications', slug: '/documentacao/produtos/guias/consultar-dados-de-uso-edge-application-com-graphql/', key: 'guides/edge-application-usage-data' },
{ text: 'Como consultar dados de uso do Data Stream', slug: '/documentacao/produtos/guias/consultar-dados-de-uso-data-stream-com-graphql/', key: 'guides/data-stream-usage-data' },
{ text: 'Como consultar dados de uso do Tiered Cache', slug: '/documentacao/produtos/guias/consultar-dados-de-uso-tiered-cache-com-graphql/', key: 'guides/tiered-cache-usage-data' }

Expand Down
Loading