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…
More than 5 custom domains per static web app
Hi, I'm sending link to a twitter where I've described the problem. https://twitter.com/_piotr/status/1471715545145819136?s=20
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…
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…
Unknown Error - Validation Failed - Custom Domain for Static Web App
I tried buying a domain through azure, it gave my resource group a DNS zone so I tried adding it to my Static Web app. It took a few days of validating then failed. The message displayed is an unknown error. I have tried for a few days to see if it would…
Please delete this topic
Please delete this topic Please delete this topic Please delete this topic
The Resource 'Microsoft.Web/sites/vcpbasicplanexpressappwebapp/slots/g4hwaqgebvfedpdn' under resource group 'vcpbasicplanexpressappresourcegroup' was not found.
My current context is Have azure account, subscription to basic plan Locally, I am using MacBook Pro sequoia 15 Backend is express.js sequelize, tedious, migration, works and can connect to a database located in azure sql database. It worked. in order…
Web app has AdminDisabled status
Hi. My Azure web app moses-course-testing-dqghhsbcgseccyfa.japaneast-01.azurewebsites.net has a status of "AdminDisabled" in the Portal and returns a 403 when I try to access it. My subscription is active (and has other functions running on…
Managed functions not registering when deployed
SWA was working fine last year. Stepped away from development for a while. Came back to it and pushed some changes out. Deployment succeeded with no errors but SWA says I have no functions now. Pipeline is DevOps... No errors in the pipeline, but 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…
Web app stops working after adding a new environmental variable.
I have a python web app deployed on a linux machine. In the Azure Portal, for this web app I set a new environmental variable. It is not referenced in the code and does not conflict with any of the azure names. Once I save the new environmental variable,…
`/.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://prototype.nkdagility.com/.auth/login/aad/callback To Reproduce Steps to reproduce 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…
Several down times in Azure linux web apps
Hello, Since yesterday, We are experiencing a service interruption on our Azure Web Apps where the platform has reached high resource usage levels, even though no significant activity was conducted on the platform. This unexpected behavior is causing…
How to fix new 404 error for static web app
Hi everyone, I'm new to Azure so this might be a dumb question. I have a very simple static web app that's been up and functioning as expected for over a year, but I've just started getting 404 errors from Azure when visiting the domain. I didn't make…
Azure Static Web app Github workflow stop working after upgrade api code from .net 6 to .net 8
I'm running a static web app with an Azure function as the backend. After I upgraded the Azure function code from .net 6 to .net 8 and created a pull request, the Github action flow simply didn't work due to the error below. .net 6 azure function…
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…
Azure Static Web app Github workflow stop working after upgrade api code from .net 6 to .net 8
I'm running static web app with Azure function as backend. After I upgrade Azure function code from .net 6 to .net 8 and create pull request. The Github action flow simply don't work due to below error. Is there anyone experiencing the same? The…
getting error
az webapp deploy \ --src-path helloworld.war \ --resource-group learn-423656c8-aeec-4697-a994-781c44120832 \ --name
Data API Builder - Azure Static Web Apps
Trying to understand Data API Builder (DAB) and if its right for my use case. Based off a simple address book example, there is a table "Addresses" that would have columns: User (the user of the address book, likely an ID linked from a User…