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…
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…
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
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" …
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.…
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…
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…
Static Web Application throws unspecific error (500) when using ReadableStream
I'm having a Svelte/SvelteKit application that has also some API endpoints delivering data. The application is deployed using swa CLI. Everything is working except on endpoint, where I want to stream data that is asynchronously generated and may take…
How can I connect to the Postgres Flexible server to Azure Web App on Virtual Network from a different region.
I have a Azure Postgres Flexible server hosted in SouthEast Asia and hosting the backend Azure Web App hosted on East US (Proximity to the Azure OpenAI models), here the Azure Web App is not able to connect to the Postgres Flexible server. I have created…
How Do I Add A Custom Domain to My Web App?
Hello, I Have a Static Web App and would like to add my custom domain to it. How do I accomplish this? Thank you
Web App Deployement
Hello, I'm trying to deploy a web app in US East and it is not letting me deploy I've attached both the error and my configuration I know a solution would be to increase my quota but I'm unsure what quota I should be requested based on this …
Azure Static Web Apps - Limit 104857600 bytes - Why?
I am trying to deploy a Retype app to Azure Static Web Apps using GitHub Actions. Retype is a tool that generates websites from Markdown files. However, I get the following error during the deployment: The size of the function content was too large. The…
Getting 504 Gateway Timeout error after successful deployment.
We are able to deploy the code successfully but are getting a 504 gateway timeout error. Platform logs are as below: INFO - Initiating warmup request to container ds-website-chatbot_0_8017aeb3 for site ds-website-chatbot INFO - Waiting for…
SQL Server timeout exception azure hyrbrid connection
We have a Web application with Azure functions, a web app and an API manager. SQL database is located on an on-premise SQL database server. Functions apps connecting on-premise database via Azure hybrid connection. Suddenly we got the following error…