azure-static-web-app Questions

4

Solved

When i try to build angular app using azure devops and deploy to azure static web app i'm receiving below error The app build failed to produce artifact folder: 'dist/harmony-front'. Please ensure...
Glorification asked 16/2, 2023 at 18:36

3

Solved

I created a simple site with the following file structure: /index.html /down.html /.github/workflows/azure-static-web-apps-xxxx.yml /staticwebapp.config.json This deploys, and I can see my index an...
Countermark asked 26/8, 2021 at 8:41

2

Is there a way to view the files uploaded to Azure Static Web App using Azure Portal? I need to check few items. I can see the file in my DevOps Repo but want to confirm it is located in the correc...
Cerys asked 6/8, 2021 at 16:25

2

I have a simple index.html in github. I created a static web app in azure and pointed it to git hub. It ran some sort of build pipeline and my page was live without problem. Now I added some more p...
Sivie asked 19/5, 2022 at 17:5

1

Solved

So I have been following instructions from this Stackoverflow post and have successfully been able to merge app settings specified in the Azure Portal with the ones that is pushed through the bicep...

1

Solved

I'm attempting to deploy a Next.js site in a Turborepo monorepo to an Azure Static Web App using GitHub actions and a custom build step. The Next.js site is configured to use a standalone output, b...
Artamas asked 12/8, 2023 at 16:21

4

I have a vue project deployed with Azure Static Web App. project contain router (history mode) functionality. It works perfect on local. But after deploying to Azure path links not working correctl...
Marcellemarcellina asked 19/4, 2021 at 18:45

2

I have set up an Azure Static Web App with a custom domain. Both example.com and www.example.com are correctly set up and working. I would now like to create some rule in staticwebapp.config.json s...
Dennett asked 11/8, 2022 at 15:11

1

Solved

I created an Azure Machine Learning model with a REST Endpoint as a way to consume it. When I run the service using Postman everything seems to work fine. However, when I try to create an HTML webs...

3

I created a Azure Static Web App in Azure. The process saved a workflow file in the Github repository and created a URL https://nice-beach-0253b8b10.azurestaticapps.net. How can I change this URL? ...
Bloodshed asked 6/3, 2021 at 13:34

2

Solved

When setting up an Azure Static WebApp when I chose GitHub as the source provider, the UI provides an option to choose from one of the existing branches. But once the app is created I don't see any...
Prostitution asked 13/5, 2021 at 7:14

1

On Azure Static Web Apps, you get 10 staging environments with a pro plan, and you can set these up to have stable URLs per-branch. I've got a few branches like this (eg. stage, dev, etc.) that I'd...
Johanajohanan asked 19/7, 2022 at 21:35

2

Solved

UPDATE 3 Sorry I put this update here, but I did a good discovery. Read Below under the title Original Qestion to review what I have done. After everything related below I realized something with t...
Motive asked 7/12, 2021 at 3:58

1

Solved

This is regarding usage of Azure Front Door caching and Azure CDN. I have a Azure static website that will displaying the data (mainly office files and videos) from Azure blob storage. The fi...

2

Solved

I want to use Node.js v12.x to build and deploy but it uses 14.15.1: Using Node version: v14.15.1 Using Npm version: 6.14.8
Phytophagous asked 10/2, 2021 at 18:31

1

I have created a static web application in Azure. This is just a plain site with only HTML pages. I am able to deploy and access the application. The issue is when I try to integrate Azure Active D...
Slipper asked 25/7, 2021 at 18:11

0

I created a static Web site using Azure Static Web Apps (under the Free plan for now -- not sure if that's relevant to the issue at hand.) I can access the Web site through an ***.azurestaticapps.n...
Madalinemadalyn asked 10/12, 2021 at 7:49

0

I have a Github Action to deploy my static web app to Azure. On the Build and Deploy step it fails with deployment_token was not provided. Below is my workflow yml file. I've changed secrets.AZURE_...

0

I have a Vue site hosted on Azure Static Web Apps. It does not utilize the supported API endpoint via Azure Functions. Our backend APIs are hosted on App Service instead and they are often put in a...

2

I am trying to publish Gatsbyjs by Azure Static web app. I have a plugin (gatsby-source-contentful). I need to pass variables like: { resolve: `gatsby-source-contentful`, options: { spaceId: pro...

3

I am attempting to configure a static app on azure and am struggling to route correctly. When I navigate to /lti/login/ within the app it works fine. But if I refresh it throws a 404, which tells m...

1

Solved

When setting up Azure Static Web Apps and using Github workflow, sometimes pull-request builds will fail. The error is: This Static Web App already has the maximum number of staging environments. ...
Brinna asked 19/8, 2021 at 8:51

4

Solved

What is the difference between Azure blob storage static website and Azure Static Web Apps
Dialogize asked 5/8, 2020 at 16:50

1

Solved

Is it possible to access analytics such as browser, dates and times of site hits, IP addresses, etc.? From the docs here, it looks like Azure App Insights are only available for Static Web Apps tha...

1

Solved

I have created a Static Web App with GitHub in Azure. The app and the API work well, the URL is something like https://[random-name].azurestaticapps.net, and the source is the main branch in GitHub...
Apiculate asked 4/5, 2021 at 17:48

© 2022 - 2024 — McMap. All rights reserved.