Linked backends are now Generally Available! #1187
thomasgauvin
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Last week at Microsoft Build, we announced that our linked backends feature is now GA! 🎉
With linked APIs, you can link your APIs to your Static Web Apps resource so that API requests made to the
/api
endpoint are automatically routed to the linked API. Linked APIs for Azure Static Web Apps supports Azure Function, Azure App Service, Azure Container App and Azure API Management backends.Linked backends allows you to leverage the following key features:
Essentially, by using linked backends, you can use Static Web Apps' built-in authentication and authorization, and you benefit from seamless routing without having to configure CORS.
Get started with linked backends here: https://aka.ms/swa/apis
Beta Was this translation helpful? Give feedback.
All reactions