1,056 questions with Azure Static Web Apps tags

Sort by: Updated
2 answers

ms-azuretools-vscode ZipDeploy of production distribution causes Oryx errors

I am trying to deploy a frontend app to azure app service. When I try to push a zip deploy output of a dist build(using rpm run build) from vscode to nodes runtime azure app service, I get an error below and the app service container stopping in the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,208 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-15T05:48:52.0666667+00:00
Chandan Datta 0 Reputation points
commented 2025-01-27T06:12:56.8233333+00:00
Shree Hima Bindu Maganti 2,415 Reputation points Microsoft Vendor
1 answer

Bicep: Private DNS zones, Private Endpoints, and DNS Records done right

I am deploying PEs in my Vnet (dedicated Snet) that are linked to Web App resources deployed with Vnet integration. My understanding is that I need to add A records in the Private DNS Zone. This is turning out to be a lot harder than I would have…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
720 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-26T11:48:10.1766667+00:00
Lee Johnson 6 Reputation points
edited the question 2025-01-27T04:16:31.63+00:00
VarunTha 11,555 Reputation points Microsoft Vendor
1 answer

How do I updated my Azure Web App from Node 14 to Node 20?

I am needing to update my Azure Web App to run on Node 20. It is currently running on Node 14. I am having issues doing this. Locally I am running Node 20 (which works) and on Azure my Azure Web App server has is using Node 14. I need to update node in…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-05T12:47:48+00:00
Dejan Srdjevic 0 Reputation points
commented 2025-01-27T03:32:50.7333333+00:00
Laxman Reddy Revuri 1,755 Reputation points Microsoft Vendor
1 answer

How to redirect www.<staticsite>.com to https://<staticsite>.com

Hi Everyone, I have successfully deployed an Azure Static Website and configured a custom domain. After setting it up, I'm able to access the site using https://.com, but when I try [www]..com, I receive a 404 Not Found error. I’ve already made the…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-25T11:59:11.7266667+00:00
Rohan Sapkal 0 Reputation points
answered 2025-01-25T12:06:21.4633333+00:00
Marcin Policht 32,660 Reputation points MVP
0 answers

Create Web App fails without any error message

Hi guys, I'm new to this, and I'm struggling with the very first attempt to set up a Web App. When I reach the "Review + create" tab, I can see some dots on top of the mask doing something, but that's about it. No error message, no nothing, and…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-24T11:23:41.7666667+00:00
Bill Sak 0 Reputation points
edited the question 2025-01-24T15:33:15.5466667+00:00
VarunTha 11,555 Reputation points Microsoft Vendor
1 answer

My Static Web App was taken down as well as its resource.

I deployed my first Static Web App a few months ago but it has been taken down. I am not entirely sure why. I went with the Static Web App route because I had a simple website with a basic API call, and since there was no hosting fee, I thought it the…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-23T21:42:01.4866667+00:00
tortuganolapools 0 Reputation points
answered 2025-01-24T12:03:32.69+00:00
Shree Hima Bindu Maganti 2,415 Reputation points Microsoft Vendor
2 answers

I've been trying to deploy my FastAPI application on Azure DevOps for the past two days. It was working perfectly before, but now it's not working even though I haven't made any changes to the pipeline.

My Pipeline is : trigger: - main variables: azureServiceConnectionId: service_connectionID webAppName: appname vmImageName: 'image' environmentName: 'env' projectRoot: $(System.DefaultWorkingDirectory) pythonVersion: '3.11' stages: - stage:…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-23T07:01:06.56+00:00
Nisarg Jadhav 0 Reputation points
answered 2025-01-24T11:55:12.7133333+00:00
Shree Hima Bindu Maganti 2,415 Reputation points Microsoft Vendor
0 answers

How do I deploy (release) a static web app from a pipeline artifact?

I have a build pipeline that creates a pipeline artifact that contains two zip files. I'd like to use AzureStaticWebApp@0 to deploy the static web app in a release pipeline. I've filled out the fields, but the 'working directory' points at the zip…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-23T19:26:14.7566667+00:00
Oblio 21 Reputation points
1 answer

How to find the application log for Next.js when running Static web Apps?

Hi We've successfully deployed Next.js to Azure Static Web Apps but how can we find the console logs/stout? I suspect they are out of reach which makes running complex applications risky since you can't debug error that are either node related or…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-21T13:51:19.9966667+00:00
Tommy Paulsen 0 Reputation points
commented 2025-01-23T14:23:06.55+00:00
Tommy Paulsen 0 Reputation points
2 answers

Managed functions not registering when deployed

SWA was working fine last year. Stepped away from development for a while. Came back to it and pushed some changes out. Deployment succeeded with no errors but SWA says I have no functions now. Pipeline is DevOps... No errors in the pipeline, but the…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2024-11-06T04:10:59.88+00:00
GaryParr 46 Reputation points
edited an answer 2025-01-23T07:18:55.34+00:00
Alnis Smidchens 0 Reputation points
0 answers

