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…
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…
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…
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…
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 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…
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" …
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…
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 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…
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
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…
Issue accessing deployment logs in Deployment Center - Error: "Failed to load container logs: Resource containerlog of type text not found"
Hello, I'm encountering an issue when trying to access the logs of my Web App (for container) through the Deployment Center. The following error appears: "Failed to load container logs: Resource containerlog of type text not found". As a…
Understanding the WEBSITE_ENABLE_DIAGNOSTICS Application Setting
What is the purpose of the WEBSITE_ENABLE_DIAGNOSTICS application setting? What are the effects of turning it ON or OFF?
Why is Distributed Functions for Azure Static Web Apps not mentioned in the documentation?
In March of last year Distributed Functions preview was announced for Azure Static Web Apps.…
How to use the whisper openai model in a azure function for azure static webapp
Hi there dear reader, I am working on my first azure static webapp, With Next.js I already have a working version of it. The concept of the application is simple, it makes a transcript of the user (voice) audio input and returns it to the user…
Can not deploy my model to web app?
When try to deploy my model as web app, I can not select Location and an error says: "Failed to fetch locations: Unable to load available locations for deployment. Please verify that Microsoft.web provider is registered for the selected…
How to run both Node.js and Python flask on Azure web app
Basic Azure webapp question. I have run both tutorials: Quick start Node.js on webapp and Quick start deploy flask on webapp Now adding the 2 of them together is giving me a nightmare. To add backend functionality on the Node.js by providing flask…
Read AppServiceConsoleLogs and push to Blob Storage container/table
Hello Team, we have a webapp python Django based. We are generating custom logs for user actions using code below. Settings.py: LOGGING = { "version": 1, "disable_existing_loggers": False, "formatters": { …
SWA CLI - Deploying web app does not push the files to the actual site
I am attempting to use the SWA CLI to push code to a static web app (mainly because the free tier of devops is currently locked until the new year) however it does not appear to be working correctly for me. My website is a simple index.html file with…