diff --git a/content/operate/rc/cloud-integrations/vercel.md b/content/operate/rc/cloud-integrations/vercel.md index bdb5867ca8..cca2d8e755 100644 --- a/content/operate/rc/cloud-integrations/vercel.md +++ b/content/operate/rc/cloud-integrations/vercel.md @@ -17,19 +17,14 @@ The [Redis Cloud Vercel integration](https://vercel.com/marketplace/redis-cloud) 1. Log in to your Vercel account (or create a new one). -1. Navigate to the **Storage** tab and select **Create database**. - {{Storage - Create Database}} +1. Navigate to the **Storage** tab. Under **Marketplace Database Providers**, find **Redis** and select **Create**. + {{The Redis database provider in the Vercel Storage tab.}} -1. Under **Storage partners**, select **View all partners**. - {{Browse storage}} +1. In the **Install integration** dialog under **Configuration and plan**, select your region and [high availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) settings. -1. Find **Redis Cloud** and select **Continue**. + {{Vercel Region and high availability settings}} -1. In the **Create Database** dialog, select your plan and **Continue**. - - {{Create database}} - - More configuration options are coming soon, such as region selection and multi-zone high availability. +1. Choose a plan and select **Continue**. 1. Enter your database name or use the automatically generated name. @@ -60,14 +55,18 @@ More configuration options are coming soon, including plan changes, multi-zone h ### Configure from Redis Cloud -You can also edit some configuration options in Redis Cloud. +You can also edit some configuration options on the Redis Cloud console. -From the database detail page, select **Open in Redis Cloud**. +From the database detail page, select **Open in Redis**. {{Open in Redis}} Your Redis Cloud account is linked to your Vercel account. All your team's Redis databases will be listed under **Databases** in Redis Cloud. +{{< warning >}} +Anybody on your team that has a [Vercel access role](https://vercel.com/docs/rbac/access-roles) other than **Pro Viewer**, **Enterprise Viewer**, or **Billing**, can make changes to your database configuration on the Redis Cloud console as if they were an **Owner** on Redis Cloud. See [Team management roles]({{< relref "/operate/rc/security/access-control/access-management#team-management-roles" >}}) for more information. +{{}} + Select your new database to make configuration changes such as passwords or the eviction policy. {{}} The [eviction policy]({{}}) defaults to `no eviction` for new databases. You can change this by [editing the database details]({{}}).{{}} diff --git a/static/images/rc/vercel-connect-project-button.png b/static/images/rc/vercel-connect-project-button.png index b43ebcf32d..36f03f44dc 100644 Binary files a/static/images/rc/vercel-connect-project-button.png and b/static/images/rc/vercel-connect-project-button.png differ diff --git a/static/images/rc/vercel-connect-project.png b/static/images/rc/vercel-connect-project.png index 9b360726b9..40b55981b6 100644 Binary files a/static/images/rc/vercel-connect-project.png and b/static/images/rc/vercel-connect-project.png differ diff --git a/static/images/rc/vercel-create-db-select-plan.png b/static/images/rc/vercel-create-db-select-plan.png index 33759c8004..e470393a9e 100644 Binary files a/static/images/rc/vercel-create-db-select-plan.png and b/static/images/rc/vercel-create-db-select-plan.png differ diff --git a/static/images/rc/vercel-open-in-redis-cloud.png b/static/images/rc/vercel-open-in-redis-cloud.png index 0f334a1ed2..942a332092 100644 Binary files a/static/images/rc/vercel-open-in-redis-cloud.png and b/static/images/rc/vercel-open-in-redis-cloud.png differ diff --git a/static/images/rc/vercel-storage-create-database-button.png b/static/images/rc/vercel-storage-create-database-button.png index 881a5920b0..41c2996aa9 100644 Binary files a/static/images/rc/vercel-storage-create-database-button.png and b/static/images/rc/vercel-storage-create-database-button.png differ