Merged
Conversation
Updated script calls to include './' for execution. Clarified instructions for multiple subscriptions.
Added instructions for generating reports for multiple regions.
Updated script execution commands to include './' for local execution.
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the Azure Region Selection documentation to improve consistency and clarity for PowerShell script usage and multi-region/multi-subscription scenarios.
Key Changes:
- Updated PowerShell script examples to consistently use the
.\prefix for script execution - Added comprehensive multi-region documentation with explicit instructions for generating per-region reports
- Improved multi-subscription documentation by specifying
subscriptions.jsonas the required filename and correcting the parameter syntax
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| docs/wiki/Step-by-Step-Guide.md | Removed trailing whitespace from PowerShell command example |
| docs/wiki/3-CostInformation.md | Changed heading from "Example" to "Multiple Regions Example" for clarity |
| docs/wiki/2-AvailabilityCheck.md | Added new "Multiple Regions" section with instructions and updated examples with clearer region name formatting |
| docs/wiki/1-Collect.md | Updated all script examples to use .\ prefix and improved multi-subscription instructions with specific filename and corrected parameter syntax |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jfaurskov
reviewed
Dec 15, 2025
jfaurskov
reviewed
Dec 15, 2025
jfaurskov
reviewed
Dec 15, 2025
Co-authored-by: Jan Faurskov <22591930+jfaurskov@users.noreply.github.com>
Co-authored-by: Jan Faurskov <22591930+jfaurskov@users.noreply.github.com>
Co-authored-by: Jan Faurskov <22591930+jfaurskov@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
This pull request updates documentation to improve clarity and consistency for running PowerShell scripts and handling multi-region and multi-subscription scenarios. The most important changes are grouped below:
Script Usage Consistency and Clarity
docs/wiki/1-Collect.mdto use the `.This pull request updates documentation to improve clarity and consistency for running PowerShell scripts and handling multi-region and multi-subscription scenarios. The most important changes are grouped below:Script Usage Consistency and Clarity
prefix for consistency, and clarified instructions for collecting inventory from multiple subscriptions.
Multi-Region Support
docs/wiki/2-AvailabilityCheck.mddescribing how to generate availability reports for multiple regions, including instructions to create one output file per region and example commands.docs/wiki/3-CostInformation.mdto demonstrate how to handle multiple regions when running the cost comparison script.