Serving a .exe file from my static web app using vue.js
When I try serve a .exe file I get error code 500. How can I handle this
I have migrated my SQL database and web app to azure database and web app services successfully while running the domain the login page shows proper but when i am inserting data and clicking on submit it give error : Named Pipes Provider, error: 40
I have migrated my SQL database and web app to azure database and web app services successfully while running the domain the login page shows proper but when i am inserting data and clicking on submit it give Error: A network-related or instance-specific…
cannot delete webapp and app service plan
I attempted to delete the RG where I have deployed my vnet, app service plan and web app. the delete operation completed but the app service plan and web app were still present afterwards. subsequent deletion of the web app / app service gave the…
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 webapp problem - No reply address provided
I am hosting an Angular Single Page Application (SPA) on Azure Static Web Apps, and I am trying to enable Azure Active Directory (AAD) authentication for the front-end. Despite configuring the app registration and Azure Static Web App settings,…
AFD mapping to environment stopped working
My sites have both a production and a preview environment. I have an AFD setup with https://preview.nkdagility.com and it was working with and "origin host header" set to a specific environment. Just last week however it stopped working and…
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…
Empty Web App Creation "Deployment is in progress" - running for more than an hour
I am trying to create a web app. First I tried one with Python runtime and then with .NET. The deployment is not getting created. It is showing "Deployment is in progress" and it is running for more than 1 hour now. I did not try deploying my…
Security wave regarding Identity Provider for Azure Web Apps
Quick question that I will appreciate clarification, regarding this security push and moving to managed identities, in the case of the identity provider for a azure web app, how can this be implemented since it uses OAuth2? Can I workaround and use…
Static Web App - incomplete upload due to storage quota or error - how to debug?
I have a Hugo static web app, that upload only part of the website. I think it might be due to the storage quota applied (aka 250MB for a static web app). I will try to reduce, but how can one check what the current storage size is on the static…
"The requested content does not exist" on routes other then / - React app as Static Website
So the React app I created works fine locally. Then I created a storage account, enabled static website and deployed build folder to $web. And it works on a first sight, but when I click anything that goes to another route, like /car/eleanor it shows the…
Change Deployment configuration option in Static Web App
I am the owner of an existing static web app which is deployed with a github action. I have moved the source repository to a different github organisation repo and now need to use the existing deployment token. The token is available to the github…
Login deployment problem
I hope this message finds you well. My name is Andrei, and I am currently a student working on the deployment of several projects on Azure. I am reaching out to seek guidance regarding an issue I am encountering with the deployment of these…
Static Web Apps Tutorial: Error from Git:Push operation - Installing nodejs
I'm walking through the tutorial "Add an API to Azure Static Web Apps with Azure Functions": https://learn.microsoft.com/en-us/azure/static-web-apps/add-api?tabs=vanilla-javascript I'm able to run the app locally but am getting an error at…
Resolving Access Issues: Azure Function App Proxy with Private Blob Container - Need Configuration Guidance
I'm seeking advice on how to configure my Azure Function App to properly authorize users and direct them to a Static Web App hosted in a private Blob Container. The goal is to ensure seamless access without enabling public access on the Blob…
Can not add Custom DNS to Azure Static web app
I have a custom domain ending with .ru . I follow all the instructions. When I use DnsChecker I see that CNAME and A values are created correctly. However, I keep getting validation errors.
Azure Web App failing
Please Help me with the following - I have been trying to deploy my reactjs application on Azure Web App using GitHub actions. While I have been trying to deploy, though the deployment is successful, but however my application isnt running and I am…
Publishing Static Web App from Visual Studio and the publish says succeeded but when i go to the static web app in Azure Portal the status says waiting on deployment. Can you not directly deploy from Visual Studio for static web apps?
I have the full publish setup for the blazor web assembly to Azure static web app. The resource group deployment was successful and when i published on Visual Studio it says successful but in the status on the static web app in Azure is says waiting for…
AzureStaticWebApp@0 failing on docker: command not found with Azure Pool
I have an Azure Static Web App I created an agent pool in Azure I have a CI/CD pipeline that keeps failing with 'docker: command not found' I get it's telling me that docker is not installed. But I'm using a standard 'out of the box' Azure pool. …
unable to validate a domain
I have added a static web app. All works with azure generated domain. I have a a custom domain hosted outside AZURE where i need to manually create records. Based on documentation I should create either CNAME or TXT record for my custom domain which i…