Skip to content

Commit 3bd9404

Browse files
Update faq.yml
1 parent d16f5c2 commit 3bd9404

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

articles/static-web-apps/faq.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
author: craigshoemaker
77
ms.topic: faq
88
ms.service: static-web-apps
9-
ms.date: 10/23/2021
9+
ms.date: 06/25/2024
1010
ms.author: cshoe
1111
title: Azure Static Web Apps Frequently Asked Questions
1212

@@ -26,7 +26,7 @@ sections:
2626
- question: |
2727
What happens during the build process?
2828
answer: |
29-
Azure Static Web Apps' build engine is powered by [Oryx](https://github.com/microsoft/Oryx), which builds your app's frontend and API.
29+
The Azure Static Web Apps build engine is powered by [Oryx](https://github.com/microsoft/Oryx), which builds your app's frontend and API.
3030
3131
When your app is built, Oryx detects the build steps and executes them automatically. For example, if your app uses Node.js, it installs packages using npm or Yarn. Then, it runs the `build` or `build:azure` script provided in your app's _package.json_ file.
3232
@@ -35,13 +35,8 @@ sections:
3535
answer: |
3636
If you want complete control over how to build your app, you can configure your own build steps in your app's GitHub workflow or Azure DevOps pipeline. You can then use the Static Web Apps GitHub Actions or Azure Pipelines task to deploy your app. Ensure that you set `skip_app_build` to `true`. To learn more, see [Build configuration](build-configuration.md?skip-building-front-end-app).
3737
38-
The `skip_app_build` command is currently only supported for the frontend app. The API app must be built by the Azure Static Web Apps GitHub Actions or Azure Pipelines task.
39-
40-
- question: |
41-
Can I deploy my app without using GitHub Actions or Azure DevOps?
42-
answer: |
43-
Currently, Azure Static Web Apps supports GitHub Actions and Azure DevOps. More deployment options will be added in the future.
44-
38+
The `skip_app_build` command is only supported for frontend apps. The API app must be built by the Azure Static Web Apps GitHub Actions or Azure Pipelines task.
39+
4540
- question: |
4641
My React application fails to build with the message “Treating warnings as errors because process.env.CI = true”. How do I fix this error?
4742
answer: |
@@ -74,7 +69,7 @@ sections:
7469
- question: |
7570
Do I have to run the Static Web Apps action/task on a Linux GitHub Actions or Azure Pipelines build agent?
7671
answer: |
77-
Azure Static Web Apps' build engine runs in a Linux Docker container, so it can only be run on a Linux build agent.
72+
The Azure Static Web Apps build engine runs in a Linux Docker container, so it can only be run on a Linux build agent.
7873
7974
- question: |
8075
How do I deploy an app that uses Git Large File Storage (LFS)?
@@ -167,7 +162,7 @@ sections:
167162
- question: |
168163
Am I limited to using a single identity provider?
169164
answer: |
170-
When using Static Web Apps' built-in authentication, users can log in with any of the supported identity providers. If you want to prevent users from logging in with a specific identity provider, you can [block it](authentication-authorization.yml?#block-an-authentication-provider).
165+
When using the Static Web Apps built-in authentication, users can log in with any of the supported identity providers. If you want to prevent users from logging in with a specific identity provider, you can [block it](authentication-authorization.yml?#block-an-authentication-provider).
171166
172167
If you're using [custom authentication](authentication-custom.md), you can configure one or more identity providers.
173168
@@ -176,7 +171,7 @@ sections:
176171
- question: |
177172
How do I write my APIs using a language or language version that Static Web Apps doesn’t support?
178173
answer: |
179-
Static Web Apps' managed function apps don't support all languages or language versions that Azure Functions supports. You can use the [bring your own Functions app](functions-bring-your-own.md) feature to link a separate Functions app to your Static Web App.
174+
The Static Web Apps managed function apps don't support all languages or language versions that Azure Functions supports. You can use the [bring your own Functions app](functions-bring-your-own.md) feature to link a separate Functions app to your Static Web App.
180175
181176
- question: |
182177
How do I create serverless functions that respond to events other than HTTP?

0 commit comments

Comments
 (0)