Skip to content

Commit d78ec9b

Browse files
Merge pull request #687 from microsoft/psl-improve-trobleshootdoc
docs: Improve Troubleshoot Doc
2 parents f0be30b + 8b2317c commit d78ec9b

File tree

3 files changed

+160
-572
lines changed

3 files changed

+160
-572
lines changed

docs/ACRBuildAndPushGuide.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,29 @@ If you want to update image tag and image manually you can follow below steps:
7474
![alt text](./images/AppServiceContainer.png)
7575

7676

77+
**MCP Server :**
78+
79+
```bash
80+
az acr login --name <containerregname>
81+
docker build --no-cache -f src/mcp_server/Dockerfile -t <acrloginserver>/<repo>:<tagname> ./src/mcp_server
82+
docker push <acrloginserver>/<repo>:<tagname>
83+
```
84+
85+
If you want to update image tag and image manually you can follow below steps:
86+
- Go to your **Container App** in the [Azure Portal](https://portal.azure.com/#home).
87+
- In the left menu, select **Containers**.
88+
- Under your container, update:
89+
90+
- Image source → Azure Container Registry / Docker Hub.
91+
92+
- Image name → myapp/mcp.
93+
94+
- Tag → change to the new one you pushed (e.g., v2).
95+
96+
- Click **Save** → this will create a new revision automatically with the updated image.
97+
98+
![alt text](./images/mcpContainer.png)
99+
77100
## ✅ Verification
78101

79102
Run the following command to verify that images were pushed successfully:

0 commit comments

Comments
 (0)