Skip to content

Commit f6a36ef

Browse files
authored
Moved the notes under Custom Ambari DB section
Moved the notes under Custom Ambari DB section
1 parent 670086a commit f6a36ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/hdinsight/hdinsight-custom-ambari-db.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ When you host your Apache Ambari DB in an external database, remember the follow
5252
- Back up your custom Ambari DB periodically. Azure SQL Database generates backups automatically, but the backup retention time-frame varies. For more information, see [Learn about automatic SQL Database backups](/azure/azure-sql/database/automated-backups-overview).
5353
- Don't change the custom Ambari DB password after the HDInsight cluster reaches the **Running** state. It is not supported.
5454

55+
> [!NOTE]
56+
> You can use Managed Identity to authenticate with SQL database for Ambari. For more information, see [Use Managed Identity for SQL Database authentication in Azure HDInsight](./use-managed-identity-for-sql-database-authentication-in-azure-hdinsight.md)
57+
58+
5559
## Deploy clusters with a custom Ambari DB
5660

5761
To create a HDInsight cluster that uses your own external Ambari database, use the [custom Ambari DB Quickstart template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.hdinsight/hdinsight-custom-ambari-db).
@@ -72,9 +76,6 @@ az deployment group create --name HDInsightAmbariDBDeployment \
7276
> Please use the following recommended SQL DB and Headnode VM for your HDInsight cluster. Please don't use default Ambari DB (S0) for any production environment.
7377
>
7478
75-
> [!NOTE]
76-
> You can use Managed Identity to authenticate with SQL database for Ambari. For more information, see [Use Managed Identity for SQL Database authentication in Azure HDInsight](./use-managed-identity-for-sql-database-authentication-in-azure-hdinsight.md)
77-
7879
## Database and Headnode sizing
7980

8081
The following table provides guidelines on which Azure SQL DB tier to select based on the size of your HDInsight cluster.

0 commit comments

Comments
 (0)