From 408219efb5aeb6ed4b985982afe2d5b0f30b0a70 Mon Sep 17 00:00:00 2001 From: Justin Luk Date: Fri, 13 Apr 2018 15:29:38 -0700 Subject: [PATCH] add metadata --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc72f5a..01ca629 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ +--- +services: containerinstances +platforms: azure +author: semckenna +--- + # Azure Container Instances Multi-Container How-To: Sidecar Container This project is the basis of the [sidecar container image](https://hub.docker.com/r/microsoft/aci-tutorial-sidecar/) used by the [Deploy a Container Group](https://docs.microsoft.com/azure/container-instances/container-instances-multi-container-group) article in the [Azure Container Instances documentation](https://docs.microsoft.com/azure/container-instances/). -It is a simple shell script that uses [curl](https://github.com/curl/curl) to periodically query the main application, the [ACI hello-world website](https://github.com/azure-samples/aci-helloworld). \ No newline at end of file +It is a simple shell script that uses [curl](https://github.com/curl/curl) to periodically query the main application, the [ACI hello-world website](https://github.com/azure-samples/aci-helloworld).