From e04d00884e1fc0dcc0948cfa32774d968439bf99 Mon Sep 17 00:00:00 2001 From: Deep Kapur Date: Tue, 4 Dec 2018 14:43:39 -0800 Subject: [PATCH] Update readme.private-registry.md --- templates/helloworld/readme.private-registry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/helloworld/readme.private-registry.md b/templates/helloworld/readme.private-registry.md index ac38e644..f889803f 100644 --- a/templates/helloworld/readme.private-registry.md +++ b/templates/helloworld/readme.private-registry.md @@ -1,6 +1,6 @@ # Deploy a Service Fabric Mesh app from a private container image registry -This article shows how to deploy a simple Azure Service Fabric Mesh app that uses container images from a public registry. +This article shows how to deploy a simple Azure Service Fabric Mesh app that uses container images from a private registry. ## Install Docker @@ -228,4 +228,4 @@ When you are ready to delete the application, run the [az group delete][az-group ```azurecli az group delete --name myResourceGroup -``` \ No newline at end of file +```