Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Include --bsr for SQL DB #70

Merged
merged 1 commit into from
Oct 14, 2021
Merged

Include --bsr for SQL DB #70

merged 1 commit into from
Oct 14, 2021

Conversation

KitSkin
Copy link
Contributor

@KitSkin KitSkin commented Oct 14, 2021

As specified in issue #69 , running the script generates an error at line
az sql db create is now prompting for confirmation about backup storage redundancy.

You have not specified the value for backup storage redundancy
which will default to geo-redundant storage. Note that database backups will be geo-replicated
to the paired region. To learn more about Azure Paired Regions visit https://aka.ms/azure-ragrs-regions.
Do you want to proceed? (y/n):

Adding in a flag (--bsr local) to the az sql db create command to ensure it doesn't prompt for the during script deployment.

`az sql db create` is now prompting for confirmation about backup storage redundancy.

> You have not specified the value for backup storage redundancy
>    which will default to geo-redundant storage. Note that database backups will be geo-replicated
>    to the paired region. To learn more about Azure Paired Regions visit https://aka.ms/azure-ragrs-regions.
>    Do you want to proceed? (y/n):

Adding in a flag (`--bsr local`) to the `az sql db create` command to ensure it doesn't prompt for the during script deployment.
@GraemeMalcolm GraemeMalcolm merged commit 5685e0c into microsoft:main Oct 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants