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/azure-sql-edge/configure.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ Azure SQL Edge supports configuration through one of the following two options:
23
23
24
24
## Configure using Environment Variables
25
25
26
-
Azure SQL Edge exposes several different environment variables which can be used to configure the SQL Edge container. These environment variables are a subset of the environment variables available for SQL Server on Linux. For more information on SQL Server on Linux environment variables, see [Environment Variables](/sql/linux/sql-server-linux-configure-environment-variables/).
26
+
Azure SQL Edge exposes several different environment variables that can be used to configure the SQL Edge container. These environment variables are a subset of the environment variables available for SQL Server on Linux. For more information on SQL Server on Linux environment variables, see [Environment Variables](/sql/linux/sql-server-linux-configure-environment-variables/).
27
27
28
-
The following environment SQL Server on Linux environment variables are NOT supported for Azure SQL Edge. If defined, these environment variables will be ignored during container initialization.
28
+
SQL Server on Linux environment variables are NOT supported for Azure SQL Edge. If defined, these environment variables will be ignored during container initialization.
29
29
30
30
| Environment variable | Description |
31
31
|-----|-----|
@@ -51,7 +51,7 @@ Environment variables for SQL Edge can be specified when deploying Azure SQL Edg
51
51
52
52
## Configure using mssql.conf file
53
53
54
-
Azure SQL Edge does not include the [mssql-conf configuration utility](/sql/linux/sql-server-linux-configure-mssql-conf/) like SQL Server on Linux does, as such the mssql.conf file needs to be manually configured and placed in the persistent storage drive which is mapped to the /var/opt/mssql/ folder in the SQL Edge module. When deploying SQL Edge from the Azure marketplace, this mapping is specified as the **Mounts" option in the container create option
54
+
Azure SQL Edge does not include the [mssql-conf configuration utility](/sql/linux/sql-server-linux-configure-mssql-conf/) like SQL Server on Linux does, as such the mssql.conf file needs to be manually configured and placed in the persistent storage drive that is mapped to the /var/opt/mssql/ folder in the SQL Edge module. When deploying SQL Edge from the Azure Marketplace, this mapping is specified as the **Mounts" option in the container create option
55
55
56
56
```json
57
57
{
@@ -73,9 +73,9 @@ The following mssql.conf options are not applicable to SQL Edge:
73
73
|**Customer feedback**| Choose whether or not SQL Server sends feedback to Microsoft. |
74
74
|**Database Mail Profile**| Set the default database mail profile for SQL Server on Linux. |
|**Microsoft Distributed Transaction Coordinator**| Configure and troubleshoot MSDTC on Linux. Additional distributed transactionrelated configuration options are also not supported for SQL Edge. For more information on these additional configuration options, refer [Configure MSDTC](https://docs.microsoft.com/sql/linux/sql-server-linux-configure-mssql-conf#msdtc)|
77
-
|**MLServices EULAs**| Accept R and Python EULAs for mlservices packages. Applies to SQL Server 2019 only.|
78
-
|**outboundnetworkaccess**|Enable outbound network access for [mlservices](/sql/linux/sql-server-linux-setup-machine-learning/) R, Python, and Java extensions.|
76
+
|**Microsoft Distributed Transaction Coordinator**| Configure and troubleshoot MSDTC on Linux. Additional distributed transaction-related configuration options are also not supported for SQL Edge. For more information on these additional configuration options, refer [Configure MSDTC](https://docs.microsoft.com/sql/linux/sql-server-linux-configure-mssql-conf#msdtc)|
77
+
|**MLServices EULAs**| Accept R and Python EULAs for Machine Learning Services packages. Applies to SQL Server 2019 only.|
78
+
|**outboundnetworkaccess**|Enable outbound network access for [Machine Learning Services](/sql/linux/sql-server-linux-setup-machine-learning/) R, Python, and Java extensions.|
79
79
80
80
A sample mssql.conf file, which works for SQL Edge is provided below. For more information on the format for mssql.conf file, see [mssql.conf format](https://docs.microsoft.com/sql/linux/sql-server-linux-configure-mssql-conf#mssql-conf-format).
0 commit comments