Skip to content

Commit 5eac7e1

Browse files
author
stevestein
committed
acrolinx
1 parent 870841e commit 5eac7e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-sql-edge/configure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Azure SQL Edge supports configuration through one of the following two options:
2323
2424
## Configure using Environment Variables
2525

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/).
2727

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.
2929

3030
| Environment variable | Description |
3131
|-----|-----|
@@ -51,7 +51,7 @@ Environment variables for SQL Edge can be specified when deploying Azure SQL Edg
5151

5252
## Configure using mssql.conf file
5353

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
5555

5656
```json
5757
{
@@ -73,9 +73,9 @@ The following mssql.conf options are not applicable to SQL Edge:
7373
|**Customer feedback** | Choose whether or not SQL Server sends feedback to Microsoft. |
7474
|**Database Mail Profile** | Set the default database mail profile for SQL Server on Linux. |
7575
|**High availability** | Enable Availability Groups. |
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 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.|
7979

8080
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).
8181

0 commit comments

Comments
 (0)