Skip to content

Update public docs for Restore-AzSqlDatabase cmdlet #17625

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

Merged
merged 1 commit into from
Mar 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Sql/Sql/help/Restore-AzSqlDatabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Restore-AzSqlDatabase [-FromLongTermRetentionBackup] -ResourceId <String> -Serve
The **Restore-AzSqlDatabase** cmdlet restores a SQL database from a geo-redundant backup, a backup of a deleted database, a long term retention backup, or a point in time in a live database.
The restored database is created as a new database.
You can create an elastic SQL database by setting the *ElasticPoolName* parameter to an existing elastic pool.
You can also perform a cross subscription restore for a datawarehouse database.

## EXAMPLES

Expand Down