Skip to content

Fix Portal Deploy to Azure branch targets - #130

Merged
Bilal Amjad (mbilalamjad) merged 1 commit into
mainfrom
fix/deploy-button-target-main
Aug 21, 2026
Merged

Fix Portal Deploy to Azure branch targets#130
Bilal Amjad (mbilalamjad) merged 1 commit into
mainfrom
fix/deploy-button-target-main

Conversation

@briantim16

Copy link
Copy Markdown
Contributor

Summary

Updates the Portal Deploy to Azure links and linked-template base URI to load the merged portal deployment artifacts from main instead of older or staging branches.

Problem

PR #128 merged the updated Portal deployment artifacts into main, but the Deploy to Azure buttons in README.md and PortalDeploymentGuide.md still loaded portal/portal/template.json and portal/portal/form.json. In addition, portal/template.json resolved linked wrapper templates from portalbicepalignment.

This meant customer-facing deployments could continue loading stale branch content after the Portal/Bicep alignment work had merged.

Fix

  • Point the Deploy to Azure links in README.md and PortalDeploymentGuide.md to main/portal/template.json and main/portal/form.json.
  • Point portal/template.json's baseTemplateUri to main/portal/.
  • Leave Portal behavior, parameters, wrappers, and documentation structure unchanged.

Validation

  • Confirmed portal/template.json and portal/form.json parse successfully as JSON.
  • Confirmed no stale portal or portalbicepalignment branch references remain in the three changed files.
  • Confirmed all required main branch targets are present.
  • Confirmed the diff is limited to 3 files with 3 insertions and 3 deletions.

Point the Portal Deploy to Azure links and linked-template base URI at main so the button loads the portal artifacts merged by PR #128 instead of stale portal/portalbicepalignment branch content.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@briantim16
briantim16 requested a lite review from Copilot August 20, 2026 19:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates customer-facing “Deploy to Azure” links and the portal template’s linked-template base URI so portal deployments consistently pull the merged deployment artifacts from the main branch (instead of older/staging branches).

Changes:

  • Updated Deploy to Azure links in README.md to reference main/portal/template.json and main/portal/form.json.
  • Updated Deploy to Azure link in PortalDeploymentGuide.md to reference the same main branch artifacts.
  • Updated portal/template.json baseTemplateUri to resolve linked templates from main/portal/.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
README.md Updates the Portal Deploy-to-Azure button to target main/portal/* artifacts.
PortalDeploymentGuide.md Updates the documented Deploy-to-Azure button to target main/portal/* artifacts.
portal/template.json Points baseTemplateUri at main/portal/ for linked-template resolution.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@mbilalamjad
Bilal Amjad (mbilalamjad) merged commit 1ea4fb5 into main Aug 21, 2026
2 checks passed
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.

3 participants