About 1,570,000 results
Open links in new tab
  1. Configure Azure Static Web Apps | Microsoft Learn

    This document describes how to configure Azure Static Web Apps, which is a standalone product and separate from the static website hosting feature of Azure Storage.

  2. azure-docs/articles/static-web-apps/configuration.md at main ...

    Use staticwebapp.config.json as described in this article to configure routing and other settings for your static web app. This document describes how to configure Azure Static Web Apps, which …

  3. #04: Configuring SWA | Azure Static Web Apps

    May 5, 2022 · Application: Use the staticwebapp.config.json file (located in the folder specified for app_location) to define rules and properties that customize application behaviors like routing, …

  4. Azure Static Web Apps: A Practical Guide to Deployment and

    Nov 12, 2023 · Azure Static Web Apps simplify the deployment process, enabling you to host static content effortlessly. We’ll walk you through creating Azure resources, configuring GitHub …

  5. Azure Static Web Apps -- config via CLI - Stack Overflow

    Jan 17, 2024 · To update/modify configuration file changes of your static web app, you need to make sure that Enable configuration file changes is enabled under configuration blade. Note: …

  6. Build configuration for Azure Static Web Apps | Microsoft Learn

    Nov 4, 2024 · The Azure Static Web Apps build configuration either uses GitHub Actions or Azure Pipelines. Each site has a YAML configuration file that controls how a site is built and …

  7. 6. Use Runtime Config File | Static Web Apps CLI - GitHub Pages

    Azure Static Web Apps can be configured with an optional staticwebapp.config.json file. For more information, see Configure Static Web Apps documentation. If you are serving static files from …

  8. Mastering Azure Static Web Apps - Configuring with staticwebapp.config ...

    Discover how to effectively configure Azure Static Web Apps using staticwebapp.config.json. Learn to set up custom error pages, manage routing, and more for a seamless user experience.

  9. Deploying Your Static Site to Azure: Static Web Apps vs Storage …

    5 days ago · Yea what a mistake. Here’s the deal: Azure gives you a few options for hosting static sites. You can go with Azure Static Web Apps (the newer, shinier option), Azure Storage Blob …

  10. Deploying to Azure Static Web App - GitHub Docs

    Learn how to deploy a web app to Azure Static Web App as part of your continuous deployment (CD) workflows. Before creating your GitHub Actions workflow, you will first need to complete …