From ee8a1fd42f01523c646a5c45d43662782fe16a2f Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Fri, 8 Mar 2019 15:34:07 -0800 Subject: [PATCH] updating readme for appdeploy samples --- samples/features/sql-big-data-cluster/app-deploy/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/features/sql-big-data-cluster/app-deploy/README.md b/samples/features/sql-big-data-cluster/app-deploy/README.md index 1adcbdce..4e3e928b 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/README.md +++ b/samples/features/sql-big-data-cluster/app-deploy/README.md @@ -12,6 +12,10 @@ Application deployment allows you to deploy applications into SQL Server big dat * Tip **mssqlctl app -h** will display the various commands to manage the app +## Templates +Templates are used by our [App Deploy add-ins](https://docs.microsoft.com/en-us/sql/big-data-cluster/app-deployment-extension?view=sqlallproducts-allversions) and can be used to quickly deploy applications. +> Looking for our templates? See [the SQLBDC-AppDeploy repo](https://github.com/Microsoft/SQLBDC-AppDeploy). + ## Available samples ### Python These samples demonstrates how you can deploy a simple Python app into SQL Server big data cluster as container app as web service that is swagger compliant for building your application.