From a1afb2f150b2f2f2e2e8e1b860a833731dd8f3b4 Mon Sep 17 00:00:00 2001 From: Pallavi Taneja Date: Fri, 19 Mar 2021 12:52:00 -0700 Subject: [PATCH] Update the readme --- .../README.md | 23 +++++++++++++------ 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/sdk/containerregistry/azure-containers-containerregistry/README.md b/sdk/containerregistry/azure-containers-containerregistry/README.md index 2574a510135a1..3168b2b06a465 100644 --- a/sdk/containerregistry/azure-containers-containerregistry/README.md +++ b/sdk/containerregistry/azure-containers-containerregistry/README.md @@ -1,20 +1,29 @@ # Azure Container Registry client library for Java -Azure Container Registry is a cloud service that lets you manage your container images and manifests. + +Azure Container Registry allows you to build, store, and manage container images and artifacts in a private registry for all types of container deployments. + +Use the client library for Azure Container Registry to: + +- List the repositories in a registry +- List the images or artifacts in a repository + + [Source code](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/containerregistry/azure-containers-containerregistry) ## Getting started - + +### Install the package + +### Prerequisites + +### Authenticate the client ## Key concepts - ## Examples - ## Troubleshooting - ## Next steps - ## Contributing - +. \ No newline at end of file