Skip to content

Commit 260f0a0

Browse files
updating appdeploy readmes
1 parent 88b7261 commit 260f0a0

5 files changed

Lines changed: 14 additions & 1 deletion

File tree

samples/features/sql-big-data-cluster/app-deploy/RollDice/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ To run this sample, you need the following prerequisites.
8282
"success": true
8383
}
8484
```
85+
86+
> **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.
87+
8588
6. You can clean up the sample by running the following commands:
8689
```bash
8790
# delete app

samples/features/sql-big-data-cluster/app-deploy/magic8ball/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,14 @@ To run this sample, you need the following prerequisites.
7272
"success": true
7373
}
7474
```
75+
76+
> **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.
77+
7578
6. You can clean up the sample by running the following commands:
7679
```bash
7780
# delete app
7881
mssqlctl app delete --name magic8ball --version [version]
7982
```
80-
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.
8183

8284
<a name=sample-details></a>
8385

samples/features/sql-big-data-cluster/app-deploy/mleap/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ To run this sample, you need the following prerequisites.
6464

6565
The result will be a json output that includes the prediction along with additional data, including the predicted price per square feet.
6666

67+
> **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.
68+
6769
6. You can clean up the sample by running the following commands:
6870
```bash
6971
# delete app

samples/features/sql-big-data-cluster/app-deploy/sentiment-analysis/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ To run this sample, you need the following prerequisites.
8383
"success": true
8484
}
8585
```
86+
87+
> **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.
88+
8689
6. You can clean up the sample by running the following commands:
8790
```bash
8891
# delete app

samples/features/sql-big-data-cluster/app-deploy/sumofsq/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ To run this sample, you need the following prerequisites.
7373
"success": true
7474
}
7575
```
76+
77+
> **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.
78+
7679
6. You can clean up the sample by running the following commands:
7780
```bash
7881
# delete app

0 commit comments

Comments
 (0)