Skip to content

Commit d7f8f42

Browse files
committed
update the create storage account and upload bacpac script
1 parent 63f5adb commit d7f8f42

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/azure-resource-manager/templates/template-tutorial-deploy-sql-extensions-bacpac.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@ The BACPAC file must be stored in an Azure Storage account before it can be impo
8787
-Blob $bacpacFileName `
8888
-Context $storageAccount.Context
8989

90-
Write-Host "The project name: $projectName`r`nThe location: $location`r`nThe storage account key: $storageAccountKey`r`nThe BACPAC file URL: https://$storageAccountName.blob.core.windows.net/$containerName/$bacpacFileName`r`n`r`nPress [ENTER] to continue ..."
90+
Write-Host "The project name: $projectName`
91+
The location: $location`
92+
The storage account key: $storageAccountKey`
93+
The BACPAC file URL: https://$storageAccountName.blob.core.windows.net/$containerName/$bacpacFileName`
94+
"
95+
Write-Host "Press [ENTER] to continue ..."
9196
```
9297
9398
1. Save the storage account key, BACPAC file URL, project name, and location. You'll use those values when you deploy the template later in this tutorial.

0 commit comments

Comments
 (0)