Skip to content

Commit 85e305d

Browse files
committed
Fixing misspellings in code + one rogue image
1 parent 4b42dbd commit 85e305d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/mysql/howto-data-encryption-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ In this article, you will learn how to set up and manage to use the Azure portal
2020
* [Soft Delete](../key-vault/key-vault-ovw-soft-delete.md)
2121

2222
```azurecli-interactive
23-
az resource update --id $(az keyvault show --name \ <key_valut_name> -test -o tsv | awk '{print $1}') --set \ properties.enableSoftDelete=true
23+
az resource update --id $(az keyvault show --name \ <key_vault_name> -test -o tsv | awk '{print $1}') --set \ properties.enableSoftDelete=true
2424
```
2525
2626
* [Purge protected](../key-vault/key-vault-ovw-soft-delete.md#purge-protection)
2727
2828
```azurecli-interactive
29-
az keyvault update --name <key_valut_name> --resource-group <resource_group_name> --enable-purge-protection true
29+
az keyvault update --name <key_vault_name> --resource-group <resource_group_name> --enable-purge-protection true
3030
```
3131
3232
* The key must have the following attributes to be used for customer-managed key.

articles/postgresql/concepts-ssl-connection-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following example shows how to connect to your PostgreSQL server using the p
5656

5757
The following command is an example of the psql connection string:
5858

59-
```console
59+
```shell
6060
psql "sslmode=verify-full sslrootcert=BaltimoreCyberTrustRoot.crt host=mydemoserver.postgres.database.azure.com dbname=postgres user=myusern@mydemoserver"
6161
```
6262

articles/postgresql/howto-data-encryption-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ In this article, you will learn how to set up and manage to use the Azure portal
2020
* [Soft Delete](../key-vault/key-vault-ovw-soft-delete.md)
2121

2222
```azurecli-interactive
23-
az resource update --id $(az keyvault show --name \ <key_valut_name> -test -o tsv | awk '{print $1}') --set \ properties.enableSoftDelete=true
23+
az resource update --id $(az keyvault show --name \ <key_vault_name> -test -o tsv | awk '{print $1}') --set \ properties.enableSoftDelete=true
2424
```
2525
2626
* [Purge protected](../key-vault/key-vault-ovw-soft-delete.md#purge-protection)
2727
2828
```azurecli-interactive
29-
az keyvault update --name <key_valut_name> --resource-group <resource_group_name> --enable-purge-protection true
29+
az keyvault update --name <key_vault_name> --resource-group <resource_group_name> --enable-purge-protection true
3030
```
3131
3232
* The key must have the following attributes to be used for customer-managed key.
5.04 KB
Loading

0 commit comments

Comments
 (0)