An AI tool in Foundry for analyzing documents and media to classify content, extract entities, and generate structured understanding
The behavior is expected: analyzer copy transfers the analyzer configuration, but labeledData is a knowledge-source reference, so it continues to point at the original blob container. Copy the training-data tree to storage accessible from the target subscription, preserving the prefix, file-list JSONL, label or annotation files, and referenced document paths. Then GET the copied analyzer and use its definition to create or replace the target analyzer with a knowledgeSources entry containing kind labeledData, the new containerUrl, prefix, and fileListPath. Do not use PATCH for this: in the 2025-11-01 API, PATCH supports only description and tags, not knowledgeSources. Use PUT on the target analyzer, with allowReplace when replacement is intended, wait for the operation to succeed, then GET the analyzer and run a representative test. Ensure the target resource or credential can access the new storage. If replacement is unsuitable, create a new analyzer ID and switch consumers after validation.