diff --git a/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-local.ipynb b/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-local.ipynb
index f3d393bf72..4d4107dc80 100644
--- a/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-local.ipynb
+++ b/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-local.ipynb
@@ -246,7 +246,7 @@
"from IPython.display import *\n",
"connectionParameter = '{\"serverName\":\"localhost,' + sql_port + '\",\"providerName\":\"MSSQL\",\"authenticationType\":\"SqlLogin\",\"userName\":\"sa\",\"password\":' + json.dumps(sql_password) + '}'\n",
"display(HTML('
Click here to connect to SQL Server
'))\n",
- "display(HTML('
NOTE: SQL Server password is included in this link, you may want to clear the results of this code cell before saving the notebook.'))"
+ "display(HTML('
NOTE: The SQL Server password is included in this link, you may want to clear the results of this code cell before saving the notebook.'))"
],
"metadata": {
"azdata_cell_guid": "187a0067-a04c-4afb-a684-3103bb4522ae",
@@ -285,4 +285,4 @@
"execution_count": null
}
]
-}
\ No newline at end of file
+}
diff --git a/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-remote.ipynb b/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-remote.ipynb
index e6f9679c58..5d206729c1 100644
--- a/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-remote.ipynb
+++ b/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-remote.ipynb
@@ -313,7 +313,7 @@
"from IPython.display import *\n",
"connectionParameter = '{\"serverName\":\"' + ssh_target + ',' + sql_port + '\",\"providerName\":\"MSSQL\",\"authenticationType\":\"SqlLogin\",\"userName\":\"sa\",\"password\":' + json.dumps(sql_password) + '}'\n",
"display(HTML('
Click here to connect to SQL Server
'))\n",
- "display(HTML('
NOTE: SQL Server password is included in this link, you may want to clear the results of this code cell before saving the notebook.'))"
+ "display(HTML('
NOTE: The SQL Server password is included in this link, you may want to clear the results of this code cell before saving the notebook.'))"
],
"metadata": {
"azdata_cell_guid": "187a0067-a04c-4afb-a684-3103bb4522ae",