Skip to content

Commit 04e7920

Browse files
Update articles/static-web-apps/publish-bicep.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 9488b6a commit 04e7920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ resource linkedStaticWebAppBackend 'Microsoft.Web/staticSites/linkedBackends@202
143143

144144
## Deployment
145145

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.
146+
After your resources are created, you can deploy your application to the hosting environment. The following descriptions show you how to work both locally and deploy though GitHub Actions:
147147

148148
* **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.
149149

0 commit comments

Comments
 (0)