Skip to main content

Questions tagged [azure-static-web-app]

The tag has no usage guidance.

azure-static-web-app
0 votes
1 answer
32 views

Show my application's name on the Entra Id "Permissions requested" dialog

I'm using Entra Id to sign in to my Azure Static Web app. When users use my app for the very first time, while signing in they are asked to Accept permissions: How can I customise this dialog so that ...
Matt Frear's user avatar
  • 54.2k
-1 votes
1 answer
42 views

How to deploy more than 2 Azure Static Web App branch environment?

I have an Azure Static Web App with two existing environment (production, and staging) using the standard plan which should support up to 10 environment. I planned to direct all traffics to a ...
ytan11's user avatar
  • 919
1 vote
0 answers
54 views

How to setup Application Insight on Next.js 15 in Client and Server Side Rendering

I have tried countless different solutions to setup Application Insight working on latest Next.Js 15 version but with no success. Crawled whole internet with different blog posts and articles with no ...
Jon Koivula's user avatar
0 votes
1 answer
97 views

Build and Deploy Job failing due to invaid Node version on Azure

I have an Angular App which is building fine on my local with Latest Angular and Node versions.. However, when i deploy it to Azure Static Web app, the build is failing and giving the below error. ...
Sam K's user avatar
  • 416
0 votes
1 answer
44 views

How do I configure client side routing in Blazor WASM for subfolder in URL?

The issue I'm having is in my Blazor WASM application, is that when developing (dotnet watch) if whether a link inside the app, or manually entering URL (Example: http://localhost:5267/Contact) it ...
Steve Miller's user avatar
0 votes
1 answer
75 views

Azure Static Web App - Only Allow Authenticated Users (Entra, B2C)

Problem: I am trying to setup an Azure Static Web App so the html content of it would be only accessible to the authenticated (Entra B2C) users: 1. What I have: I have a static web app in Azure (...
tridy's user avatar
  • 1,236
0 votes
0 answers
45 views

Azure Static Web Apps Authentication Callback?

I'm using Azure Static Web Apps's built in custom authentication (aka Easy Auth). I want to update a user table after authentication. Is there any built-in event that is triggered post ...
frigon's user avatar
  • 5,089
0 votes
1 answer
76 views

Route protected with staticwebapp.config.json in Azure Static Web App return 404

I'm using SWA CLI to emulate an Azure Static Web App with an Angular application on my local machine. The staticwebapp.config.json file is used to protect specific routes. The current configuration ...
Johan Jimenez's user avatar
0 votes
1 answer
84 views

Deploy .NET Blazor web assembly application in Azure Static WebApp - API error 404

I'm trying to deploy a .NET Blazor web assembly application in Azure Static WebApp. I followed the instructions in this document. https://learn.microsoft.com/en-us/azure/static-web-apps/deploy-blazor. ...
hanushi's user avatar
  • 1,239
0 votes
1 answer
64 views

Authentication fails with 404 on Azure SWA when trying to access /.auth/login/auth0

I am trying to configure Azure static web app custom authentication on a React app, but after trying multiple options still, I am srill unable to figure out the issue. I have configured SWA with ...
Sagar Nayak's user avatar
0 votes
2 answers
89 views

Streaming API in Azure Static web apps

I am trying to impelement a streamign API in Azure Web App application. I was able to build a Proof of Concept in a regular application (Blazor Wasm and Azure Function) but not configured as SWA. It ...
Emad Gabriel's user avatar
  • 3,707
1 vote
0 answers
64 views

Dynamic server route responding with 304 Not Modified on Azure Static Web Apps when If-Modified-Since present [closed]

I have a Nuxt 3 application with a dynamic server route file like so: -| server/ ---| routes/ -----| [id] -------| bonjour.ts This returns dynamic content based upon the id passed in. There is no ...
Chris's user avatar
  • 2,659
0 votes
1 answer
60 views

How can i confiure Azure App Registration redirect to requested Url?

I have an Azure Static WebApp that is configured with AAD Authentication through an Azure App Registration. Only members from my organization should be able to view the site. My staticwebapp.config....
JakobFerdinand's user avatar
1 vote
1 answer
82 views

Azure Static Web App deployment fails when using licensed npm package in GitHub Actions

I am trying to deploy a Static Web App from GitHub to Azure using the Azure/static-web-apps-deploy@v1 action. However, the deployment fails when I attempt to use a licensed npm package. The action ...
Mani Subrahmanyam's user avatar
0 votes
0 answers
58 views

How to increase query string length in Blazor wasm hosted on Azure static website

Blazor WASM standalone (C#,.NET 6) app hosted on Azure static app and the same code for test purposes on Azure Web App. Project contains web.config in a root project folder and has property ...
VSuser's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
31