Azure Static Web Apps CLI is now GA (general availability)
What is Azure Static Web Apps or SWA (Static Web Apps)
Azure Static Web Apps is a service that's perfect for your full stack as well as static files projects. Yes, you heard that correctly. Regardless if you are dealing with:
- A static resume site
- SPA application
- Static site generator like Gatsby etc
Azure Static Web Apps is there for you and enables you to deploy your files to Azure.
how does that work?
When you create an Azure resource, it connects your GitHub repo to Azure via workflow file in yaml. This ensures that all your future work can be pushed to Azure with nothing but Git and GitHub.
https://azure.microsoft.com/en-us/services/app-service/static/
Sounds like it's worth trying? If, so have a look at these resources
- https://docs.microsoft.com/en-us/learn/paths/azure-static-web-apps/
- https://docs.microsoft.com/en-us/azure/static-web-apps/overview
What is Azure Static Web Apps CLI?
It's a CLI you run from your console. With it, you can do a lot of things like the below:
- Work on your JAMstack app locally
- Built-in framework detection
- Serverless support
- Authentication & Authorization
- Login to Azure
- Deploy & Ship from the CLI
- New documentation site
Check it out, how it can accelerate your workflow building SWA apps :)
Published on:
Learn moreRelated posts
Azure Developer CLI (azd) – November 2024
This post announces the November release of the Azure Developer CLI (`azd`). The post Azure Developer CLI (azd) – November 2024 appeared...
Microsoft Purview | Information Protection: Auto-labeling for Microsoft Azure Storage and Azure SQL
Microsoft Purview | Information Protection will soon offer Auto-labeling for Microsoft Azure Storage and Azure SQL, providing automatic l...
5 Proven Benefits of Moving Legacy Platforms to Azure Databricks
With evolving data demands, many organizations are finding that legacy platforms like Teradata, Hadoop, and Exadata no longer meet their needs...
November Patches for Azure DevOps Server
Today we are releasing patches that impact our self-hosted product, Azure DevOps Server. We strongly encourage and recommend that all customer...
Elevate Your Skills with Azure Cosmos DB: Must-Attend Sessions at Ignite 2024
Calling all Azure Cosmos DB enthusiasts: Join us at Microsoft Ignite 2024 to learn all about how we’re empowering the next wave of AI innovati...
Query rewriting for RAG in Azure AI Search
Getting Started with Bicep: Simplifying Infrastructure as Code on Azure
Bicep is an Infrastructure as Code (IaC) language that allows you to declaratively define Azure resources, enabling automated and repeatable d...
How Azure AI Search powers RAG in ChatGPT and global scale apps
Millions of people use Azure AI Search every day without knowing it. You can enable your apps with the same search that enables retrieval-augm...