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: docs/big-data-cluster/machine-learning-services.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ GO
33
33
34
34
## Enable on cluster with high availability
35
35
36
-
When you [Deploy SQL Server Big Data Cluster with high availability](deployment-high-availability.md), the deployment creates an availability group for the master instance. To enable Machine Learning Services, you need set `external scripts enabled` on each instance of the availability group. For a Big Data Cluster, this means that you need to run `sp_configure` on each replica of the SQL Server master instance
36
+
When you [Deploy SQL Server Big Data Cluster with high availability](deployment-high-availability.md), the deployment creates an availability group for the master instance. To enable Machine Learning Services, set `external scripts enabled` on each instance of the availability group. For a Big Data Cluster, this means that you need to run `sp_configure` on each replica of the SQL Server master instance
37
37
38
38
The following section describes how to enable external scripts on each instance.
0 commit comments