Azure / Azure-Functions

1.11k stars 196 forks source link

Provide a Reference to each bindings Errors pages #118

Closed SyntaxC4 closed 7 years ago

SyntaxC4 commented 7 years ago

For the Functions Binding topic, it would be helpful to have an Error Codes section that would cross-link to the wrapped services error codes page.

Something along the lines of:

Bindings Error Codes

Azure Function provides a wrapper to comment services within Azure. Often times while developing your Functions, you may have errors bubble up from the underlying Azure Services SDKs. The table below is a reference off to the Error Code documentation for the services that we wrap.

Binding Service Reference
Blob Azure Storage Blob Error Codes
Table Azure Storage Table Error Codes
Queue Azure Storage Queue Error Codes
Blob, Table, Queue Azure Storage Storage Error Codes
Blob, Table, Queue Azure Storage Troubleshooting
SyntaxC4 commented 7 years ago

Service Bus

Event Hubs

Notification Hubs

SyntaxC4 commented 7 years ago

DocumentDB

SyntaxC4 commented 7 years ago

Available: https://github.com/Microsoft/azure-docs-pr/pull/3812

lindydonna commented 7 years ago

@SyntaxC4 Is this done? It looks like the PR was merged.