-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Update Start-AzStorageAccountMigration.md #28631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update Start-AzStorageAccountMigration.md #28631
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new example to the PowerShell help documentation for the Start-AzStorageAccountMigration
cmdlet. The example demonstrates how to migrate multiple storage accounts in bulk using a CSV file input.
- Adds Example 5 showing batch migration of storage accounts from a CSV file
- Includes PowerShell script with CSV processing, account validation, and migration execution
- Provides sample CSV format for input data
src/Storage/Storage.Management/help/Start-AzStorageAccountMigration.md
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
…ation.md Co-authored-by: Copilot <[email protected]>
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Hi @christinechen2 thank you very much for contributing! These examples seem more focused about your specific scenario (e.g. csv parsing, sku filtering) so I'm afraid I won't merge it. |
@isra-fel the documentation changes are necessary for helping customers do bulk LRS-ZRS migrations. I am a PM working on improving the LRS-ZRS migration experience. The example uses CSV parsing because customers will put their list of migrations in a CSV file and execute the script to start a migration for all the accounts at once. |
Submitted via Learn Editor.