You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-custom-ambari-db.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,11 @@ You can deploy a custom Ambari DB with all cluster types and versions. Multiple
32
32
33
33
The custom Ambari DB has the following other requirements:
34
34
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.
40
40
41
41
When you host your Apache Ambari DB in an external database, remember the following points:
0 commit comments