Need assistance on creating Microsoft forms dynamically with questions and prefilled answers using c# MVC web app and generate form links
Hello, We have a requirement to create Microsoft forms specific to users with questions like textbox, dropdown, dropdown (multiselect) etc., and prepopulate or pre-fill the answers related to user specific data into the questions and then share the form…
Custom Domain bought in Azure is suddenly showing parked domain page.
I have recently bought a custom domain through Azure for my Static Web App. It was working well, however all of a sudden it's showing that it's parked and it's for sale. I have not changed anything in my DNS configuration. Can someone please tell me what…
Blazor/AAD Login not completing (404)
Hi there! I'm attempting to use AAD to authenticate with a Blazor app following these instructions. When running locally I am able to authenticate/log-in perfectly. When deployed in an instance of Azure Static Web Apps (url:…
Internationalized domain names containing non-ASCII characters in Static WebApps
Having an issue where unable to use Internationalized Domain Names in SWA, whether using the original or the punycode version and just getting domain validation failing. A work around I was hoping to use was a name redirection from my domain provider to…
Managed API Function not recognized when building manually
Because of the permission issue when using the API build in the AzureStaticWebApp@0 task, I am skipping the API build and build it in an earlier task. Here is my task: - task: AzureStaticWebApp@0 inputs: app_location: "/dist" …
The subscription xxx is not eligible to create an App Service Domain.
I get this error every time I try to create a new domain, but I believe that this error is not reflecting reality. I have tried different domains. I have tried different subscriptions (which already have working domains). All the possible problems that…
[UnusualActivity] Full Deny assignment
I can't perform any action on my account using my student credit . I can't create nor manage any resource even though I still have unused credits and valid azure account. The client with object id '.............' has permission to perform action…
Getting error ✖ Deployment Failure Reason: spawn ETXTBSY while deploying using github actions to azure static web app
Deploying project to Azure Static Web Apps... 32Could not find StaticSitesClient local binary 33- Downloading…
Custom Domain for my static web app is in "validating" state for over 20 hours
I have hosted web application on Azure static web app service. Since by default, it creates a random domain name for the application, I created a DNS Zone for a custom domain name. I added this to my Static web application and it has been stuck in the…
Why does my app serve an .mp3 file correctly from localhost, but return a 404 when deployed to Azure?
I've a static web app created using Blazor in Visual Studio 2022. A static audio (.mp3) resource (located at wwwroot/audio/abc.mp3) is recognised and plays when using IIS Express / https localhost, but is not found in the Azure-deployed version. No…
Intermittent 404 on navigation to custom domain
Hi, I'm having issues with a Static Web App. When navigating to the randomly generated URL, the site loads 100% of the time. I have a custom URL set up (app.company.com) - this will not navigate to the site 100% of the time. Sometimes it loads, and…
Static Web App - How to carry over query strings on 301/302 Redirect using staticwebapp.config.json?
Hello, I'm currently using staticwebapp.config.json to do 301 redirects to internal and external sites. Is there a setting or way to carry over query strings to the redirected route? e.g. "routes": [ { "route":…
webapp scale out
Hi i have a web app service plan with webapp and with functions, i need to autoscale, since there is the function automatic scaling is not available, so i need to configure custom autoscale with rules, i need to scale from one instance to two instances…
How do I deploy (release) a static web app from a pipeline artifact?
I have a build pipeline that creates a pipeline artifact that contains two zip files. I'd like to use AzureStaticWebApp@0 to deploy the static web app in a release pipeline. I've filled out the fields, but the 'working directory' points at the zip…
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…
Create Web App fails without any error message
Hi guys, I'm new to this, and I'm struggling with the very first attempt to set up a Web App. When I reach the "Review + create" tab, I can see some dots on top of the mask doing something, but that's about it. No error message, no nothing, and…
How Do I Add A Custom Domain to My Web App?
Hello, I Have a Static Web App and would like to add my custom domain to it. How do I accomplish this? Thank you
How to redirect www.<staticsite>.com to https://<staticsite>.com
Hi Everyone, I have successfully deployed an Azure Static Website and configured a custom domain. After setting it up, I'm able to access the site using https://.com, but when I try [www]..com, I receive a 404 Not Found error. I’ve already made the…
Error on deploy on free azure web app
Hi! Since a pair weeks, i'm getting an error when trying to deploy a web app from the deploy center: When i go into the deploy c4dce39, which is in an error state, the "Running oryx build..." step is the last one on the list, but in its…
Azure Static Web App returns 404
I created Azure Static Web App back in 2020 when static apps were in preview. Since then my static site worked fine until today when I found out it returns 404. I can't even tell for how long site was broken (not really checking it too often). My site…