Forum Discussion
db33
Jun 10, 2021Copper Contributor
aws vs azure
My employer wants to use app services for deploying a blazor wasm application. It uses a jwt token from Azure AD for security to talk with an API that is in another app service. Most of my cloud exp...
Stefan_Schackow
Microsoft
Jun 10, 2021App Service is highly managed web app hosting service. From an infra perspective a web app is running on either IIS/Windows or NGINX/Linux underneath the hood.
For examples, the MS lean example for Blazor here : https://docs.microsoft.com/en-us/learn/modules/publish-app-service-static-web-app-api-dotnet/ uses Static Web Apps with a Functions backend. Just bingoogling around though there are a number of blog posts showing using Blazor with regular App Service as well.
For examples, the MS lean example for Blazor here : https://docs.microsoft.com/en-us/learn/modules/publish-app-service-static-web-app-api-dotnet/ uses Static Web Apps with a Functions backend. Just bingoogling around though there are a number of blog posts showing using Blazor with regular App Service as well.