Add Azure SQL Database and SQL Managed Instance PowerShell sample scripts#58
Merged
Merged
Conversation
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.
Summary
Adds 11 refreshed Azure SQL Database and Azure SQL Managed Instance PowerShell sample scripts so the Microsoft Learn articles can reference them from this repo instead of carrying the scripts inline.
These scripts were previously hosted in the archived
Azure/azure-docs-powershell-samplesrepo. This change brings the refreshed versions into the activeAzure-Samples/azure-docs-powershell-samplesrepo under theazure-sql/structure, each wrapped in# <FullScript>/# </FullScript>markers so articles can reference them with:::code ... id="FullScript":::.Changes
Add Azure SQL DB and MI PowerShell sample scripts (11 files, +1249/-149)
Database scripts (
azure-sql/database/):1. failover-groups/add-elastic-pool-to-failover-group-az-ps.ps1 (updated)
2. copy-database-to-new-server/copy-database-to-new-server-az-ps.ps1
3. create-and-configure-database/create-and-configure-database-az-ps.ps1
4. import-from-bacpac/import-from-bacpac-az-ps.ps1
5. monitor-and-scale-database/monitor-and-scale-database-az-ps.ps1
6. monitor-and-scale-pool/monitor-and-scale-pool-az-ps.ps1
7. move-database-between-pools-and-standalone/move-database-between-pools-and-standalone-az-ps.ps1
8. restore-database/restore-database-az-ps.ps1
9. setup-geodr-and-failover/setup-geodr-and-failover-single-database-az-ps.ps1
10. setup-geodr-and-failover/setup-geodr-and-failover-elastic-pool-az-ps.ps1
Managed Instance scripts (
azure-sql/managed-instance/):11. transparent-data-encryption/setup-tde-byok-sqlmi-az-ps.ps1
Source and validation
# <FullScript>markers.<Subscription-ID>, etc.) and follows the existing repo conventions.Related