You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same Azure Functions V2 compatability that you enabled locally needs to be enabled in the app in Azure.
181
+
182
+
1. Using the command palette, search for and select `Azure Functions: Edit Setting...`.
183
+
184
+
1. Follow the prompts to locate your function app in your Azure subscription.
185
+
186
+
1. Select `Create new App Setting...`.
187
+
188
+
1. Enter a new setting key of `FUNCTIONS_V2_COMPATIBILITY_MODE`.
189
+
190
+
1. Enter a setting value of `true`.
191
+
170
192
## Test your function in Azure
171
193
172
194
1. Copy the URL of the HTTP trigger from the **Output** panel. The URL that calls your HTTP-triggered function should be in this format: `http://<functionappname>.azurewebsites.net/orchestrators/HelloOrchestrator`
0 commit comments