Skip to content

Commit 2840752

Browse files
committed
edits for deployment
1 parent a24d172 commit 2840752

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/static-web-apps/deploy-bicep.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ resource linkedStaticWebAppBackend 'Microsoft.Web/staticSites/linkedBackends@202
140140
}
141141
}
142142
```
143+
144+
## Deployment
145+
146+
After your resources are created, you'll want to deploy your application to the hosting environment. You may want to be able to deploy from both your local computer as you develop and GitHub Actions for your product workloads.
147+
148+
* **Local development environment**: Local development environment deployments are completed with [Azure Developer CLI](/azure/developer/azure-developer-cli). This tool allows you to define your deployment in an `azure.yml` file. It includes hooks to plug into the resource creation process at any point to help with deploying full stack applications, which need to know about each other at build time.
149+
* **Production environment**: The ability to deploy from a GitHub action workflow file is a built-in feature when you create your static web app. Once the file is in your repository, you can edit the file as needed. Deployment from [other source code providers](external-providers.md) is also supported.
150+
143151
Learn more from a full end-to-end application, which provides resource creation and application deployment:
144152

145153
* [Serverless AI Chat with RAG using LangChain.js](https://github.com/Azure-Samples/serverless-chat-langchainjs)

0 commit comments

Comments
 (0)