fix: Fix to resolve SFI-W18 policy issue#562
Merged
Prajwal-Microsoft merged 2 commits intomainfrom Apr 23, 2026
Merged
Conversation
Prajwal-Microsoft
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates the infrastructure templates for the Content Processing Solution Accelerator, focusing on improving tag management, output variables, and resource dependency ordering. There are also minor fixes to resource scoping and generator metadata.
Key changes:
Tag and Metadata Improvements:
infra/main.bicepandinfra/main_custom.bicepto include resource group tags, custom tags, template name, deployment type, creator, and deployment name, while removing the redundantlocationtag. This ensures richer and more consistent metadata across resources. [1] [2] [3]Output and Variable Additions:
CONTENT_UNDERSTANDING_ACCOUNT_NAMEtoinfra/main.jsonto expose the Content Understanding AI Services account name for downstream use.Resource Dependency and Ordering Fixes:
dependsOnarrays ininfra/main.jsonto ensure resources are created in the correct sequence, which can help avoid deployment issues. [1] [2] [3]Resource Scope and Reference Fixes:
scopedefinitions ininfra/main.jsonto use the correct string formatting for referencing Cognitive Services accounts, improving reliability and consistency. [1] [2] [3] [4] [5] [6]Template Generator Metadata:
infra/main.json, reflecting the use of a different Bicep compiler version. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information