Skip to content

Commit 98dac8c

Browse files
Update deployment guide
1 parent 9f9ae02 commit 98dac8c

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

docs/DeploymentGuide.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,23 @@ azd up
301301

302302
## Step 5: Post-Deployment Configuration
303303

304-
### 5.1 Schema Registration (Automatic)
304+
### 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)
305321

306322
> Want to customize the schemas for your own documents? [Learn more about adding your own schemas here.](./CustomizeSchemaData.md)
307323

0 commit comments

Comments
 (0)