Skip to content

fix: Standardize Azure Variable Naming & Update Broken Links Checker Workflow#2125

Open
Harmanpreet-Microsoft wants to merge 4 commits intoAzure-Samples:devfrom
Harmanpreet-Microsoft:dev
Open

fix: Standardize Azure Variable Naming & Update Broken Links Checker Workflow#2125
Harmanpreet-Microsoft wants to merge 4 commits intoAzure-Samples:devfrom
Harmanpreet-Microsoft:dev

Conversation

@Harmanpreet-Microsoft
Copy link
Contributor

@Harmanpreet-Microsoft Harmanpreet-Microsoft commented Mar 17, 2026

Purpose

This pull request primarily standardizes the naming of the Azure Log Analytics Workspace environment variable across multiple GitHub Actions workflows, changing it from AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID to AZURE_ENV_LOG_ANALYTICS_WORKSPACE_RID. Additionally, it removes the --exclude-mail argument from the broken links checker workflow. These changes improve consistency and clarity in workflow configuration and variable usage.

Variable naming standardization (Azure Log Analytics Workspace):

  • Renamed the input, usage, and validation of AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID to AZURE_ENV_LOG_ANALYTICS_WORKSPACE_RID in the following workflows:

Broken links checker workflow update:

  • Removed the --exclude-mail argument from the lychee-action configuration, so email addresses are no longer excluded from link checking. This affects both changed files and all Markdown files in .github/workflows/broken-links-checker.yml. [1] [2]
  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Harmanpreet-Microsoft Harmanpreet-Microsoft changed the title fix: Update model version references and correct environment variable names in documentation fix: Standardize Azure Log Analytics Workspace Variable Naming & Update Broken Links Checker Workflow Mar 19, 2026
@Harmanpreet-Microsoft Harmanpreet-Microsoft changed the title fix: Standardize Azure Log Analytics Workspace Variable Naming & Update Broken Links Checker Workflow fix: Standardize Azure Variable Naming & Update Broken Links Checker Workflow Mar 19, 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