microsoft-foundry / microsoft-foundry/foundry-samples

Naming Convention impacting the Demo application 1-idea-to-prototype

Open
#685 2 comments 0 reactions 4 assignees View on GitHub

@sdgilley is already working on this.

Since Jul 16, 2026.

bug
Dominant language
Bicep
Stars
445
Forks
494
Avg merge
11h 35m
Merged PRs (30d)
38

Description

The below Python Files have issue related to naming convention:
https://github.com/microsoft-foundry/foundry-samples/blob/fd4ecab832fa491b9ffb4abca862c073777b5e53/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/main.py#L173

https://github.com/microsoft-foundry/foundry-samples/blob/fd4ecab832fa491b9ffb4abca862c073777b5e53/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/evaluate.py#L47

Error received

 Error: (invalid_parameters) Must start and end with alphanumeric characters, can contain hyphens in the middle, and must not exceed 63 characters. [Request ID: 3caa3f60686233a6ce7232fe2552da4d]
Code: invalid_parameters

Solution: Replaced with

agent_name="modern-workplace-assistant",

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.