Commit dafa885
committed
Fix Azure MCP server configuration and resolve schema validation errors
This commit addresses multiple critical issues in the Azure MCP server setup example
that were preventing successful configuration:
* Change environment name from "Copilot" to "copilot" for consistency with
lowercase naming convention used throughout the documentation
* Update azure/login action to v2.3.0 (a457da9ea143d694b1b9c7c869ebb04ebe844ef5)
which is the latest stable version and has been verified to work correctly
* Add proper {% raw %} Liquid tags around GitHub Actions secret references
to prevent Liquid template processing of the workflow syntax
* Fix server name from "Azure MCP Server" to "Azure" to resolve schema validation
error "Schema validation failed: /mcpServers must NOT have additional properties"
* Add required "tools" configuration with ["*"] to prevent schema validation
error "Schema validation failed: /mcpServers must NOT have additional properties"
These corrections address specific schema validation failures that were blocking
MCP server configuration and ensure the Azure example provides working,
copy-paste ready configuration that passes validation1 parent fe42f8c commit dafa885
File tree
1 file changed
+8
-7
lines changed- content/copilot/using-github-copilot/coding-agent
1 file changed
+8
-7
lines changedLines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | | - | |
179 | | - | |
180 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments