Questions tagged [azure-static-website-hosting]
48 questions
1
vote
1 answer
Azure Static Webapp Deployment Error: The app build failed to produce artifact folder
I am trying to deploy an Static Web app to Azure using Git Actions workflow. My web application is using ASP.NET Core.
To provide a minimum working example (MWE), I have created a test public Github Repo here.
Somehow the problem is in the paths. No…

skm
- 5,015
- 8
- 43
- 104
1
vote
1 answer
Azure static website use my own ssl certificate?
I have my own certificate that I want to use with azure static website(not web app, we use the one based on blob storage), but looks uploading my own certificate is not supported, is there any workaround or solution for this ?
Note : the static…

Ahmed
- 341
- 3
- 11
1
vote
1 answer
CI/CD for a Blazor web
I want to set up CI/CD for a Blazor web client application project to copy the contents to an Azure blob storage. Below are the CI tasks
- task: VSBuild@1
displayName: 'Build MyBlazor Web'
inputs:
solution: ./MyBlazorWeb/MyBlazorWeb.sln
…

Morisa
- 9
- 2
1
vote
1 answer
Protect Static Html Files Website in IIS with Basic Authentication
I have a simple Intranet Website that is just a few HTML pages with a little JavaScript and CSS.
If Allow Anonymous is ON, everyone can see it. It works.
In IIS, I turn on Basic Authentication and it only partially works as expected.
The company…

Bobby Ortiz
- 3,077
- 7
- 35
- 45
1
vote
2 answers
Static web site on Storage Account & App Service
I've a conceptual question about Static web site on Storage Account & App Service.
My team have develop an Angular10 + ASP.NET Core (API) application. Our frontend (Angular10) only consumes our API , so the availability of our app depends on the…

LLA
- 21
- 3
1
vote
1 answer
PICO-8 Export Command in a GitHub CI/CD Pipeline
I'm working a small PICO-8 game that I am embedding into my website. There's an export command I use to create the game files for the web player, but I can only run this command locally in the PICO-8 application.
Is there any support to run this…

greg
- 1,118
- 1
- 20
- 40
1
vote
1 answer
Azure Blob Storage CDN Asked for favicon.ico when none exists?
How can favicon.ico be served to browsers making requests to a public Blob Storage Container?
For a publicly-accessible Container at blahblah.blob.core.windows.net, a CDN endpoint was created and SSL cert attached so anyone can get to blobs at…

Snowy
- 5,942
- 19
- 65
- 119
1
vote
1 answer
Set/access env vars for React app hosted on Azure static website
I have a react app hosted as a static website on azure blob storage, I need to set some variables based on the environment (like production, test, etc.)
I tried using the metadata section in the azure container for that and use it like this…

Shmili Breuer
- 3,927
- 2
- 17
- 26
1
vote
1 answer
Adding SSL to Azure Blob Static Site
I created a Static Site in Azure Blob storage and hosted my angular application. The https is working fine when I access the root site. When I access any route, I get an https error. It says the site is suspicious.
How can I fix this issue?
Does…

wonderful world
- 10,969
- 20
- 97
- 194
1
vote
1 answer
Using Microsoft Blob Storage Static Website, and a CDN with Custom Domain; how does one use non www?
I have been developing several static websites which I host as blob storage static websites. I then use Azure CDN with custom domains.
While this works when I use www. with my custom domain, it does not work without it. For example…
user1117617
1
vote
1 answer
Azure Devops set max-age on index.html in Azure storage with Azure CDN on static web site
So, I don't want my index.html on my static vue.js app to always be cached because of updates. I can set max-age in the storage explorer manually. I have a Azure CDN set up for this site, which I purge after every deploy, but I don't think this will…

Dan Parker
- 823
- 1
- 11
- 27
1
vote
1 answer
how to get info about user visited statistics on azure static website?
I have a personal portfolio website that I have hosted on azure as an azure static website. Now I just wanted to know is there anyone visited my website or not. How can i do that. Thanks

Tayeb Himel
- 306
- 2
- 15
0
votes
1 answer
Is it possible to add a custom domain for an Azure Blob Storage Static Website without a public CNAME record?
I have an Azure Blob Storage static site that I am trying to add a custom subdomain for (such that mysite.example-company.com points to my static site). I am following this documentation page.
The static site's firewall is configured in the Azure…

J L
- 400
- 3
- 15
0
votes
2 answers
How to deploy node application to Azure staticweb app
We have created AZURE Static WebApp and Private endpoint in Azure cloud and the Static webapp fqdn is mapped to the privateendpoint ip by creating the DNS record in Private DNS zone.
Now the nslookup and name resolution is showing fine when we are…

saran
- 139
- 1
- 2
- 12
0
votes
0 answers
How to deploy Angular app to Azure Static Webapp using Azure Devops server?
As of now we are using Azure Devops server for our Angular application build and deployment to Azure Appservice.
Here is our current structure and step of our CICD pipeline in ADO server.
- bash: |
echo "Running npm lint:"
npm run…

Vowneee
- 956
- 10
- 33