Skip to content

Add AZURE_RESOURCE_GROUP Bicep output#48

Closed
ggailey777 wants to merge 1 commit into
Azure-Samples:mainfrom
ggailey777:fix-bicep-resource-group-output
Closed

Add AZURE_RESOURCE_GROUP Bicep output#48
ggailey777 wants to merge 1 commit into
Azure-Samples:mainfrom
ggailey777:fix-bicep-resource-group-output

Conversation

@ggailey777
Copy link
Copy Markdown

The shared article include (functions-mcp-connect-remote.md) references $AZURE_RESOURCE_GROUP in the script to retrieve the MCP system key, but the Bicep template doesn't output it. This causes the script to fail.

Added output AZURE_RESOURCE_GROUP string = rg.name to infra/main.bicep to match the Java repo pattern.

@lilyjma
Copy link
Copy Markdown
Collaborator

lilyjma commented May 18, 2026

@ggailey777 the functions-mcp-connect-remote.md isn't an article in this repo. Can you show me where it is?

Also, I've made all the samples enable built-in MCP auth by default, so there's no need to use the system key anymore. Wherever that article is, it should be updated to call that out.

@ggailey777
Copy link
Copy Markdown
Author

Closing — the shared include (functions-mcp-connect-remote.md) no longer uses the system key script. Built-in MCP auth is now enabled by default in all samples, so AZURE_RESOURCE_GROUP is no longer needed.

@ggailey777 ggailey777 closed this May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants