Skip to content

Commit f6851a9

Browse files
committed
OPS Broken Links - 20200515
1 parent d99623d commit f6851a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/aks/use-network-policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ To learn more about policies, see [Kubernetes network policies][kubernetes-netwo
470470
[policy-rules]: https://kubernetes.io/docs/concepts/services-networking/network-policies/#behavior-of-to-and-from-selectors
471471
[aks-github]: https://github.com/azure/aks/issues
472472
[tigera]: https://www.tigera.io/
473-
[calicoctl]: https://docs.projectcalico.org/v3.9/reference/calicoctl/
473+
[calicoctl]: https://docs.projectcalico.org/reference/calicoctl/
474474
[calico-support]: https://www.tigera.io/tigera-products/calico/
475-
[calico-logs]: https://docs.projectcalico.org/v3.9/maintenance/component-logs
475+
[calico-logs]: https://docs.projectcalico.org/maintenance/troubleshoot/component-logs
476476
[calico-aks-cleanup]: https://github.com/Azure/aks-engine/blob/master/docs/topics/calico-3.3.1-cleanup-after-upgrade.yaml
477477

478478
<!-- LINKS - internal -->

articles/virtual-machines/image-version-encryption.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ ms.author: cynthn
1111

1212
# Preview: Use customer-managed keys for encrypting images
1313

14-
Gallery images are stored as managed disks, so they are automatically encrypted using server-side encryption. Server-side encryption uses 256-bit [AES encryption](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard), one of the strongest block ciphers available, and is FIPS 140-2 compliant. For more information about the cryptographic modules underlying Azure managed disks, see [Cryptography API: Next Generation](https://docs.microsoft.com/windows/desktop/seccng/cng-portal)
14+
Gallery images are stored as managed disks, so they are automatically encrypted using server-side encryption. Server-side encryption uses 256-bit [AES encryption](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard), one of the strongest block ciphers available, and is FIPS 140-2 compliant. For more information about the cryptographic modules underlying Azure managed disks, see [Cryptography API: Next Generation](/windows/desktop/seccng/cng-portal)
1515

1616
You can rely on platform-managed keys for the encryption of your images, or you can manage encryption using your own keys. If you choose to manage encryption with your own keys, you can specify a *customer-managed key* to use for encrypting and decrypting all disks in your images.
1717

1818
Server-side encryption using customer-managed keys uses Azure Key Vault. You can either import [your RSA keys](../key-vault/keys/hsm-protected-keys.md) to your Key Vault or generate new RSA keys in Azure Key Vault.
1919

2020
To use customer managed keys for images, you first need an Azure Key Vault. You then create a disk encryption set. The disk encryption set is then used when creating you image versions.
2121

22-
For more information about creating and using disk encryption sets, see [Customer managed keys](https://docs.microsoft.com/azure/virtual-machines/windows/disk-encryption#customer-managed-keys).
22+
For more information about creating and using disk encryption sets, see [Customer managed keys](./windows/disk-encryption.md#customer-managed-keys).
2323

2424
## Limitations
2525

@@ -68,7 +68,7 @@ If it doesn't return `Registered`, use the following to register the providers:
6868
Register-AzResourceProvider -ProviderNamespace Microsoft.Compute
6969
```
7070

71-
To specify a disk encryption set to for an image version, use [New-AzGalleryImageDefinition](https://docs.microsoft.com/powershell/module/az.compute/new-azgalleryimageversion) with the `-TargetRegion` parameter.
71+
To specify a disk encryption set to for an image version, use [New-AzGalleryImageDefinition](/powershell/module/az.compute/new-azgalleryimageversion) with the `-TargetRegion` parameter.
7272

7373
```azurepowershell-interactive
7474

0 commit comments

Comments
 (0)