@@ -180,7 +180,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
180180## Post Deployment Steps
1811811. Optional: Publishing Local Build Container to Azure Container Registry
182182
183- If you need to rebuild the source code and push the updated container to the deployed Azure Container Registry, follow these steps:
183+ If you need to rebuild the source code and push the updated container to the deployed Azure Container Registry, follow these steps:
184184
185185 - **Linux/macOS**:
186186 ```bash
@@ -194,9 +194,9 @@ If you need to rebuild the source code and push the updated container to the dep
194194 .\docker-build.ps1
195195 ```
196196
197- This will create a new Azure Container Registry, rebuild the source code, package it into a container, and push it to the Container Registry created.
197+ This will create a new Azure Container Registry, rebuild the source code, package it into a container, and push it to the Container Registry created.
198198
199- 1 . **Register Schema Files**
199+ 2 . **Register Schema Files**
200200
201201 > Want to customize the schemas for your own documents? [Learn more about adding your own schemas here.](./CustomizeSchemaData.md)
202202
@@ -226,7 +226,7 @@ This will create a new Azure Container Registry, rebuild the source code, packag
226226 - ** Verify Results**
227227 ! [schema file registration](./images/SchemaFileRegistration.png)
228228
229- 2 . ** Import Sample Data**
229+ 3 . ** Import Sample Data**
230230 - Grab the Schema IDs for Invoice and Property Damage Claim Form' s Schema from first step
231231 - Move to the folder location to samples in ContentProcessorApi - [/src/ContentProcessorApi/samples/](/src/ContentProcessorApi/samples/)
232232 - Execute the script with Schema IDs
0 commit comments