Skip to content

Commit baca73d

Browse files
authored
fix: add --source-acr-auth-id in az acr build for foundry agent deploy (#1106)
* fix: add --source-acr-auth-id in az acr build for foundry agent deploy * bump verion to 1.0.1
1 parent 3cea605 commit baca73d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin/skills/microsoft-foundry/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Use this skill to work with Microsoft Foundry (Azure AI Foundry) a
44
license: MIT
55
metadata:
66
author: Microsoft
7-
version: "1.0.0"
7+
version: "1.0.1"
88
---
99

1010
# Microsoft Foundry Skill

plugin/skills/microsoft-foundry/foundry-agent/deploy/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Collect ACR details from project context. Let the user choose the build method:
8989

9090
**Cloud Build (ACR Tasks) (Recommended)** — no local Docker required:
9191
```bash
92-
az acr build --registry <acr-name> --image <repository>:<tag> --platform linux/amd64 --file Dockerfile .
92+
az acr build --registry <acr-name> --image <repository>:<tag> --platform linux/amd64 --source-acr-auth-id "[caller]" --file Dockerfile .
9393
```
9494

9595
**Local Docker Build:**

0 commit comments

Comments
 (0)