Questions tagged [azure-static-web-app]
340 questions
0
votes
3 answers
AzureStaticWebApp@0 remove ALL old files before uploading new
I have an Azure Pipeline with a task using AzureStaticWebApp@0 to push code for a static web site from an Azure Storage account.
I've noticed that there is a growing number of unused files (mostly .js webpack chuncks), is there away of removing old…

user3067684
- 936
- 9
- 18
0
votes
2 answers
Blazor parameters in root page not working in Azure Static Web Apps
I have a Blazor wasm project I am working on and I have the following functionality:
When a user arrives to mydomain.com/customer they are redirected to the customer details
As expected, all this functionality comes from an API and the list of…

achilles
- 119
- 1
- 9
0
votes
1 answer
angular app's routing not working when deployed using Azure Static App
I used ng build --prod to product ethe dist folder locally
then I created a storage account in azure and turned on "Static App"
Then I uploaded the contents of dist/xxx folder to $web folder
but when I navigate to any route I get
[
Raas Masood
- 99
- 12
0
votes
1 answer
Cookies are not sent to client (static web app) - Azure Isolated Function
When sending cookies as a response to a request in an included functions API (as part of a static web app), the cookies are not sent. This only occurs in a deployed static web app - this issue is not present in local testing of the API…

Sumit patel
- 3,807
- 9
- 34
- 61
0
votes
1 answer
Azure static web app - send email from the logged in user a week later. How to handle authentication?
I have an azure static web app set up with durable functions. I want the user to log in with their microsoft account, write a message and an email address, and that email will be sent a week later using the MS Graph Api.
I don't want to use…

Kurren
- 827
- 1
- 9
- 18
0
votes
1 answer
Getting a blank page after deploying static web app service in azure from already deployed Github pages
Github pages are perfectly running and i got no errors on workflow actions on deploying on azure,
but iam getting blank page on url provided by azure.
Please help to deploy my site on azure (static web app service) with already deployed github…

Arbaz Pasha
- 1
- 1
0
votes
1 answer
Azure CDN Token with Verizon Premium
I have configured a token and following are the settings at the Verizon Premium token config for the token generation.
My CDN is pointing to static files on storage account. But apart from home page rest all pages are giving 403 error. I have '/' on…

Akshay
- 11
- 4
0
votes
2 answers
Deploy a static HTML website from Github into Azure Static Web App
I have created a repository in GitHub for my static website. There a Folder called website and it contains all the static html files for the website. Then I setup a Static Web App in azure with GitHub as source
Immediately upon creating the static…

Sandeep Thomas
- 4,303
- 14
- 61
- 132
0
votes
1 answer
Deploy to AzureDevOps - Error: Failed to get App service 'xxx' application settings
I want to deploy a Static Web App. Build and deploy stages are specified in azure-pipeline. The pipeline fails when it comes to AzureAppServiceSettings@1 task. That is what I got in log:
Got service connection details for Azure App…

anystacy
- 1
- 1
0
votes
1 answer
Blocked by CORS policy : Calling Azure Static Web App Azure Funcion from Browser
I've an Azure Function inside Azure Static Web App to fetch the Static Web App's Application Settings. While calling the Http Triggered Function URL through Code, from browser I'm getting -
"Access to fetch at…

Soumik Mukherjee
- 1
- 2
0
votes
1 answer
Static azure web app deployment of Hugo site fails in github with 'unable to determine the location of the app artifacts'
I'm trying to set up a hugo static web app on Azure, and I followed (to get started) literally the following tutorial: https://learn.microsoft.com/en-us/azure/static-web-apps/publish-hugo . The only thing I did different was change the name of the…

Sam Vanhoutte
- 3,247
- 27
- 48
0
votes
1 answer
Contentful + Azure static web apps trigger deployment
I have a next.js application on Azure static web apps. I've got it building on commit to github (via github actions). Next task is for changes on contentful to trigger a build on Azure.
Am pretty new to Azure, can anyone advise how I do this?

webknit
- 99
- 1
- 9
0
votes
1 answer
Hosting Office Web Add-in as Azure Static Web App and Azure Function App - possible?
We are contemplating hosting an Office Web Add-in using the following components
Office Web Add-in Web Application: Azure Static Web App on Standard Plan with Private Link enabled, thereby restricting public access, with Active Directory…

puri
- 1,829
- 5
- 23
- 42
0
votes
2 answers
New Azure Resources Show Up in Portal but not CLI
After running a DevOps pipeline that created several resources, only two (a new resource group and a Functions app) show up in Azure CLI using az ... list --subscription ....
Other resources, like Static Web Apps and a SQL Server don't show up in…

Zachary Matson
- 91
- 7
0
votes
1 answer
Standalone Blazor WASM .Net6 Application with Azure Active Directory Authentication works locally, not when deployed to Azure Static App Service
I have been having this issue for days and have not been able to figure out what it is.
In my Blazor WASM Standalone program I Handle Authentication with Azure Active directory and followed these exact steps to set it up: 1
It worked great locally…

Maximiliano
- 21
- 5