Skip to content

Commit

Permalink
formatted tip
Browse files Browse the repository at this point in the history
  • Loading branch information
sanagama committed Oct 22, 2017
1 parent 02f632b commit 543fdc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ You can pass environment variables to the REST API web app to connect to Azure S

>*TIP:* Follow instructions at [Configure a server-level firewall rule](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-get-started-portal#create-a-server-level-firewall-rule) to allow the computer running the REST API web app to connect to your Azure SQL Database.
>*TIP:* Replace *server*, *username* and *password* in the examples below as appropriate for your Azure SQL Database.
>*TIP:* Replace *\<server\>*, *\<username\>* and *\<password\>* in the examples below as appropriate for your Azure SQL Database.
Type the following commands in the ```Terminal``` window if you're running the REST API web app in Docker:
```
Expand Down
2 changes: 1 addition & 1 deletion docker-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Demo walkthrough + source code at: <https://github.com/sanagama/mssql-restapi>

Type the commands below in a ```Terminal``` window to run this prototype in Docker. Use environment variables to specify the connection to your SQL Server instance.

>*TIP:* Replace *server*, *username* and *password* in the example below as appropriate for your SQL Server instance or Azure SQL Database.
>Replace *<server>*, *<username>* and *<password>* in the example below as appropriate for your SQL Server instance or Azure SQL Database.
```
docker pull sanagama/mssql-restapi
Expand Down

0 comments on commit 543fdc3

Please sign in to comment.