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
Copy file name to clipboardExpand all lines: articles/static-web-apps/apis.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ API endpoints are available to the web app through the _api_ route. While this r
27
27
Azure Static Web Apps provides an API through Azure Functions. The capabilities of Azure Functions are focused to a specific set of features that enable you to create an API for a web app and allow the web app to connect to API securely. These features come with some constraints, including:
28
28
29
29
- The API route prefix must be _api_.
30
+
- The API Functions app must be in JavaScript.
30
31
- Triggers and bindings are limited to [HTTP](../azure-functions/functions-bindings-http-webhook.md).
31
32
- All other [Azure Functions triggers and bindings](../azure-functions/functions-triggers-bindings.md#supported-bindings) except for output bindings are restricted.
32
33
- Logs are only available if you add [Application Insights](../azure-functions/functions-monitoring.md) to your Functions app.
0 commit comments