Skip to content

Commit

Permalink
Add Migration Guide for Event Hubs (#6854)
Browse files Browse the repository at this point in the history
* Adding .vscode and .factorypath to gitignore.

*  Fixing typo in Azure storage migration guide.

* Adding exception handling and event processor client sample.

* Adding link to additional samples.
  • Loading branch information
conniey authored Dec 16, 2019
1 parent 7bec67b commit 3dfb10d
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ Thumbs.db

# reduced pom files should not be included
dependency-reduced-pom.xml
package-lock.json
package-lock.json

# VS Code
.vscode/
.factorypath
Loading

0 comments on commit 3dfb10d

Please sign in to comment.