From 260f0a00262a580d6e231a8bce1e6896728a41a0 Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Fri, 8 Mar 2019 14:21:01 -0800 Subject: [PATCH] updating appdeploy readmes --- .../sql-big-data-cluster/app-deploy/RollDice/README.md | 3 +++ .../sql-big-data-cluster/app-deploy/magic8ball/README.md | 4 +++- .../features/sql-big-data-cluster/app-deploy/mleap/README.md | 2 ++ .../app-deploy/sentiment-analysis/README.md | 3 +++ .../sql-big-data-cluster/app-deploy/sumofsq/README.md | 3 +++ 5 files changed, 14 insertions(+), 1 deletion(-) diff --git a/samples/features/sql-big-data-cluster/app-deploy/RollDice/README.md b/samples/features/sql-big-data-cluster/app-deploy/RollDice/README.md index a0600200..31ef9c94 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/RollDice/README.md +++ b/samples/features/sql-big-data-cluster/app-deploy/RollDice/README.md @@ -82,6 +82,9 @@ To run this sample, you need the following prerequisites. "success": true } ``` + + > **RESTful web service**. Note that any app you create is also accessible using a RESTful web service that is [Swagger](swagger.io) compliant. See step 6 in the [Addpy sample](../addpy/README.md#restapi) for detailed instructions on how to call the web service. + 6. You can clean up the sample by running the following commands: ```bash # delete app diff --git a/samples/features/sql-big-data-cluster/app-deploy/magic8ball/README.md b/samples/features/sql-big-data-cluster/app-deploy/magic8ball/README.md index 37290feb..27513ccf 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/magic8ball/README.md +++ b/samples/features/sql-big-data-cluster/app-deploy/magic8ball/README.md @@ -72,12 +72,14 @@ To run this sample, you need the following prerequisites. "success": true } ``` + + > **RESTful web service**. Note that any app you create is also accessible using a RESTful web service that is [Swagger](swagger.io) compliant. See step 6 in the [Addpy sample](../addpy/README.md#restapi) for detailed instructions on how to call the web service. + 6. You can clean up the sample by running the following commands: ```bash # delete app mssqlctl app delete --name magic8ball --version [version] ``` - Note that any app you create is also accessible using a RESTful web service that is [Swagger](swagger.io) compliant. See step 6 in the [Addpy sample](../addpy/README.md#restapi) for detailed instructions on how to call the web service. diff --git a/samples/features/sql-big-data-cluster/app-deploy/mleap/README.md b/samples/features/sql-big-data-cluster/app-deploy/mleap/README.md index 770e811d..4357ef91 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/mleap/README.md +++ b/samples/features/sql-big-data-cluster/app-deploy/mleap/README.md @@ -64,6 +64,8 @@ To run this sample, you need the following prerequisites. The result will be a json output that includes the prediction along with additional data, including the predicted price per square feet. + > **RESTful web service**. Note that any app you create is also accessible using a RESTful web service that is [Swagger](swagger.io) compliant. See step 6 in the [Addpy sample](../addpy/README.md#restapi) for detailed instructions on how to call the web service. + 6. You can clean up the sample by running the following commands: ```bash # delete app diff --git a/samples/features/sql-big-data-cluster/app-deploy/sentiment-analysis/README.md b/samples/features/sql-big-data-cluster/app-deploy/sentiment-analysis/README.md index 562f4c85..5a64732a 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/sentiment-analysis/README.md +++ b/samples/features/sql-big-data-cluster/app-deploy/sentiment-analysis/README.md @@ -83,6 +83,9 @@ To run this sample, you need the following prerequisites. "success": true } ``` + + > **RESTful web service**. Note that any app you create is also accessible using a RESTful web service that is [Swagger](swagger.io) compliant. See step 6 in the [Addpy sample](../addpy/README.md#restapi) for detailed instructions on how to call the web service. + 6. You can clean up the sample by running the following commands: ```bash # delete app diff --git a/samples/features/sql-big-data-cluster/app-deploy/sumofsq/README.md b/samples/features/sql-big-data-cluster/app-deploy/sumofsq/README.md index 5eb2a324..cafd13b7 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/sumofsq/README.md +++ b/samples/features/sql-big-data-cluster/app-deploy/sumofsq/README.md @@ -73,6 +73,9 @@ To run this sample, you need the following prerequisites. "success": true } ``` + + > **RESTful web service**. Note that any app you create is also accessible using a RESTful web service that is [Swagger](swagger.io) compliant. See step 6 in the [Addpy sample](../addpy/README.md#restapi) for detailed instructions on how to call the web service. + 6. You can clean up the sample by running the following commands: ```bash # delete app