Skip to content

Commit ce05fc0

Browse files
committed
Updates
1 parent 58464f4 commit ce05fc0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/key-vault/general/tutorial-net-create-vault-azure-web-app.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ ms.custom: mvc
1717

1818
Get started with the Azure Key Vault client library for .NET. Follow the steps below to install the package and try out example code for basic tasks.
1919

20-
> [!NOTE]
21-
> This quickstart uses the v3.0.4 version of the Microsoft.Azure.KeyVault client library. To use the most up-to-date version of the Key Vault client library, see [Azure Key Vault client library for .NET (SDK v4)](quick-create-net.md).
22-
2320
Azure Key Vault helps safeguard cryptographic keys and secrets used by cloud applications and services. Use the Key Vault client library for .NET to:
2421

2522
- Increase security and control over keys and passwords.

articles/virtual-machines/linux/disk-encryption-overview.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,13 @@ Linux server distributions that are not endorsed by Azure do not support Azure D
5454

5555
| Publisher | Offer | SKU | URN | Volume type supported for encryption |
5656
| --- | --- |--- | --- |
57-
| Canonical | Ubuntu 18.04 | 18.04-LTS | Canonical:UbuntuServer:18.04-LTS:latest | OS and data disk |
58-
| Canonical | Ubuntu 16.04 | 16.04-LTS | Canonical:UbuntuServer:18.04-LTS:latest | OS and data disk |
57+
| Canonical | Ubuntu | 18.04-LTS | Canonical:UbuntuServer:18.04-LTS:latest | OS and data disk |
58+
| Canonical | Ubuntu 18.04 | 18.04-DAILY-LTS | Canonical:UbuntuServer:18.04-DAILY-LTS:latest | OS and data disk |
59+
| Canonical | Ubuntu 16.04 | 16.04-DAILY-LTS | Canonical:UbuntuServer:16.04-DAILY-LTS:latest | OS and data disk |
5960
| Canonical | Ubuntu 14.04.5</br>[with Azure tuned kernel updated to 4.15 or later](disk-encryption-troubleshooting.md) | 14.04.5-LTS | Canonical:UbuntuServer:14.04.5-LTS:latest | OS and data disk |
61+
| Canonical | Ubuntu 14.04.5</br>[with Azure tuned kernel updated to 4.15 or later](disk-encryption-troubleshooting.md) | 14.04.5-DAILY-LTS | Canonical:UbuntuServer:14.04.5-DAILY-LTS:latest | OS and data disk |
6062
| RedHat | RHEL 7.7 | 7.7 | RedHat:RHEL:7.7:latest | OS and data disk (see note below) |
63+
| RedHat | RHEL 7.7 | 7-RAW | RedHat:RHEL:7-RAW:latest | OS and data disk (see note below) |
6164
| RedHat | RHEL 7.7 | 7-LVM | RedHat:RHEL:7-LVM:latest | OS and data disk (see note below) |
6265
| RedHat | RHEL 7.6 | 7.6 | RedHat:RHEL:7.6:latest | OS and data disk (see note below) |
6366
| RedHat | RHEL 7.5 | 7.5 | RedHat:RHEL:7.5:latest | OS and data disk (see note below) |

0 commit comments

Comments
 (0)