query a cosmosDB with private endpoint from a static webapp
I have an application running in a static webapp. This application should be able to query a cosmosDB which is only reachable via a private endpoint. What is the procedure to add a static webapp to a VNET to be able to reach the cosmosDB instance?
How to view deployed web app files
I have deployed my FastAPI on an Azure Web App, and the web app is working fine. How can I view or access the deployed codebase files in the web app?
I am unable to create any of services like app service etc
Hi team, I am not sure what went wrong and I am not able to create any service like app service. Since when I am attempting to create any services, all the filed are not populating like regions, resource group etc. Can someone please look on to my…
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": { …
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:…
What Azure service can I implement real-time notifications for web apps with?
I have a client-server application using Node.js Express on the server and using Vue.js on the frontend. I need to know what Azure service enables me to send notifications to a user (in-app) when an action that concerns them has been made. I have…
Virtual IP vs Inbound IP - what do you point DNS to?
I have setup a custom domain for an Azure webapp. When I look at the overview, it shows a specific IP for the Virtual IP address. However, when I look at Networking - there is a different IP address for "Inbound". Which one is supposed to be…
Using internationalised custom domain names on Azure Static Web Apps
Team is working with a number of clients who wish to use internationalised domain names, example [www.mācronincluded.com]. When adding custom domains, both the original and Punycode versions fail to validate. CName redirect also doesn't work due to…
Static App Only Allows 10 Domains Forwarded from Front Door?
I have a multi-tenant Saas offering that runs on a static app on the front end and azure functions for back end. One of the requirements is to give the option for each customer to bring their own domain so generally is 1 to 1 from tenant to custom…
Azure SWA when using a sign in flow that has custom connectors redirects back to a 403 page
When I navigate to /event-data I go to a login page from my user flow, which has the google connector attached to it. I see the google button but and clicking it lets me login. when this redirects back to my web app, i land on a 403 page, and…
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?
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 ?
we have our Azure web apps and this had an issue yesterday .the node was low on memory and front end stopped .
we have opted for Azure -Pay as you go plan . Yesterday the warnign came : node was low on resoure memory .Threshold quantity 750Mi , available 703984Ki.Container was using 1584984Ki request is 500Mi, has larger consumtion of memory. The application…
Deploying the API succeds on build, but no API is presented in Azure?
I'm having a problem with the API deployment and I don't see any error messages. It looks like its deploying the API, but in the APIs tab does not show any active APIs. Why might this be the case? What else can I look at to…
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…
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
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…
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.