Test the project
Last updated
Last updated
Since our application uses Swagger, we should be able to see the screen below:
Copy the item id, you can again query by sending a Get request:
Since our API has mechanisms to get all the items, we can execute the same. In case you are signed out of your account you can sign in again using this link: https://cosmos.azure.com/try/
All the data we posted using our web api project will appear in the data explorer on the portal. In case you are signed out of your account you can sign in again using this link: https://cosmos.azure.com/try/
If you want to host the web-api project which is running locally on to the cloud, you can do it by taking hints from this article!