Skip to content

Commit 76e9c26

Browse files
20240820 SFI image sweep
1 parent d597e9d commit 76e9c26

File tree

5 files changed

+7
-25
lines changed

5 files changed

+7
-25
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/synapse-analytics/sql-data-warehouse/striim-quickstart.md

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,28 @@ title: Striim quick start
33
description: Get started quickly with Striim and Azure Synapse Analytics.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
ms.date: 02/15/2024
6+
ms.date: 08/20/2024
77
ms.service: azure-synapse-analytics
88
ms.subservice: sql-dw
99
ms.topic: conceptual
1010
---
11-
1211
# Striim Azure Synapse Analytics Marketplace Offering Install Guide
1312

1413
This quickstart assumes that you already have a pre-existing instance of Azure Synapse Analytics.
1514

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

2017
1. Configure the Striim Azure Virtual Machine (VM) with specified properties, noting down the Striim cluster name, password, and admin password.
2118

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

2821
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.
2922

3023
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.
3124

32-
![Copy driver file to your VM][copy-jar]
33-
3425
1. Open another command-line window, or use an ssh utility to ssh into the Striim cluster.
3526

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.":::
3728

3829
1. Execute the following commands to move the file into Striim's lib directory, and start and stop the server.
3930

@@ -45,26 +36,17 @@ This quickstart assumes that you already have a pre-existing instance of Azure S
4536
1. `systemctl start striim-dbms`
4637
1. `systemctl start striim-node`
4738

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.":::
4940

5041
1. Now, open your favorite browser and navigate to `<DNS Name>:9080`.
5142

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.":::
5344

5445
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.
5546

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.":::
5748

5849
## Related content
5950

6051
- [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/)
6152
- [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)
62-
63-
[install]: ./media/striim-quickstart/install.png
64-
[configure]: ./media/striim-quickstart/configure.png
65-
[connect]:./media/striim-quickstart/connect.png
66-
[copy-jar]:./media/striim-quickstart/copy-jar.png
67-
[ssh]:./media/striim-quickstart/ssh.png
68-
[start-striim]:./media/striim-quickstart/start-striim.png
69-
[navigate]:./media/striim-quickstart/navigate.png
70-
[login]:./media/striim-quickstart/login.png

0 commit comments

Comments
 (0)