Communication between Static Web App and App Service back-end
Hello! I'm going to create an architecture in Azure for a web site that has public pages and reserved page only for authenticated users. The web app is developed with React and use api from a netcore web api used also by a mobile App. I thought to…
Azure Static Web Apps
Static Webapp Custom Domain
I'm trying to point multiple domains to the same static app, I already added 2 cnames and 2 txts records and now I'm trying to add one last cname record, but when I do I get the following error with no other information. The custom domain request…
Azure App Service
Azure Static Web Apps
App service from docker image is not accessible.
Hi, I am trying to convery my jupyter notebook as a simple web app using https://voila.readthedocs.io/en/stable/index.html. A docker image with all the required dependencies is created and the image works just fine when it's run on my desktop. Now an…
Azure Static Web Apps
What do I need to host Blazor app using SQL Server
I'm presently using Amazon Web Services virtual server to host ASP.NET Website using MSSQL Server. What is recommended to host with Azure when I rewrite in Microsoft Blazor using MSSQL Server? Mobile app written in React Native so I also require Web…
Azure Static Web Apps

Application Error Loading 'Successfully Deployed' Web App (Deploying Django app via Azure)
I recently added my first static files for my sjango App. Everything works when I perform py manage.py runserver to test the app locally. However, I get an Application Error page when running the cloud page it ought to be on. During set-up, I…
Azure App Service
Azure Static Web Apps
I have 2 Azure Web Apps that I have been using. Today I get 404 errors returned when I try to access them. What could have changed?
I have been using these 2 sites (an Oauth2 server and an API) for weeks now and they were working fine yesterday, but today I get 404 errors from both sites. I have not made any changes to the sites of Azure. If I ping the custom domain I get the IP…
Azure App Service
Azure Static Web Apps
Static web app frequently down because of DNS lookup failure (custom domains)
I have two custom domains, one set a default domain, hosted on Namecheap (premium DNS name servers). My website experiences frequent downtime period of about 30 minutes (one day it lasted several hours), even multiple times per day. These are my…
Azure Static Web Apps
Azure Static Web App - staticwebapp.config.json file MimeTypes
I have a very basic Azure Static Web App with a full screen video background Page loads fine on my computer and video plays but does not display the video via the Azure web page - poster image displays OK though I believe this is to do with setting…
Azure Static Web Apps
Azure Static Web App down due to HTTP Error 500.30 - ANCM In-Process Start Failure
Hi, I'm running an Azure Static Web App on the free plan. The app is down since about 1 hour with the following error: I don't have Application Insights set up. The help links don't provide any information that I could handle as the…
Azure Static Web Apps
Service and scaling limits
If I hosted my static website in Azure Static WebApps, how do I manage the scalability? Is there a way I can configure auto-scaling? Are there any scaling or service limits that I should aware of?
Azure Static Web Apps

azure static web app PR_END_OF_FILE_ERROR
I am trying to access https://polite-smoke-0c6531b03.1.azurestaticapps.net/ Which is the default auto generated url for a Azure Static Web App. Puzzled as to why Chrome and Fire Fox (and Virgin Media router) prevents loading. This is not the first…
Azure Static Web Apps


This site can’t provide a secure connection
Have created a new Azure Static Web App. Consists of a very simple Hello World type page (index.html) just to try and diagnose issue. No custom domain set up. I get This site can’t provide a secure <sitename>.azurestaticapps.net sent an…
Azure Static Web Apps
Debugging Azure static web sites with Python Azure functions for api
I'm trying to debug Azure Static web site with api written in Python Azure function. How can I look at logging.info logging.warn messages? I'm unsuccessful in setting up local dev environment, I would like to look at debug/info messages from Python…
Azure Functions
Azure Static Web Apps
Azure Static Web App - No Limit on Custom Subdomains or Wild Card Subdomain
Hello, We are planning to use Azure Static Web Apps (SWA) to host our Multi-tenant angular based single page application. as it is multi-tenant, different users will have their own subdomain i.e. user1.example.com, user2.example.com,…
Azure Static Web Apps
Caching directives for index.html is ignored
I know this is a duplicate of https://learn.microsoft.com/en-us/answers/questions/731947/caching-directives-for-indexhtml-is-ignored.html, but it we rather urgently need support on how to work around this. We are running a React SPA in static web…
Azure Static Web Apps
How to publish artifact to Azure Static Web App using release pipeline
Scenario. Creating one simple angular application ( Basic one) Codebase in Azure DevOps. Now I have build pipeline that will build that angular app and build pipeline publish artifact. All the content available is talk about deploying to…
Azure Static Web Apps
Azure Static Web App Authorization Link Issue - Redirecting to Wrong Identity Link
I use Azure Static Web App connected with Azure Devops. My website works fine but cannot get Azure Static Web App authorization to work and it may be a bug. The static web app's URL is ...6bde6303 .1. azurestaticapps.net instead of…
Azure Static Web Apps
Managed Identity for Azure Static Web Apps to access Storage Accounts?
Hi, I have a Vue app deployed on Azure Static Web App. My developers need to retrieve images stored in Azure Blob Storage and display them on the website. I notice that Azure Static Web Apps (Standard plan) offers Managed Identity so I thought…
Azure Static Web Apps
Microsoft Security | Microsoft Entra | Microsoft Entra ID
How to set Python version used when function is part of static webapp api
Static webapp, Azure function written in Python, when deployed it is using Python 3.8.12 Is it possible to change that to 3.9.4 ?
Azure Functions
Azure Static Web Apps
Azure Static Web app - old verstion still in cache
I've put up several simple static web apps and one in particular keeps reverting to the old version. If I go into Dev tools in a browser and force empty cache and hard reload, the new version comes up. But if i leave dev tools and do a reload, the old…