diff --git a/docs/versioned_docs/version-3.0.0-LTS/setup/azure-container.md b/docs/versioned_docs/version-3.0.0-LTS/setup/azure-container.md index 9092a50595..b3d30f9193 100644 --- a/docs/versioned_docs/version-3.0.0-LTS/setup/azure-container.md +++ b/docs/versioned_docs/version-3.0.0-LTS/setup/azure-container.md @@ -5,16 +5,16 @@ title: Azure container apps # Deploying ToolJet on Azure container apps +:::warning +To enable ToolJet AI features in your ToolJet deployment, whitelist https://api-gateway.tooljet.ai. +::: + :::info Please note that you need to set up a PostgreSQL database manually to be used by ToolJet. ToolJet comes with a built-in Redis setup, which is used for multiplayer editing and background jobs. However, for multi-service setup, it's recommended to use an external Redis instance. ::: -:::warning -To enable ToolJet AI features in your ToolJet deployment, whitelist `api-gateway.tooljet.ai` and `docs.tooljet.ai`. -::: - ## Deploying ToolJet application 1. Open the Azure dashboard at https://portal.azure.com, navigate to Container Apps, and click on "Create container app". diff --git a/docs/versioned_docs/version-3.0.0-LTS/setup/ec2.md b/docs/versioned_docs/version-3.0.0-LTS/setup/ec2.md index 0d1dfc1be2..b4c91a28c1 100644 --- a/docs/versioned_docs/version-3.0.0-LTS/setup/ec2.md +++ b/docs/versioned_docs/version-3.0.0-LTS/setup/ec2.md @@ -6,7 +6,7 @@ title: AWS EC2 # Deploying ToolJet on Amazon EC2 :::warning -To enable ToolJet AI features in your ToolJet deployment, whitelist `api-gateway.tooljet.ai` and `docs.tooljet.ai`. +To enable ToolJet AI features in your ToolJet deployment, whitelist https://api-gateway.tooljet.ai. ::: :::info