Use aka.ms/apm-unix and aka.ms/apm-windows short URLs for install scripts#384
Merged
danielmeppiel merged 3 commits intomainfrom Mar 20, 2026
Merged
Conversation
…t links Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/apm/sessions/82dde4ed-96da-4e87-8c47-06d1a52cf8d8
Copilot
AI
changed the title
[WIP] Update readme and documentation links for install scripts
Use aka.ms/apm-unix and aka.ms/apm-windows short URLs for install scripts
Mar 20, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates APM installation and update references to use the shorter aka.ms/apm-unix and aka.ms/apm-windows URLs across the CLI, installer script comment, and documentation, so users see consistent, memorable install commands.
Changes:
- Switch
apm updateinstaller URL + manual update instructions toaka.ms/apm-unix/aka.ms/apm-windows, and update unit tests accordingly. - Replace
raw.githubusercontent.com/.../install.{sh,ps1}with theaka.msshort URLs across docs pages and README snippets. - Add a CHANGELOG entry describing the install URL change under
Unreleased.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
src/apm_cli/commands/update.py |
Uses aka.ms short URLs for updater download + manual update command output. |
tests/unit/test_update_command.py |
Updates assertions to match the new updater URLs. |
install.sh |
Updates the usage comment to the new aka.ms install URL. |
docs/src/content/docs/reference/cli-commands.md |
Updates manual update docs to the new aka.ms URLs. |
docs/src/content/docs/integrations/runtime-compatibility.md |
Updates install snippet to the new Unix aka.ms URL. |
docs/src/content/docs/integrations/ci-cd.md |
Updates CI install snippet to the new Unix aka.ms URL. |
docs/src/content/docs/index.mdx |
Updates homepage install snippets to the new aka.ms URLs. |
docs/src/content/docs/getting-started/quick-start.md |
Updates quick-start install snippets to the new aka.ms URLs. |
docs/src/content/docs/getting-started/installation.md |
Updates installation page snippets to the new aka.ms URLs. |
README.md |
Updates README install snippets to the new aka.ms URLs. |
CHANGELOG.md |
Adds an Unreleased entry for the install URL change. |
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.
Description
Replace
raw.githubusercontent.com/microsoft/apm/main/install.{sh,ps1}URLs withaka.ms/apm-unixandaka.ms/apm-windowsacross README, docs, CLI output, and install script.Shorter, memorable, and Microsoft-branded.
Before:
After:
update.py—_get_update_installer_url()and_get_manual_update_command()now use aka.msinstall.sh— usage comment updated; private-repo auth examples intentionally kept on raw URL (auth headers don't survive redirects)Type of change
Testing
Updated
test_update_command.pyassertions to match new URLs. All 3 update command tests pass.⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.