Skip to content

Commit 7ac32a4

Browse files
authored
Remove preview label from container-registry-tutorial-sign-build-push.md
1 parent b5333cb commit 7ac32a4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/container-registry/container-registry-tutorial-sign-build-push.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Sign container images with Notation and Azure Key Vault using a self-signed certificate (Preview)
2+
title: Sign container images with Notation and Azure Key Vault using a self-signed certificate
33
description: In this tutorial you'll learn to create a self-signed certificate in Azure Key Vault (AKV), build and sign a container image stored in Azure Container Registry (ACR) with notation and AKV, and then verify the container image with notation.
44
author: yizha1
55
ms.author: yizha1
@@ -9,13 +9,10 @@ ms.topic: how-to
99
ms.date: 4/23/2023
1010
---
1111

12-
# Sign container images with Notation and Azure Key Vault using a self-signed certificate (Preview)
12+
# Sign container images with Notation and Azure Key Vault using a self-signed certificate
1313

1414
Signing container images is a process that ensures their authenticity and integrity. This is achieved by adding a digital signature to the container image, which can be validated during deployment. The signature helps to verify that the image is from a trusted publisher and has not been modified. [Notation](https://github.com/notaryproject/notation) is an open source supply chain tool developed by the [Notary Project](https://notaryproject.dev/), which supports signing and verifying container images and other artifacts. The Azure Key Vault (AKV) is used to store certificates with signing keys that can be used by Notation with the Notation AKV plugin (azure-kv) to sign and verify container images and other artifacts. The Azure Container Registry (ACR) allows you to attach signatures to container images and other artifacts as well as view those signatures.
1515

16-
> [!IMPORTANT]
17-
> This feature is currently in preview. Previews are made available to you on the condition that you agree to the [supplemental terms of use][terms-of-use]. Some aspects of this feature may change prior to general availability (GA).
18-
1916
In this tutorial:
2017

2118
> [!div class="checklist"]

0 commit comments

Comments
 (0)