Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion servers/Azure.Mcp.Server/docs/azmcp-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -3107,9 +3107,10 @@ azmcp get azure bestpractices get --resource <resource> --action <action>
# general - General Azure best practices
# azurefunctions - Azure Functions specific best practices
# static-web-app - Azure Static Web Apps specific best practices
# coding-agent - Coding Agent configuration best practices
#
# Action options:
# all - Best practices for both code generation and deployment (only for static-web-app)
# all - Best practices for both code generation and deployment (only for static-web-app and coding-agent)
# code-generation - Best practices for code generation (for general and azurefunctions)
# deployment - Best practices for deployment (for general and azurefunctions)

Expand Down