You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(coding-agent) Update some text, include MI portal link and prep for release (#5924)
- Remove the dependency on being in an 'azd' project.
- Adding in some more visual demarcation for the "NOTE:" at the end of the console output
- PR body description has more text, and a link to the created managed identity
- Updating release materials to 0.3.0
Fixes#5914
Copy file name to clipboardExpand all lines: cli/azd/extensions/azure.coding-agent/internal/cmd/templates/pr-body.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
Update copilot-setup-steps.yml to use a federated credential to access Azure resources.
2
2
3
+
## Final steps
4
+
3
5
**NOTE: one final step, and you're ready to use the Copilot coding agent with Azure!**
4
6
5
7
After this pull request merges, you'll need to update the Copilot coding agent's MCP settings [(link)](%s) with
@@ -8,3 +10,17 @@ the following JSON to activate the Azure MCP server:
8
10
```json
9
11
%s
10
12
```
13
+
14
+
## Extending the managed identity's roles and scopes
15
+
16
+
By default, the identity is configured with the Reader role, on the resource group you created/selected. You can expand the role and scope for the identity, to fit better with your needs:
17
+
18
+
Some further instructions on how to assign roles:
19
+
20
+
-[Using the Azure portal to assign roles](https://learn.microsoft.com/azure/role-based-access-control/role-assignments-portal-managed-identity)
21
+
-[Using the Azure CLI to assign roles](https://learn.microsoft.com/azure/role-based-access-control/role-assignments-cli)
0 commit comments