Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
64 views

To give context, I am using Azure Static Web App linked to GitHub, Azure Container App linked to Docker Hub & have Azure SQL database along with SQL Server setup. This is my first attempt in ...
Miyazaki Ahmad's user avatar
0 votes
0 answers
25 views

Due to the fact my SPA application has hydration issues on ios (separate bug) I am currently in a position where I cannot use SSR, so I have to use an SPA and pre-rendered pages for SEO. My ...
crooksey's user avatar
  • 8,680
0 votes
1 answer
125 views

I was deploying a .NET 8 isolated Azure Function as part of an Azure Static web app, and the deployment failed with this message: Deployment Failed :( Deployment failure reason: failed to deploy the ...
Mervyn Ludick's user avatar
0 votes
0 answers
58 views

I have a Static Web App (blabla-web-dev) linked to an Azure Function App (blabla-pub-api-dev) via Serverless API hosting. Both use custom domains; SWA uses https://dev.blabla.bla and the Function App ...
Anton Demin's user avatar
0 votes
0 answers
49 views

This question is related to React + backend - project structure when sharing code, but is aimed at Javascript (not TypeScript) and deployement onto a Azure Static Web App resource I want to get my ...
Amessihel's user avatar
  • 6,636
0 votes
0 answers
26 views

(This question is related to How can I safely obtain user claims from an Azure Function after authentication?) I aim to set up Authentication for an Azure Static Web App resource using Okta as an ...
Amessihel's user avatar
  • 6,636
0 votes
1 answer
131 views

I try to deploy my static webapp with a managed function to Azure but the function deployment always fails and I don't know why. I used Node v20 and v18. I downgraded my libraries. I tried every ...
Tom's user avatar
  • 21
-3 votes
1 answer
94 views

I have a terraform configuration file that defines a azurerm_static_web_app. When I apply this template, the resource is created and I can successfully deploy a SWA; however, the the console seems to ...
Steven Bruce's user avatar
-1 votes
1 answer
159 views

I'm using Azure Front Door (Standard) to route traffic to two Azure Static Web Apps (SWAs) that run the same statically exported Next.js code (next export). ✅ When routed to SWA A (Free tier), it ...
Ayo Adesina's user avatar
  • 2,465
0 votes
0 answers
163 views

I'm experiencing an authentication redirect loop with an Azure Static Web App (SWA) when hosting it under a sub-path. Here's my scenario: Current Setup: Azure Static Web App with Azure AD ...
Siarhei Machel's user avatar
0 votes
1 answer
205 views

I am trying to create a Azure static web app with terraform. I want it to connect to an azure pipeline. Here the code in Terraform: resource "azurerm_static_web_app" "...
Simone's user avatar
  • 2,420
1 vote
1 answer
109 views

I have a standalone Blazor WASM app that I am trying to deploy to an Azure Static Web App resource via CI/CD. My app deploys, but my navigationg fallback rules aren't working. I have a staticwebapp....
Dave's user avatar
  • 4,168
0 votes
0 answers
59 views

I'm using Next.js and Auth0 in an Azure Static Web App. When running locally, logout works. However, when in the Azure Static Web App, logout doesn't work. Easy to browse back a page or two and I am ...
mcollier's user avatar
  • 3,719
0 votes
1 answer
102 views

We are hosting a static Angular 18 application on Azure Static Web Apps (SWA). During runtime, we have noticed that certain static files - specifically polyfills.js and the logo.png image - are being ...
Rik's user avatar
  • 342
0 votes
1 answer
332 views

I have the following code to call Azure OpenAI endpoint using OpenAI Key. import axios from 'axios'; const openaiApiKey = process.env.REACT_APP_OPENAI_API_KEY; const openaiApiEndpoint = process.env....
user989988's user avatar
  • 3,896
0 votes
1 answer
49 views

I've created a Fluent Blazor WebAssembly Standalone App in Visual Studio. I've also done all the work inside AAD B2C with providers and flows and "connected" it to my app. When I run the app ...
Chris Arnold's user avatar
  • 5,773
0 votes
1 answer
227 views

I am using the task below to deloy my Angular application to the Azure static web app. - task: AzureStaticWebApp@0 inputs: app_location: '/app/dist/my-web/browser/' ...
Sibeesh Venu's user avatar
  • 22.3k
0 votes
1 answer
246 views

I have an Angular app that I want to deploy with Azure Static Web Apps. I have followed the Quickstart: Build your first static web app guide that sets up a Static Web App via the Azure Portal. I then ...
Tom S's user avatar
  • 695
-2 votes
1 answer
97 views

I am deploying my angular app to Azure Static web app using bitbucket pipelines. I followed this Microsoft documentation:https://learn.microsoft.com/en-us/azure/static-web-apps/bitbucket?tabs=angular ...
user avatar
0 votes
1 answer
197 views

We have an Azure Static Web App with integrated API via an Azure Function (linked backend). The frontend needs to know some properties of the authenticated user (like Job Title) but the /.auth/.me ...
Marc's user avatar
  • 15k
0 votes
1 answer
165 views

I'm working on hosting Doxygen documentation using an Azure Static Web App in my company. I've set up an Azure DevOps pipeline to automatically deploy the files to Azure. Here's what I've achieved so ...
João Oliveira's user avatar
0 votes
2 answers
284 views

I am executing the Static Web API CLI to deploy a simple HTML website. swa deploy --api-language none --api-version none --env Production --verbose > deployment-log.txt 2>&1 The output is ...
user3845056's user avatar
0 votes
1 answer
151 views

For some reason, my pipeline stopped working while I was trying to deploy my static web app on Azure. pipelines: branches: main: - step: name: Deploy to test deployment: test ...
leandro.starke's user avatar
0 votes
0 answers
65 views

I am unable to find the issue when uploading a audio file (live testing) in my static web app. Which will be uploaded to openAI to get a transcript of my voice. When I test it locally it works fine ...
Tkay Bay's user avatar
0 votes
2 answers
145 views

Recently deployed a Blazor WebAssembly project (via Azure DevOps) to an Azure Static Web App, and while the deployment seems to be okay, and the app loads and runs, accessing a page that uses the ...
Xorcist's user avatar
  • 3,381
0 votes
2 answers
150 views

I am working on a static (nextjs) webapp on azure. I want to record my voice (like 5 to 10sec) and get a transcript of it using openai. I got the code working when I send a form with audio data with ...
Tkay Bay's user avatar
0 votes
1 answer
406 views

I have a small ReactJS (using TypeScript) application that builds and runs locally no problem. It uses Vite to build and run the app locally. Works just fine. But when building in Azure DEvOps for ...
IConfuseEasily's user avatar
1 vote
1 answer
336 views

I've been working on setting up Azure Front Door custom rules for IP restrictions on Azure Static Web Apps. So far, I have: Enabled the static web app to integrate with Front Door. Created a WAF ...
Christy's user avatar
  • 11
0 votes
1 answer
138 views

I'm encountering an issue while deploying my Blazor WebAssembly application, which follows Domain-Driven Design (DDD) architecture, to Azure Static Web Apps using GitHub Actions. The deployment ...
Krebsfanger's user avatar
1 vote
0 answers
115 views

I have an issue related to this question: Azure Static Web App returns incorrect MIME type for CSS and JS files (text/html). I re-implemented the solution according to Aslesha Kantamsetti's response. ...
Adam's user avatar
  • 23
1 vote
1 answer
550 views

Question: I’m facing an issue with hosting two Angular applications on Azure Static Web App. Each application is hosted in its own subdirectory: The hostedPages application is available at https://...
Adam's user avatar
  • 23
0 votes
1 answer
200 views

I come from the backend world where I built docker images and push them to a registry. Recently there was the need to develop an angular SPA and host it on azure static webapps. The pipelines are ...
Christian's user avatar
  • 922
0 votes
1 answer
189 views

I’m building a Blazor WebAssembly app and deploying it to Azure Static Web Apps using GitHub Actions. My app relies on JavaScript files generated from TypeScript with gulp task, which places them in ...
Oleksandr's user avatar
  • 131
-1 votes
1 answer
146 views

Trying to understand Data API Builder (DAB) and if its right for my use case. Based off a simple address book example, there is a table "Addresses" that would have columns: User (the user ...
John's user avatar
  • 762
1 vote
0 answers
29 views

I am working onReact application wutg Azure Static Web Apps. My goal is to configure path such that some pages are accessible without authentication via direct link maybe as Anonymous user, while ...
gwrik09's user avatar
  • 191
0 votes
1 answer
397 views

The React app I created works fine locally. Then I created a storage account, enabled static website, and deployed build folder to $web. And it works on first sight, but when I click anything that ...
Piotrek's user avatar
  • 1,476
0 votes
1 answer
918 views

I have deployed a FastAPI backend in Azure App Service and a frontend in Azure Static Web Apps. To enhance security, I want to introduce access control so that only specific clients (in this case, my ...
jlkolalala's user avatar
1 vote
1 answer
433 views

I created a Blazor WASM application (.NET 9) and am deploying it to an Azure Static Web App. When running it locally, I have an xml file in a folder called 'resources' (under wwwroot) that it reads ...
BradB's user avatar
  • 33
0 votes
0 answers
206 views

When creating an Azure Static Web App in App Services, a CI/CD pipeline is automatically set up to run in GitHub Actions. However, we prefer to use Azure DevOps for our CI/CD processes. We have a ...
Dinesh Nimmagadda's user avatar
0 votes
1 answer
258 views

I'm building a project with Azure Static Web Apps and the Python CDK for Terraform but I'm unsure how do I get the built app / static files onto the Cloud, I'd like to have my process streamlined so ...
Filip's user avatar
  • 182
0 votes
0 answers
191 views

We use Azure pipelines to build and deploy our react app to Azure Static Web apps. We use Microsoft Hosted agent(ubuntu-latest) to run our CI/CD pipeline. From last two days, all of a sudden, our ...
Ajinkya Bapat's user avatar
0 votes
1 answer
451 views

How to configure refresh of auth-cookie, or log out user when cookie has expired? Details: We are using Azure SWA with an Azure functions app running on dotnet 8 isolated as the backend api with C#. ...
Shark32's user avatar
  • 61
0 votes
1 answer
169 views

We have an API behind an Entra identity provider. If you call the endpoint in the browser you get redirected to a Microsoft login screen first. Now we want to be able to use the API from a Python ...
poklaassen's user avatar
1 vote
1 answer
122 views

I have a static azure web app and an azure function, both running locally. The function is working and showing results in the browser. The application is a vanilla javascript app. And I have the ...
Ricker Silva's user avatar
  • 1,175
0 votes
1 answer
563 views

Trying to set up our first Static Web App in Azure, connecting it to our SQL Server in Azure, but struggling to get off the ground. When I add the "Database Connection (preview)" ...
adam's user avatar
  • 2,970
0 votes
1 answer
102 views

i currently have azure web app static free tier and it need to load gz & json file from index.html, however when i checked the site through browser console network the file took long time to ...
user3327338's user avatar
0 votes
1 answer
189 views

I am looking for a way to secure my Azure function app API. The Static WebApp is react based and has google oauth. I have simple functions that work from Code + Test , before linking Static WebApp and ...
Kris Swat's user avatar
  • 1,094
0 votes
0 answers
161 views

I have google OAUTH2.0 cliend id setup as below Origins http://localhost:3000 https://icy-..-0--f03.5.azurestaticapps.net https://l..nd-fu..ons.azurewebsites.net Redirect URIs http://localhost:3000 ...
Kris Swat's user avatar
  • 1,094
1 vote
1 answer
388 views

I'm hosting a Vue3 application on Azure Static Web Apps, but I've noticed that after a period of inactivity, the initial page load becomes noticeably slow, almost like a cold start or sleep mode ...
Pauldb's user avatar
  • 351
2 votes
1 answer
379 views

I have an Azure SQL Database running. I've created a database blog and table Test. Using the Azure Portal I've linked my database to the SWA. Inside my app I have a directory swa-db-connections with ...
Victor's user avatar
  • 537

1
2 3 4 5
11