From fcfcf2f3c1294c5be8930aacab11cde1a30e39e3 Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Wed, 27 Feb 2019 17:30:38 -0800 Subject: [PATCH] updating readme for appdeploy --- .../features/sql-big-data-cluster/app-deploy/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 9fc551a6..615476d1 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/README.md +++ b/samples/features/sql-big-data-cluster/app-deploy/README.md @@ -34,4 +34,11 @@ These samples demonstrates how you can deploy a simple R app into SQL Server big |Sample|Description| |-|-| -|__[SSIS](SSIS/)__|This sample demonstrates how you can run SSIS applications as a containerized application leveraging the cron capability in Kubernetes. This example uses a Data Transformation Services Package File Format (DTSX) file developed using Visual Studio that, when executed, takes a database backup. This will run as a cron job which creates the backups every minute. Please follow the `README.md` for detailed instructions.| \ No newline at end of file +|__[SSIS](SSIS/)__|This sample demonstrates how you can run SSIS applications as a containerized application leveraging the cron capability in Kubernetes. This example uses a Data Transformation Services Package File Format (DTSX) file developed using Visual Studio that, when executed, takes a database backup. This will run as a cron job which creates the backups every minute. Please follow the `README.md` for detailed instructions.| + + + +## Related Links +For more information, see these articles: + +[How to deploy and app on SQL Server 2019 big data cluster (preview)](https://docs.microsoft.com/en-us/sql/big-data-cluster/big-data-cluster-create-apps?view=sqlallproducts-allversions) \ No newline at end of file