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
This quickstart assumes that you already have a pre-existing instance of Azure Synapse Analytics.
15
14
16
-
1. Search for Striim in the Azure Marketplace, and select the Striim for Data Integration to Azure Synapse Analytics (Staged) option.
17
-
18
-
![Install Striim][install]
15
+
1. Search for Striim in the Azure Marketplace, and select the "Striim for Data Integration to Azure Synapse Analytics (Staged)" option.
19
16
20
17
1. Configure the Striim Azure Virtual Machine (VM) with specified properties, noting down the Striim cluster name, password, and admin password.
21
18
22
-
![Configure Striim][configure]
23
-
24
-
1. Once deployed, select `<VM Name>-masternode` in the Azure portal, select **Connect**, and copy the sign in using VM local account.
25
-
26
-
![Connect Striim to Azure Synapse Analytics][connect]
19
+
1. Once deployed, select `<VM Name>-masternode` in the Azure portal, select **Connect**, and copy the sign in using VM local account.
27
20
28
21
1. Download the [Microsoft JDBC Driver for SQL Server](/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server-support-matrix). Use the [latest supported version specified by Striim](https://www.striim.com/docs/). Install to your local machine.
29
22
30
23
1. Open a command-line window, and change directories to where you downloaded the JDBC driver. SCP the driver file to your Striim VM, getting the address and password from the Azure portal.
31
24
32
-
![Copy driver file to your VM][copy-jar]
33
-
34
25
1. Open another command-line window, or use an ssh utility to ssh into the Striim cluster.
35
26
36
-
![SSH into the cluster][ssh]
27
+
:::image type="content" source="media/striim-quickstart/ssh.png" alt-text="Screenshot from the Azure portal of SSH into the cluster.":::
37
28
38
29
1. Execute the following commands to move the file into Striim's lib directory, and start and stop the server.
39
30
@@ -45,26 +36,17 @@ This quickstart assumes that you already have a pre-existing instance of Azure S
45
36
1.`systemctl start striim-dbms`
46
37
1.`systemctl start striim-node`
47
38
48
-
![Start the Striim cluster][start-striim]
39
+
:::image type="content" source="media/striim-quickstart/start-striim.png" alt-text="Screenshot from the Azure portal of starting the Striim cluster.":::
49
40
50
41
1. Now, open your favorite browser and navigate to `<DNS Name>:9080`.
51
42
52
-
![Navigate to the login screen][navigate]
43
+
:::image type="content" source="media/striim-quickstart/navigate.png" alt-text="Screenshot from the Azure portal of the login screen.":::
53
44
54
45
1. Sign in with the username and the password you set up in the Azure portal, and select your preferred wizard to get started, or go to the Apps page to start using the drag and drop UI.
55
46
56
-
![Log in with server credentials][login]
47
+
:::image type="content" source="media/striim-quickstart/login.png" alt-text="Screenshot from the Azure portal of a sign in with server credentials.":::
57
48
58
49
## Related content
59
50
60
51
-[Blog: Enabling real-time data warehousing with Azure SQL Data Warehouse](https://azure.microsoft.com/blog/enabling-real-time-data-warehousing-with-azure-sql-data-warehouse/)
61
52
-[Blog: Announcing Striim Cloud integration with Azure Synapse Analytics for continuous data integration](https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/announcing-striim-cloud-integration-with-azure-synapse-analytics/ba-p/3593753)
0 commit comments