Skip to content

Commit 1f74d34

Browse files
refactor: Removed outdated post-deployment steps for container publishing
1 parent 274c131 commit 1f74d34

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

documents/DeploymentGuide.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -170,26 +170,6 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
170170
171171
6. If you are done trying out the application, you can delete the resources by running `azd down`.
172172
173-
## Post Deployment Steps
174-
1. Optional: Publishing Local Build Container to Azure Container Registry
175-
176-
If you need to rebuild the source code and push the updated container to the deployed Azure Container Registry, follow these steps:
177-
178-
- **Linux/macOS**:
179-
```bash
180-
cd ./infra/scripts/
181-
./docker-build.sh
182-
```
183-
184-
- **Windows (PowerShell)**:
185-
```powershell
186-
cd .\infra\scripts\
187-
.\docker-build.ps1
188-
```
189-
190-
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.
191-
192-
193173
## Post Deployment Steps
194174
195175
1. **Add App Authentication**

0 commit comments

Comments
 (0)