Skip to content

Commit 5d6cda6

Browse files
author
stevestein
committed
resolve blocking issues
1 parent 11c0c74 commit 5d6cda6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-sql-edge/create-stream-analytics-job.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ The example below creates an external stream object to the local SQL Edge databa
124124

125125
Use the **sys.sp_create_streaming_job** system stored procedure to define the streaming queries and create the streaming job. The **sp_create_streaming_job** stored procedure takes two parameters
126126

127-
1. job_name - Name of the streaming job. Streaming job names are unique across the instance.
128-
2. statement - [Stream Analytics Query Language](https://docs.microsoft.com/stream-analytics-query/stream-analytics-query-language-reference?) based streaming query statements.
127+
- job_name - Name of the streaming job. Streaming job names are unique across the instance.
128+
- statement - [Stream Analytics Query Language](https://docs.microsoft.com/stream-analytics-query/stream-analytics-query-language-reference?) based streaming query statements.
129129

130130
The example below create a simple streaming job with one streaming query. This query reads the inputs from the Edge Hub and write to the *dbo.TemperatureMeasurements* in the database.
131131

articles/azure-sql-edge/onnx-demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ $deviceConnectionString = az iot hub device-identity show-connection-string --de
226226
$connString = $deviceConnectionString[1].Substring(23,$deviceConnectionString[1].Length-24)
227227
$connString
228228
```
229-
Update the connection string in the Iot Edge config file on the Edge device. The next commands use Azure CLI for deployments.
229+
Update the connection string in the IoT Edge config file on the Edge device. The next commands use Azure CLI for deployments.
230230
```powershell
231231
$script = "/etc/iotedge/configedge.sh '" + $connString + "'"
232232
az vm run-command invoke -g $ResourceGroup -n $EdgeDeviceId --command-id RunShellScript --script $script

0 commit comments

Comments
 (0)