Skip to content

Commit b082679

Browse files
Fixing typo in appdeploy add-py sample.
1 parent 2c92582 commit b082679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/features/sql-big-data-cluster/app-deploy/addpy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To run this sample, you need the following prerequisites.
107107
```
108108
Note the IP address and the port number in this output. Open the following URL in your browser:
109109
`https://[IP]:[PORT]/api/docs/swagger.json`. You will have to log in with the same credentials you used for `mssqlctl login`. The contents of the `swagger.json` you can paste into [Swagger Editor](https://editor.swagger.io) to understand what methods are available:
110-
![API swagger](api_swagger.png)
110+
![API Swagger](api_swagger.png)
111111

112112
Notice the `app` GET method as well as the `token` POST method. Since the authentication for apps uses JWT tokens you will need to get a token my using your favorite tool to make a POST call to the `token` method. Here is an example of how to do just that in [Postman](https://www.getpostman.com/):
113113
![Postman Token](postman_token.png)

0 commit comments

Comments
 (0)