Skip to content

Commit 5a738ea

Browse files
authored
Merge pull request #109845 from TimShererWithAquent/us1679050ct
Change SSL to TLS per 1679050
2 parents a0bea19 + 166b630 commit 5a738ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/sql-database/sql-database-elastic-scale-configure-deploy-split-and-merge.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Please note that for production deployments separate certificates should be used
144144

145145
## Troubleshoot the deployment
146146

147-
If your web role fails to come online, it is likely a problem with the security configuration. Check that the SSL is configured as described above.
147+
If your web role fails to come online, it is likely a problem with the security configuration. Check that the TLS/SSL is configured as described above.
148148

149149
If your worker role fails to come online, but your web role succeeds, it is most likely a problem connecting to the status database that you created earlier.
150150

@@ -248,7 +248,7 @@ The script files included are:
248248
-UserName 'mysqluser' -Password 'MySqlPassw0rd' -ShardMapManagerServerName 'abcdefghij.database.windows.net'
249249
```
250250

251-
5. Execute the *ExecuteSampleSplitMerge.ps1* script to execute a split operation (moving half the data on the first shard to the second shard) and then a merge operation (moving the data back onto the first shard). If you configured SSL and left the http endpoint disabled, ensure that you use the https:// endpoint instead.
251+
5. Execute the *ExecuteSampleSplitMerge.ps1* script to execute a split operation (moving half the data on the first shard to the second shard) and then a merge operation (moving the data back onto the first shard). If you configured TLS and left the http endpoint disabled, ensure that you use the https:// endpoint instead.
252252

253253
Sample command line:
254254

@@ -327,7 +327,7 @@ You may see the below message when running the sample powershell scripts:
327327

328328
`Invoke-WebRequest : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.`
329329

330-
This error means that your SSL certificate is not configured correctly. Please follow the instructions in section 'Connecting with a web browser'.
330+
This error means that your TLS/SSL certificate is not configured correctly. Please follow the instructions in section 'Connecting with a web browser'.
331331

332332
If you cannot submit requests you may see this:
333333

articles/sql-database/sql-database-elastic-scale-overview-split-and-merge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The split-merge tool runs as an Azure web service. An administrator or developer
5656

5757
- **Customer-hosted services**
5858

59-
The split-merge is delivered as a customer-hosted service. You must deploy and host the service in your Microsoft Azure subscription. The package you download from NuGet contains a configuration template to complete with the information for your specific deployment. See the [split-merge tutorial](sql-database-elastic-scale-configure-deploy-split-and-merge.md) for details. Since the service runs in your Azure subscription, you can control and configure most security aspects of the service. The default template includes the options to configure SSL, certificate-based client authentication, encryption for stored credentials, DoS guarding and IP restrictions. You can find more information on the security aspects in the following document [split-merge security configuration](sql-database-elastic-scale-split-merge-security-configuration.md).
59+
The split-merge is delivered as a customer-hosted service. You must deploy and host the service in your Microsoft Azure subscription. The package you download from NuGet contains a configuration template to complete with the information for your specific deployment. See the [split-merge tutorial](sql-database-elastic-scale-configure-deploy-split-and-merge.md) for details. Since the service runs in your Azure subscription, you can control and configure most security aspects of the service. The default template includes the options to configure TLS, certificate-based client authentication, encryption for stored credentials, DoS guarding and IP restrictions. You can find more information on the security aspects in the following document [split-merge security configuration](sql-database-elastic-scale-split-merge-security-configuration.md).
6060

6161
The default deployed service runs with one worker and one web role. Each uses the A1 VM size in Azure Cloud Services. While you cannot modify these settings when deploying the package, you could change them after a successful deployment in the running cloud service, (through the Azure portal). Note that the worker role must not be configured for more than a single instance for technical reasons.
6262

0 commit comments

Comments
 (0)