Skip to content

Commit

Permalink
SQL up: update a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft authored and tamirkamara committed May 3, 2019
1 parent 8557389 commit 80b229a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db-up/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ az postgres show-connection-string \
#### SQL
Ensures an Azure Database for SQL server instance is up and running and configured for immediate use with a single command.

This command can be run without any parameters. This will create the resource group, SQL server instance and a sample database using generated resource names. It will also configure firewall rules to allow IP addresses from Azure as well as your local dev box to access PostgreSQL. Information generated from this command is saved, so that when used in the future, the existing resources will be detected.
This command can be run without any parameters. This will create the resource group, SQL server instance and a sample database using generated resource names. It will also configure firewall rules to allow IP addresses from Azure as well as your local dev box to access SQL. Information generated from this command is saved, so that when used in the future, the existing resources will be detected.
```
az sql up
```
Expand Down

0 comments on commit 80b229a

Please sign in to comment.