-
Notifications
You must be signed in to change notification settings - Fork 64
Add OOP function app setup #676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
docs/SetupGuide_DotnetOutOfProc.md
Outdated
| Note: This tutorial requires that a SQL database is setup as shown in [Create a SQL Server](./GeneralSetup.md#create-a-sql-server). | ||
| - Open your app that you created in [Create a Function App](./GeneralSetup.md#create-a-function-app) in VS Code | ||
| - Open your project that you created in [Create a Function App](./GeneralSetup.md#create-a-function-app) in VS Code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's also one under output bindings section to update. And do the same in the .NET In-Proc guide.
Are you going to clean up the rest of the guides too? It'd be nice to do them all at once.
Charles-Gagnon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for updating all these!
|
Please add a description @MaddyDev |
It started out with just adding app setup section that I described in the title, so didn't bother to add the same in description. Added it now. |
* add set up instructions * add toc link * Update docs/SetupGuide_DotnetOutOfProc.md Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * rename app to project * fix typo and missed references * missed references * rename app to project in all docs * update missed places1 --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
Updated all the docs to replace "function app" to "function project" and added "setup function project" section to OOP doc.