You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/sql-big-data-cluster/app-deploy/addpy/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ To run this sample, you need the following prerequisites.
107
107
```
108
108
Note the IP address and the port number in this output. Open the following URL in your browser:
109
109
`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
-

110
+

111
111
112
112
Notice the `app` GET method as well as the `token` POST method. Since the authentication forapps 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 thatin [Postman](https://www.getpostman.com/):
0 commit comments