Skip to content

Commit be6d922

Browse files
committed
fixing a few things
1 parent ceaade2 commit be6d922

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/azure-sql/database/always-encrypted-azure-key-vault-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Open SQL Server Managed Studio (SSMS) and connect to the server or managed with
106106

107107
1. Open SSMS. (Go to **Connect** > **Database Engine** to open the **Connect to Server** window if it isn't open.)
108108

109-
2. Enter your server name or instansce name and credentials.
109+
2. Enter your server name or instance name and credentials.
110110

111111
![Copy the connection string](./media/always-encrypted-azure-key-vault-configure/ssms-connect.png)
112112

@@ -591,7 +591,7 @@ Then add the *Column Encryption Setting=enabled* parameter during your connectio
591591

592592
## Next steps
593593

594-
After you test using Always Encrypted, you may want to do the following:
594+
After your database is configured to use Always Encrypted, you may want to do the following:
595595

596596
- [Rotate and clean up your keys](https://msdn.microsoft.com/library/mt607048.aspx).
597597
- [Migrate data that is already encrypted with Always Encrypted](https://msdn.microsoft.com/library/mt621539.aspx).

articles/azure-sql/toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,11 @@
148148
href: database/sql-database-vulnerability-assessment-storage.md
149149
- name: Always Encrypted
150150
items:
151-
- name: Use the certificate store
152-
href: database/always-encrypted-certificate-store-configure.md
153151
- name: Use the Azure key vault
154152
href: database/always-encrypted-azure-key-vault-configure.md
153+
- name: Use the certificate store
154+
href: database/always-encrypted-certificate-store-configure.md
155+
155156

156157
- name: Monitor & tune
157158
items:

0 commit comments

Comments
 (0)