Skip to content

Commit 9638b1b

Browse files
authored
Apply suggestions from code review
1 parent 8ea6934 commit 9638b1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-integrate-azure-stream-analytics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ WITH (DISTRIBUTION = ROUND_ROBIN)
125125

126126
On the Azure portal for Stream Analytics job, click on your job name. Click on the ***Test*** button in the ***Output details*** pane.
127127

128-
![Test button on Output details](./media/sql-data-warehouse-integrate-azure-stream-analytics/sqlpool-asatest.png)
128+
![Screenshot showing Test button on Output details.](./media/sql-data-warehouse-integrate-azure-stream-analytics/sqlpool-asatest.png)
129+
129130
When the connection to the database succeeds, you will see a notification in the portal.
130131

131132
### Step 6

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-restore-active-paused-dw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This is similar guidance to restoring an existing dedicated SQL pool, however th
108108
1. Update Az.Sql Module to 3.8.0 (or greater) if on an older version using `Update-Module`. Otherwise it will cause failures. To validate the version with PowerShell:
109109
110110
```powershell
111-
foreach ($i in (get-module -ListAvailable | ?{$_.name -eq 'az.sql'}).Version) { $version = [string]$i.Major + "." + [string]$i.Minor; if ($version -gt 3.7) {write-host "Az.Sql version $version installed. Perquisite met."} else {update-module az.sql} }
111+
foreach ($i in (get-module -ListAvailable | ?{$_.name -eq 'az.sql'}).Version) { $version = [string]$i.Major + "." + [string]$i.Minor; if ($version -gt 3.7) {write-host "Az.Sql version $version installed. Prerequisite met."} else {update-module az.sql} }
112112
```
113113

114114
1. Connect to your Azure account and list all the subscriptions associated with your account.

0 commit comments

Comments
 (0)