Skip to content

Commit cd1e647

Browse files
committed
Fixed README
1 parent 08fa66a commit cd1e647

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ to explore Azure Event Hubs is strongly suggest to download and use [Service Bus
186186

187187
Now that Debezium is running, the SQL Server Connector (which is used both for connecting to Azure SQL or SQL Server) can be registered. Before doing that, make sure to specify the correct connection for your SQL Server instance in a file named `sqlserver-connector-config.json`. You can create one using the template file [sqlserver-connector-config.json.template](debezium/sqlserver-connector-config.json.template) file.
188188

189+
Please note that, the script [debezium/on-prem/register-connector.ps1](debezium/on-prem/register-connector.ps1) will take care of generating the Debezium SQL Server connector configuration JSON file, and then will use it to register a new connector on Debezium.
190+
The generated file will be stored in the `debezium` folder.
191+
189192
If you are using the Wide World Importers database, the only values you have to change are:
190193

191194
```json

0 commit comments

Comments
 (0)