How to fix "IDX10205: Issuer validation failed." on Azure Static Web App (Preview Environment)
When visiting a Preview Environment, setup via github workflow from Pull Request, I receive this error on API endpoint. { "code": 401, "message": "IDX10205: Issuer validation failed. Issuer:…
SWA certificate expired
The auto-assigned certificate for my SWA website expired a few days ago, for unknown reasons. pamelafox-swahrcsdnknmolim-swa is the resource group https://www.pamelafox.org/ is the domain Can the engineers check why it expired?
Static Web App connecting to Database for MySQL flexible server
I have an application written in Next.JS (using server-side-rendering / app router), on the back-end it communicates with a MySQL database (hosted on Azure). During development, I set the MySQL server to be available publicly, but just from my IP…
How to fix the container error while creating a azure web app for angular appilcation from github
I was deploying a angular code which is in github to create an endpoint in azure web app. I was I am not using any docker file
How to fix Session Cookie attributes not set application hosted in web app ?
How to remediate the issue or vulnerability of Session Cookie attributes not being set when the application is hosted in an Azure web app behind the Azure Application Gateway with WAF ?
Deploy as Web App fails in Chat playground from Azure Open AI. ModuleNotFoundError: No module named 'app'
Description: I am experiencing an issue with the one-click deployment from the Azure OpenAI Studio (Chat Playground). The web app is being deployed with the following settings: Web App Plan: S1 Region: Sweden Central The deployment process completes…
Unable to add custom domain to static web app
Hello, I'm trying to add a custom domain to a static web app, but it's not possible. I've deleted entirely the static web app and created again, but still it is not possible. Please your help. External DNS has been configured for more than 24hs. and…
Need help to create web app on azure sandbox to call LLM to generate cobol code from design
Hi, I am participating in hackathon and would like to create a web application using Azure Sandbox, where the application would have 3 upload options 1 for old design 2 for new design 3 for old code and a submit button. once submitted the app would call…
How to or What's the best method to keep a "staging" wordpress site that is in sync with production? So we can test updates.
How to or What's the best method to keep a "staging" WordPress site that is in sync with production? So we can test updates.
I am working with Django and want to maximize the ability to handle web requests per second that interact with a db
I am working with Django and want to maximize the ability to handle web requests per second that interact with a db. How would you recommend setting this up? I am using a postgresql db and can try to spin up more CPUs to have more worker threads, but so…
Error deploying app endpoint with build's number for github PR
Error creating endpoint for github PR. Success up to step "Done Zipping Api Artifacts". InternalServerError on step "Uploading build artifacts." Logs I see is: ..... ---End of Oryx build logs--- 1418Function Runtime…
Azure Static Web Apps' custom domain are differently working
I'm trying to redirect from non-www domain to www domain with AzureFrontDoor. Before this, I must add both custom domains, 'www.my_domain.co.kr' and 'my_domain.co.kr'. However, when I add those tasks with two webapps(test-server and product-server) with…
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…
SWA Azure Function backend returns 500 after 45 seconds, even though function keeps running afterwards
Hi there, I'm working on a Static Web App using the integrated Azure Functions backend. I have a function which takes about 2.5 minutes to complete due to a large database upload in the function. I am having an issue where after exactly 45 seconds, the…
how to place the file in under wwwroot folder in webapp?
could you please let me know how to place the files in a particular folder in webapp? I am deploying a zip package using the commandline to my webapp. but its missing web.config file to I need to add it manually under the wwwroot folder. Is there any…
【Static Web Apps】GetRoles function not working
Hi, I'm developing static web application with react and Java(Spring Boot). I want to manage users with Entra ID and user roles with DB. So I deployed SWA with custom authentication, but GetRoles Function is not working. Can anyone detect the cause of…
Unable to sign in after integrating Okta with Azure Web App
Unable to sign in after integrating Okta with Azure Web App. User created on azure is different while the okta developer account created with different user which does not have any privilege in azure . Does it create any problem while authenticating ? …
Azure Web Job python: command not found and pip: command not found error
I have a Flask app on Azure Web App that is deployed via Github Action. I have an Webjob set up with 2 python files, a requirements.txt, a run.sh file, and a settings.job file. This is what my run.sh looks like: #!/bin/bash pip install -r…
`/.auth/login/aad/callback` fails with 401 after sucessfull login
I have auth setup and I understand that /.auth/* is supposed to handle both the outbound and the inbound callback. However, I get a 401 on return for https://preview.nkdagility.com/.auth/login/aad/callback To Reproduce Steps to reproduce the…
How can I read the logs of a running custom container in Azure Web Apps?
When running a custom container in Azure Web Apps, I cannot see the logs of my container in the log stream. I can only see it when the container exited; and then I also see it in the "Advanced Tools". Is there another way to see the logs of a…