MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.26k stars 21.43k forks source link

adapt this example or add an equivalent one using the existing nuget-packages #5382

Closed BitBender1 closed 5 years ago

BitBender1 commented 6 years ago

it is sometimes useful or even interesting to see how a rest-api-call is composed manually , but i believe most c# developers would rather want to see here how to use the existing official nuget-package to access this service. the same i think is true for all other examples in docs.microsoft.com that show how to access an azure-service from c# where for that service an official nuget-package from microsoft exists


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

mikeurnun commented 6 years ago

@BitBender1 Thank you for your feedback! We will investigate and get back to you with our findings.

amanarneja commented 6 years ago

@v-royhar Roy, can you take a look at this feedback and see if the doc needs to be updated?

LSUPERMAN735 commented 6 years ago

Why not HTML page in output instead of JSON page or another type of document can we improve it ? Can I help you I'm novice developer and I'm still student

tchristiani commented 5 years ago

please reassign to @PatrickFarley

PatrickFarley commented 5 years ago

Thank you for your feedback, @BitBender1 . We believe most devs feels the same as you do, and we try to prioritize client SDK samples over REST API samples. However, REST samples are simpler to create and are usable in more languages, so we tend to have more of them. See our current set of client SDK quickstarts for Computer Vision - https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/quickstarts-sdk/csharp-analyze-sdk

PatrickFarley commented 5 years ago

please-close