Skip to content

Commit 9a0b974

Browse files
committed
Typo fix - update to develop Azure Functions using Visual Studio article
Change (... with run-From-package enabled...) to (... with Run-From-Package...). This fixes capitalization.
1 parent 2f441e1 commit 9a0b974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-develop-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ For a more detailed testing scenario using Visual Studio, see [Testing functions
180180
When you publish from Visual Studio, it uses one of the two deployment methods:
181181

182182
* [Web Deploy](functions-deployment-technologies.md#web-deploy-msdeploy): Packages and deploys Windows apps to any IIS server.
183-
* [Zip Deploy with run-From-package enabled](functions-deployment-technologies.md#zip-deploy): Recommended for Azure Functions deployments.
183+
* [Zip Deploy with Run-From-Package enabled](functions-deployment-technologies.md#zip-deploy): Recommended for Azure Functions deployments.
184184

185185
Use the following steps to publish your project to a function app in Azure.
186186

0 commit comments

Comments
 (0)