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

Commit

Permalink
Merge pull request #70 from KitSkin/patch-6
Browse files Browse the repository at this point in the history
Include --bsr for SQL DB
  • Loading branch information
GraemeMalcolm authored Oct 14, 2021
2 parents 48deb1f + 4669943 commit 5685e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byos/containers/deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ then

# Create Azure SQL DB
echo "Creating Azure SQL DB..."
az sql db create -g $teamRG -s $sqlServerName -n $sqlDBName
az sql db create -g $teamRG -s $sqlServerName -n $sqlDBName --bsr local

else
echo "Failed to create SQL Server."
Expand Down

0 comments on commit 5685e0c

Please sign in to comment.