Skip to content

docs(09,10,13): normalise stale deployment suffix; placeholder in 13-00 prose#15

Merged
corticalstack merged 2 commits into
mainfrom
chore/normalise-stale-deployment-suffix
May 27, 2026
Merged

docs(09,10,13): normalise stale deployment suffix; placeholder in 13-00 prose#15
corticalstack merged 2 commits into
mainfrom
chore/normalise-stale-deployment-suffix

Conversation

@corticalstack
Copy link
Copy Markdown
Owner

@corticalstack corticalstack commented May 27, 2026

Summary

Two related fixes:

1. 13-00-guardrails.md portal fallback (the bug)

Section "Portal fallback" referenced a hard-coded aif-core-6fe574 as the resource to open in the Azure portal. That's the author's deployment suffix - users following the doc against their own deployment have a different suffix, so the instruction was misleading. Replaced with aif-core-{suffix} to match the placeholder convention used everywhere else in prose.

2. Normalised stale 6fe574 suffix in 3 notebook cached outputs

While scanning for the bug above, found 6fe574 (a stale suffix from an earlier deployment generation) lingering in cached cell outputs across three notebooks. Those outputs were captured before the current c2676f demonstration suffix became canonical, so readers see two different suffixes depending on which notebook they're in:

  • 09-content-understanding-integration/09-01-deploy-setup.ipynb (11 occurrences)
  • 09-content-understanding-integration/09-02-cu-analyze.ipynb (2)
  • 10-foundry-iq/10-03-knowledge-base-setup.ipynb (2)

Normalised all 15 to c2676f so the demonstration suffix is consistent across the repo. Per the repo's hygiene policy (per 0.3.0 / 0.5.0 changelog entries), deterministic suffixes in cached outputs are kept rather than placeholder'd - this PR keeps with that policy, just makes the kept value consistent.

Test plan

  • grep -r 6fe574 --include='*.md' --include='*.ipynb' returns nothing across the repo
  • All four touched files (1 markdown + 3 notebooks) open cleanly
  • 13-00 portal-fallback section now reads aif-core-{suffix}

Patch release 0.8.7.

…00 prose

13-00-guardrails.md portal-fallback section had a hard-coded resource
name aif-core-6fe574, which is the author's deployment suffix - users
following the doc against their own deployment will see a different
suffix. Replaced with aif-core-{suffix} to match the placeholder
convention used everywhere else in prose.

Also normalised the stale 6fe574 suffix to the current canonical
demonstration suffix c2676f across cached outputs in 3 notebooks
(09-01, 09-02, 10-03). Two suffixes co-existed because the cached
outputs were captured from two different deployment generations;
readers now see a single consistent suffix throughout.
@corticalstack corticalstack merged commit e2da5df into main May 27, 2026
1 of 2 checks passed
@corticalstack corticalstack deleted the chore/normalise-stale-deployment-suffix branch May 27, 2026 13:06
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.

1 participant