From 2d775255af43fbb047f3bc5d1d5c6e34439c09e3 Mon Sep 17 00:00:00 2001 From: Bob O'Keefe <101881869+bob-okeefe@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:55:15 -0500 Subject: [PATCH 1/2] Update README with troubleshooting info Added troubleshooting information regarding azd init --- cli/azd/extensions/azure.coding-agent/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/azd/extensions/azure.coding-agent/README.md b/cli/azd/extensions/azure.coding-agent/README.md index 995f8c00026..19129f0b4f8 100644 --- a/cli/azd/extensions/azure.coding-agent/README.md +++ b/cli/azd/extensions/azure.coding-agent/README.md @@ -80,6 +80,8 @@ This can happen if your azd login token has expired. You can fix this by logging azd auth login ``` +You might also get this error if you have not run azd init first. To fix this error run azd init and go through the setup wizard. After this is completed them you should be able to run azd coding-agent config. + ### Must have admin rights to Repository Configuring a GitHub repository for the coding agent **requires** admin rights. Without these rights, you won't be able to update the Copilot environment to use managed identity credentials, or update the MCP configuration for the repository. From 8eca1263432ce0811b17442768a0e0c644d90362 Mon Sep 17 00:00:00 2001 From: Bob O'Keefe <101881869+bob-okeefe@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:59:26 -0500 Subject: [PATCH 2/2] Update cli/azd/extensions/azure.coding-agent/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- cli/azd/extensions/azure.coding-agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/azd/extensions/azure.coding-agent/README.md b/cli/azd/extensions/azure.coding-agent/README.md index 19129f0b4f8..e46ce5d523d 100644 --- a/cli/azd/extensions/azure.coding-agent/README.md +++ b/cli/azd/extensions/azure.coding-agent/README.md @@ -80,7 +80,7 @@ This can happen if your azd login token has expired. You can fix this by logging azd auth login ``` -You might also get this error if you have not run azd init first. To fix this error run azd init and go through the setup wizard. After this is completed them you should be able to run azd coding-agent config. +You might also get this error if you have not run `azd init` first. To fix this, run `azd init` and go through the setup wizard. After this is completed, you should be able to run `azd coding-agent config`. ### Must have admin rights to Repository