Skip to content

Commit a3f5005

Browse files
committed
Fixing the casing for IOT => IoT
1 parent 29c1b47 commit a3f5005

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/azure-sql-edge/configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Add values in **Container Create Options**.
6060
6161
## Configure by using an `mssql.conf` file
6262

63-
Azure SQL Edge doesn't include the [mssql-conf configuration utility](/sql/linux/sql-server-linux-configure-mssql-conf/) like SQL Server on Linux does. You need to manually configure the mssql.conf file and place it in the persistent storage drive that is mapped to the /var/opt/mssql/ folder in the SQL Edge module. When you're deploying SQL Edge through Azure IOT Hub, this mapping is specified as the **Mounts** option in the **Container Create Options**.
63+
Azure SQL Edge doesn't include the [mssql-conf configuration utility](/sql/linux/sql-server-linux-configure-mssql-conf/) like SQL Server on Linux does. You need to manually configure the mssql.conf file and place it in the persistent storage drive that is mapped to the /var/opt/mssql/ folder in the SQL Edge module. When you're deploying SQL Edge through Azure IoT Hub, this mapping is specified as the **Mounts** option in the **Container Create Options**.
6464

6565
```json
6666
{
@@ -126,7 +126,7 @@ traceflag2 = 1204
126126

127127
## Run Azure SQL Edge as non-root user
128128

129-
By default, the Azure SQL Edge containers run with a non-root user/group. When deployed through the Azure IOT Hub (or using `docker run`), unless a different user/group is specified, SQL Edge containers starts up as the mssql (non-root) user. To specify a different non-root user during deployment, add the `*"User": "<name|uid>[:<group|gid>]"*` key-value pair under container create options. In the following example, SQL Edge is configured to start as the user `*IoTAdmin*`.
129+
By default, the Azure SQL Edge containers run with a non-root user/group. When deployed through the Azure IoT Hub (or using `docker run`), unless a different user/group is specified, SQL Edge containers starts up as the mssql (non-root) user. To specify a different non-root user during deployment, add the `*"User": "<name|uid>[:<group|gid>]"*` key-value pair under container create options. In the following example, SQL Edge is configured to start as the user `*IoTAdmin*`.
130130

131131
```json
132132
{

articles/azure-sql-edge/deploy-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Azure SQL Edge is a relational database engine optimized for IoT and Azure IoT E
2626
> [!NOTE]
2727
> To deploy an Azure Linux VM as an IoT Edge device, see this [quickstart guide](../iot-edge/quickstart-linux.md).
2828
29-
## Deploy Azure SQL Edge Module using IOT Hub
29+
## Deploy Azure SQL Edge Module using IoT Hub
3030

3131
Azure SQL Edge can be deployed using instructions from [Deploy modules from Azure portal](https://learn.microsoft.com/en-us/azure/iot-edge/how-to-deploy-modules-potal?view=iotedge-1.4). The image URI for Azure SQL Edge is `mcr.microsoft.com/azure-sql-edge:latest`.
3232

articles/azure-sql-edge/tutorial-set-up-iot-edge-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Now, specify the container credentials in the IoT Edge module.
7575

7676
## Deploy the Azure SQL Edge module
7777

78-
1. Deploy the Azure SQL Edge module by selecting on **+ Add** and then **IOT Edge Module**.
78+
1. Deploy the Azure SQL Edge module by selecting on **+ Add** and then **IoT Edge Module**.
7979

8080
1. Set the configuration options in **Add IoT Edge Modules** page to deploy Azure SQL Edge module. For more information on the configuration options, see [Deploy Azure SQL Edge](./deploy-portal.md).
8181

0 commit comments

Comments
 (0)