Skip to content

Commit ea94310

Browse files
committed
Fixes and updates
1 parent a7a3bd0 commit ea94310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/how-to-create-function-vs-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ Use sensible defaults if any parameter is missing
152152
> [!TIP]
153153
> GitHub Copilot is powered by AI, so surprises and mistakes are possible. For more information, see [Copilot FAQs](https://aka.ms/copilot-general-use-faqs).
154154
155-
You can customize your prompt to add specifics as needed, then run the app again locally and verify that it works as expected after the code changes. Use a message body like `{ "name": "Contoso", "email": "[email protected]", "age": "34" }`.
155+
You can customize your prompt to add specifics as needed, then run the app again locally and verify that it works as expected after the code changes. This time, use a message body like `{ "name": "Contoso", "email": "[email protected]", "age": "34" }`.
156156

157-
When you are satistfied with your app, you can use Visual Studio Code to publish the project directly to Azure.
157+
If you encounter any errors during execution, paste the error message in the chat window and ask Copilot to help resolve the error. When you are satistfied with your app, you can use Visual Studio Code to publish the project directly to Azure.
158158

159159
[!INCLUDE [functions-sign-in-vs-code](../../includes/functions-sign-in-vs-code.md)]
160160

0 commit comments

Comments
 (0)