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
Copy file name to clipboardExpand all lines: samples/manage/get-tds-certificate/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Script that downloads TDS certificate with public key only from Azure SQL
9
9
[Run this sample](#run-this-sample)<br/>
10
10
[Sample details](#sample-details)<br/>
11
11
[Disclaimers](#disclaimers)<br/>
12
+
[Related links](#related-links)<br/>
12
13
13
14
<aname=about-this-sample></a>
14
15
@@ -62,3 +63,9 @@ This sample shows how to retreive Azure SQL TDS certificate and save it to DER e
62
63
## Disclaimers
63
64
The scripts and this guide are copyright Microsoft Corporations and are provided as samples. They are not part of any Azure service and are not covered by any SLA or other Azure-related agreements. They are provided as-is with no warranties express or implied. Microsoft takes no responsibility for the use of the scripts or the accuracy of this document. Familiarize yourself with the scripts before using them.
64
65
66
+
<aname=related-links></a>
67
+
68
+
## Related Links
69
+
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->
70
+
71
+
This sample reuses code from [Azure SQL Connectivity Checker](https://github.com/Azure/SQL-Connectivity-Checker)
0 commit comments