Skip to content

Commit 6c77de9

Browse files
authored
Merge pull request #174502 from davidsmatlak/ds-update-1004
Minor edits
2 parents 77d3266 + f2e18b6 commit 6c77de9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
3232
To complete this article, you need:
3333

3434
- Visual Studio Code with the Resource Manager Tools extension. See [Quickstart: Create ARM templates with Visual Studio Code](./quickstart-create-templates-use-visual-studio-code.md).
35-
- To increase security, use a generated password for the server administrator account. The password is used to deploy the template later in the tutorial. You can use [Azure Cloud Shell](../../cloud-shell/overview.md) to run the following command in PowerShell or Bash:
35+
- To increase security, use a generated password for the server administrator account. You can use [Azure Cloud Shell](../../cloud-shell/overview.md) to run the following command in PowerShell or Bash:
3636

3737
```shell
3838
openssl rand -base64 32
@@ -212,8 +212,6 @@ The following example shows the completed template:
212212
213213
Use the project name and location that were used when you prepared the BACPAC file. That puts all resources in the same resource group, which is helpful when you delete resources.
214214
215-
To use a generated password for the administrator account, see [Prerequisites](#prerequisites).
216-
217215
1. Sign in to [Cloud Shell](https://shell.azure.com).
218216
1. Select **PowerShell** from the upper left corner.
219217

0 commit comments

Comments
 (0)