Skip to content

Commit 1921018

Browse files
committed
updates
1 parent 6b45774 commit 1921018

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

articles/hdinsight/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@
136136
- name: Autoscale clusters
137137
href: ./hdinsight-autoscale-clusters.md
138138
- name: Use external metadata stores
139-
href: ./hdinsight-use-external-metadata-stores.md
139+
href: ./hdinsight-use-external-metadata-stores.md
140+
- name: Custom Ambari DB
141+
href: ./hdinsight-custom-ambari-db.md
140142
- name: Manage logs for an HDInsight cluster
141143
href: ./hdinsight-log-management.md
142144
- name: Add storage accounts

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ You can deploy a custom Ambari DB with all cluster types and versions. Multiple
3232

3333
The custom Ambari DB has the following other requirements:
3434

35-
1. You must have an existing Azure SQL DB server and database.
36-
1. The database that you provide for Ambari setup must be empty. There should be no tables in the default dbo schema.
37-
1. The user used to connect to the database should have SELECT, CREATE TABLE, and INSERT permissions on the database.
38-
1. Turn on the option to [Allow access to Azure services](../sql-database/sql-database-vnet-service-endpoint-rule-overview.md#azure-portal-steps) on the Azure SQL server where you will host Ambari.
39-
1. Management IP addresses from HDInsight service need to be allowed in the SQL Server. See [HDInsight management IP addresses](hdinsight-management-ip-addresses.md) for a list of the IP addresses that must be added to the SQL server firewall.
35+
- You must have an existing Azure SQL DB server and database.
36+
- The database that you provide for Ambari setup must be empty. There should be no tables in the default dbo schema.
37+
- The user used to connect to the database should have SELECT, CREATE TABLE, and INSERT permissions on the database.
38+
- Turn on the option to [Allow access to Azure services](../sql-database/sql-database-vnet-service-endpoint-rule-overview.md#azure-portal-steps) on the Azure SQL server where you will host Ambari.
39+
- Management IP addresses from HDInsight service need to be allowed in the SQL Server. See [HDInsight management IP addresses](hdinsight-management-ip-addresses.md) for a list of the IP addresses that must be added to the SQL server firewall.
4040

4141
When you host your Apache Ambari DB in an external database, remember the following points:
4242

0 commit comments

Comments
 (0)