Skip to content

Commit

Permalink
feat: move images and rearrange section
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch committed Aug 12, 2024
1 parent 484b029 commit 64c2e48
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion content/300-accelerate/350-static-ip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metaDescription: "Learn enabling Static IP for Prisma Accelerate."

You can enable static IP for Accelerate when your security setup requires IP allowlisting or if you're implementing firewalls that only permit access from trusted IPs, ensuring controlled and secure database connections.

![](./images/result-of-adding-static-ip-to-accelerate.png)
![Result of enabling static IP Accelerate with a database using IP allowlisting](/img/accelerate/result-of-adding-static-ip-to-accelerate.png)

:::info

Expand Down
15 changes: 10 additions & 5 deletions content/300-accelerate/600-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,21 @@ toc: true

## When should I enable static IP for Prisma Accelerate?

A static IP address is an IPv4 or an IPv6 address that is fixed. Unlike dynamic IP addresses, which can change unpredictably, traffic from static IP addresses can be easily identified.

![What is a static IP](./images/static-ip.png)

Enable static IP for Accelerate when your security setup requires IP allowlisting or if you're implementing firewalls that only permit access from trusted IPs, ensuring controlled and secure database connections.

![](./images/result-of-adding-static-ip-to-accelerate.png)
![Result of enabling static IP Accelerate with a database using IP allowlisting](/img/accelerate/result-of-adding-static-ip-to-accelerate.png)

Learn more on [how to enable static IP for Accelerate in the Platform Console](/accelerate/static-ip).

:::info
**What is a static IP?**

A static IP address is an IPv4 or an IPv6 address that is fixed. Unlike dynamic IP addresses, which can change unpredictably, traffic from static IP addresses can be easily identified.

![What is a static IP](/img/accelerate/static-ip.png)
:::


> ℹ️ To enable static IP support for Accelerate within your existing or new project environment, your workspace will need to be on our **Pro** or **Business** plans. Take a look at the [pricing page](https://www.prisma.io/pricing#accelerate) for more information.
## Why do I sometimes see unexpected cache behavior?
Expand Down
2 changes: 1 addition & 1 deletion content/400-pulse/275-static-ip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metaDescription: "Learn enabling Static IP for Prisma Pulse."

You can enable static IP for Pulse when your security setup requires IP allowlisting or if you're implementing firewalls that only permit access from trusted IPs, ensuring controlled and secure database connections.

![](./images/result-of-adding-static-ip-to-pulse.png)
![Result of enabling static IP Pulse with a database using IP allowlisting](/img/pulse/result-of-adding-static-ip-to-pulse.png)

:::info

Expand Down
14 changes: 9 additions & 5 deletions content/400-pulse/600-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,22 @@ This [setting](/orm/overview/databases/postgresql#configuring-an-ssl-connection)

## When should I enable static IP for Prisma Pulse?

A static IP address is an IPv4 or an IPv6 address that is fixed. Unlike dynamic IP addresses, which can change unpredictably, traffic from static IP addresses can be easily identified.

![What is a static IP](./../300-accelerate/images/static-ip.png)

Enable static IP for Pulse when your security setup requires IP allowlisting or if you're implementing firewalls that only permit access from trusted IPs, ensuring controlled and secure database connections.

![](./images/result-of-adding-static-ip-to-pulse.png)
![Result of enabling static IP Pulse with a database using IP allowlisting](/img/pulse/result-of-adding-static-ip-to-pulse.png)

Learn more on [how to enable static IP for Pulse in the Platform Console](/pulse/static-ip).

> ℹ️ To enable static IP support for Accelerate within your existing or new project environment, your workspace will need to be on our **Pro** or **Business** plans. Take a look at the [pricing page](https://www.prisma.io/pricing#accelerate) for more information.
:::info
**What is a static IP?**

A static IP address is an IPv4 or an IPv6 address that is fixed. Unlike dynamic IP addresses, which can change unpredictably, traffic from static IP addresses can be easily identified.

![What is a static IP](/img/accelerate/static-ip.png)
:::

## Do the static IP ranges for Accelerate and Pulse differ?

No, if you have static IP enabled for both Accelerate and Pulse using the same database URL, the generated static IP ranges will be the same for both products.
File renamed without changes

0 comments on commit 64c2e48

Please sign in to comment.