Skip to content

Commit 28b4cc5

Browse files
Update articles/static-web-apps/publish-bicep.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 992d083 commit 28b4cc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ resource linkedStaticWebAppBackend 'Microsoft.Web/staticSites/linkedBackends@202
145145

146146
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.
147147

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.
148+
* **Local development environment**: Use [Azure Developer CLI](/azure/developer/azure-developer-cli) to deploy from your local machine. When running locally, you define your deployment in an `azure.yml` file. This file includes hooks that plug into the resource creation process at any point to help you during deployment, especially when different parts of your app need to know about each other at build time.
149+
149150
* **Production environment**: The ability to deploy from a GitHub Actions 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.
150151

151152
Learn more from a full end-to-end application, which provides resource creation and application deployment:

0 commit comments

Comments
 (0)