Skip to content

Commit 4ad55e9

Browse files
authored
Merge pull request #116027 from craigshoemaker/patch-4
Add JavaScript as a required language
2 parents 9e375e4 + 1ac53b7 commit 4ad55e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/static-web-apps/apis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ API endpoints are available to the web app through the _api_ route. While this r
2727
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:
2828

2929
- The API route prefix must be _api_.
30+
- The API Functions app must be in JavaScript.
3031
- Triggers and bindings are limited to [HTTP](../azure-functions/functions-bindings-http-webhook.md).
3132
- All other [Azure Functions triggers and bindings](../azure-functions/functions-triggers-bindings.md#supported-bindings) except for output bindings are restricted.
3233
- Logs are only available if you add [Application Insights](../azure-functions/functions-monitoring.md) to your Functions app.

0 commit comments

Comments
 (0)