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…
Azure App Service
Azure Static Web Apps
【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…
Azure Functions
Azure Static Web Apps
Microsoft Security | Microsoft Entra | Microsoft Entra ID
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 Static Web Apps
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…
Azure App Service
Azure Static Web Apps
`/.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…
Azure Static Web Apps


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…
Azure Static Web Apps
Azure Static Web App Managed Functions Broken Python 3.9 and 3.10
I have been seeing a bunch of threads about this issue spanning 3 years back and they have not been resolved yet. Please help resolve this issue. Example:…
Azure Functions
Azure Static Web Apps
Azure Static Web App certificate expired again
My Azure Static Web App suddenly shows an expired certificate when addressed via www but not on the domain name only. I have both (www.mydomain.com and mydomain.com) added as custom domains and the status shows "validated" for both. The exact…
Azure Static Web Apps
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
Azure Static Web Apps
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…
Azure Static Web Apps
Please delete this topic
Please delete this topic Please delete this topic Please delete this topic
Azure App Service
Azure Static Web Apps
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…
Azure SQL Database
Azure Static Web Apps
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,…
Azure Static Web Apps
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…
Azure App Service
Azure Static Web Apps

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…
Azure App Service
Azure Static Web Apps
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 Apps
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…
Azure Static Web Apps
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…
Azure Static Web Apps
getting error
az webapp deploy \ --src-path helloworld.war \ --resource-group learn-423656c8-aeec-4697-a994-781c44120832 \ --name
Microsoft Security | Intune | Configuration Manager | Deployment
Azure Static Web Apps

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…