Skip to content

Commit bfa64c2

Browse files
committed
Update readme section title
1 parent c5a3085 commit bfa64c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ExternalExtensionProject/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For most customers, this inner-build process is frictionless and requires no cus
1414

1515
There is a major drawback though: ensuring the extension project builds a *valid* payload is now the customer's responsibility. Failures to build a valid payload will only be discovered at runtime. Issues may be obscure and varied, from assembly load failures, method missing exceptions, to odd behavior due to mismatching worker & webjobs extensions. Any time the set of extensions for the function app changes, this external project will need to be manually updated. As such, this scenario is only recommended if customization is **absolutely** necessary.
1616

17-
## How
17+
## How to use external extension project feature
1818

1919
### 1. Prepare the project for external extension
2020
Add the follow item to your csproj:

0 commit comments

Comments
 (0)