New API back-end options in Azure Static Web Apps | Azure Friday

preview_player
Показать описание
Front-end web applications often call back-end APIs for data and services. Annina Keller joins Scott Hanselman to show how Azure Static Web Apps provides built-in serverless API endpoints via integration with Azure services, including Azure App Service, Azure API Management, Azure Container Apps, and Azure Functions.

Chapters:
00:00 – Introduction
03:18 – Simple demo
10:30 – Demo with OAuth and API Management
17:50 – Wrap-up
18:40 – Resources

Recommended resources:

Connect with us:

#Microsoft #Azure #AzureFriday
Рекомендации по теме
Комментарии
Автор

This was good. I've noticed on youtube, Azure created tutorials NEVER show the network traffic developer console of the browser. Like they're afraid someone will get lost. I'd recommend opening the browser traffic so we can understand what the API is calling from the browsers perspective. It would be much more clear.

KrisMeister
Автор

Really enjoyed this episode of Azure Fridays, Annina is so passionate about the demo and explained it really well.

strom
Автор

At this point, is it better to host your (SPA frontend + dotnetcore web api backend) application on Azure static web apps rather than Azure App Service? What are the pros and cons.

surakshachoudhary
Автор

How might this work if APIM is placed behind Front Door and Application Gateway?

scottthompson
Автор

This is awesome! This is going to be massive!

mjtpena
Автор

I like what I'm seeing but I think of Azure Static Apps as a nice solution because it's simple. As soon as you introduce APIM, there's the cost, the challenges to deploy it using infrastructure as a service, and all the other features you drag along that you won't be using.

odelljl
Автор

Is there a way to access x-ms-client-principal header when developing locally using @azure/static-web-apps-cli ? Or what should I do for local development to authorize and get user info in backend API?

albin
Автор

Hi, thanks for the great session! Regarding the Twitter Auth that was mentioned... Can I use role-based authZ with this like with AAD? I.e. I have appRoles enabled for the API app registration and users need to be assigned a role for access... But the twitter user principal is not in AAD and therefore I cannot assign a role to it.

Marcel-dtdu
Автор

This is fantastic! Thank you and well done!

AttieHeunis
Автор

Could we get a link to the sample front-end and back-end source-code shown in the video? Thanks!

alextalp
Автор

Nice episode, she is passionate and excited to explain and keeps it simple too.

prasantchettri
Автор

Also how do I configure it to only allow AAD logins from my tenant?

albin
Автор

So are static web appa static? Or able have dynamic content? 😂

Larimuss