I've been trying to deploy my FastAPI application on Azure DevOps for the past two days. It was working perfectly before, but now it's not working even though I haven't made any changes to the pipeline.

my pipeline is this: trigger: - main variables: azureServiceConnectionId: 'subscription' webAppName: 'app-name' vmImageName: 'image' environmentName: 'env' projectRoot: $(System.DefaultWorkingDirectory) pythonVersion: '3.11' stages: -…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-23T06:55:23.78+00:00
Nisarg Jadhav 0 Reputation points
1 answer

Create new Web App resource template throwing errors

I am walking a group of college CS students through creation of web app resource on Azure platform. when any of our accounts tries to create the resource through the portal and using different settings, we are getting ErrorLoadingControl errors, which…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-22T01:32:04.4533333+00:00
uid100 0 Reputation points
answered 2025-01-22T18:24:19.3233333+00:00
uid100 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure CDN-hosted and PII Regulation

We would like to ask about Azure CDN-hosted web application's data protection concerns. We heard that German's personal identifiable information (PII) regulation is one of the highest levels, and therefore we deployed the service on German West Central…

Azure Content Delivery Network
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-15T15:27:41.2633333+00:00
Claudio Roselli 30 Reputation points
accepted 2025-01-22T16:28:07.4133333+00:00
Claudio Roselli 30 Reputation points
0 answers

Custom domains won't get validate and returns an unknown error.

Hey everyone, I am trying to set my domains on a Static Web App, but it's been around 3 weeks that I'm trying to set my CNAME and TXT, but it fails, and I get "Validation failed" Status following this error: "An unknown error has…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-20T23:14:58.65+00:00
Amin Mahmoodian 0 Reputation points
commented 2025-01-22T07:19:21.6+00:00
Amin Mahmoodian 0 Reputation points
0 answers

Custom Domain for my static web app is in "validating" state for over 20 hours

I have hosted web application on Azure static web app service. Since by default, it creates a random domain name for the application, I created a DNS Zone for a custom domain name. I added this to my Static web application and it has been stuck in the…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-21T15:51:09.6466667+00:00
Avani Shah 0 Reputation points
edited the question 2025-01-21T17:17:48.1033333+00:00
Rohith Vinnakota 2,090 Reputation points Microsoft Vendor
1 answer

Azure Static Web Apps Environment Variable Not Working

I'm deploying a React app with Azure Static Web Apps and have configured environment variables in the Azure Portal under Configuration > Environment variables. However, these variables are not being injected into the app during deployment. In the…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2024-11-03T19:46:38.6633333+00:00
Temesgen Zewude 10 Reputation points
commented 2025-01-21T06:20:02.7266667+00:00
Syed Wasif 5 Reputation points
2 answers

Managed API Function not recognized when building manually

Because of the permission issue when using the API build in the AzureStaticWebApp@0 task, I am skipping the API build and build it in an earlier task. Here is my task: - task: AzureStaticWebApp@0 inputs: app_location: "/dist" …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,351 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-14T10:03:20.4433333+00:00
plugt 0 Reputation points
answered 2025-01-20T11:08:20.7366667+00:00
Shireesha Eeraboina (Quadrant Resource LLC) 830 Reputation points Microsoft Vendor
0 answers

Php Webapp slow down and dropping connection to database

I have web app using php and also mysql flexible server, my application was working fine until it decided to slow down and hit or miss drop database connection. I thought my queries were not written well at first until i started experiencing problems…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-07T02:14:27.9+00:00
Jerry Rhule 0 Reputation points
commented 2025-01-20T10:31:15.4466667+00:00
SnehaAgrawal-MSFT 22,166 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Web App - Admin Disabled Status

Good day, I am unable to create a support request on my Free (F1) tier subscription. My Azure Web App was disabled over the December 2024 holidays. Status: Admin disabled I have sent an email to the email to the AZ Community distribution list but I…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-07T09:19:18.43+00:00
Tyrone 20 Reputation points
accepted 2025-01-20T08:52:20.0466667+00:00
Tyrone 20 Reputation points
1 answer

images & icons not loading randomly and sometimes 404 page loading in SWA

whenever I loads my website some of the images does not loads, and if I refreshes then other images may crash and some time even the page crashes and lands me to 404 page. I've already deployed many website on azure but didn't got this issue before

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,056 questions
asked 2025-01-15T09:39:10.4666667+00:00
NEERAJ SINGH RAJPUT 0 Reputation points
commented 2025-01-20T04:51:19.03+00:00
Laxman Reddy Revuri 1,755 Reputation points Microsoft Vendor