mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixing typo in appdeploy add-py sample.
This commit is contained in:
@@ -107,7 +107,7 @@ To run this sample, you need the following prerequisites.
|
||||
```
|
||||
Note the IP address and the port number in this output. Open the following URL in your browser:
|
||||
`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:
|
||||

|
||||

|
||||
|
||||
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/):
|
||||

|
||||
|
||||
Reference in New Issue
Block a user