From 2f6292fb6c33a6e6599e28599f69a4cabd7ac15d Mon Sep 17 00:00:00 2001 From: i3mSuperMan Date: Sat, 20 Mar 2021 16:01:59 +0530 Subject: [PATCH] doc: Add best practices section to creating applications --- doc/content/integrations/adding-applications/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/content/integrations/adding-applications/_index.md b/doc/content/integrations/adding-applications/_index.md index 3f6d92784f..b6761991c3 100644 --- a/doc/content/integrations/adding-applications/_index.md +++ b/doc/content/integrations/adding-applications/_index.md @@ -93,3 +93,8 @@ Your application is now linked, so you can proceed with using the MQTT server an {{< /tabs/tab >}} {{< /tabs/container >}} + + +## Best Practices + +When you are dealing with multiple customer deployments, try to maintain devices in separate applications for each one of them. In this way, it would be easy to maintain and manage permissions.