Azure / azure-webjobs-sdk

Azure WebJobs SDK
MIT License
737 stars 358 forks source link

Consider DocumentDB support #251

Open davidmatson opened 10 years ago

abatishchev commented 6 years ago

Hi, How this issue is related to the Microsoft.Azure.WebJobs.Extensions.DocumentDB nuget package?

xt0rted commented 6 years ago

That NuGet package is for https://github.com/Azure/azure-webjobs-sdk-extensions/tree/master/src/WebJobs.Extensions.DocumentDB

abatishchev commented 6 years ago

Cool, looks good! Is it possible you to update the urls within its nuspec to point to something more concrete than what's now?

xt0rted commented 6 years ago

Someone from Microsoft will have to do that. Many of the NuGet packages would benefit from including links to their GitHub repos so it's easier to find their code and for reporting bugs.

Most of the Azure packages link to https://azure.microsoft.com, https://msdn.microsoft.com, or https://docs.microsoft.com for their Project url instead of to GitHub. It's also confusing since some packages are under https://github.com/Azure (webjobs, service bus, functions, storage) and others are under https://github.com/Microsoft (application insights, cognitive services)