Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add video to explain the deploy from Codespaces (#361)
## Purpose Add a video to describe and explain the process to deploy to Azure from a Codespace. ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [X] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [X] Documentation content changes [ ] Other... Please describe: ``` ## How to Test * Get the code ``` git clone [repo-address] cd [repo-name] git checkout [branch-name] ``` * Test the code In bash or a console ``` azd up ```
- Loading branch information