We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e685d commit 43e4927Copy full SHA for 43e4927
web/src/pages/getting-started.astro
@@ -123,7 +123,7 @@ import TerminalCode from '../components/TerminalCode.astro';
123
124
<div class="substep">
125
<h3>Or build directly from a description</h3>
126
- <TerminalCode code='azd copilot build --description "A todo API with PostgreSQL on Azure Container Apps"' />
+ <TerminalCode code='azd copilot build "A todo API with PostgreSQL on Azure Container Apps"' />
127
</div>
128
129
0 commit comments