We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9ae02 commit 98dac8cCopy full SHA for 98dac8c
1 file changed
docs/DeploymentGuide.md
@@ -301,7 +301,23 @@ azd up
301
302
## Step 5: Post-Deployment Configuration
303
304
-### 5.1 Schema Registration (Automatic)
+### 5.1 Run Post Deployment Script
305
+
306
+1. You can run the ACR build and push script from the project root. Use the appropriate command for your shell:
307
308
+ - For Bash (Linux/macOS/WSL):
309
310
+ ```bash
311
+ bash infra/scripts/acr_build_push.sh
312
+ ```
313
314
+ - For PowerShell (Windows):
315
316
+ ```powershell
317
+ infra\scripts\acr_build_push.ps1
318
319
320
+### 5.2 Schema Registration (Automatic)
321
322
> Want to customize the schemas for your own documents? [Learn more about adding your own schemas here.](./CustomizeSchemaData.md)
323
0 commit comments