Skip to content

Commit dbcd52d

Browse files
committed
touchups
1 parent 01074d8 commit dbcd52d

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

articles/app-service/app-service-web-tutorial-dotnet-sqldatabase.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The database context in this sample is a connection string named `MyDbConnection
6868

6969
### Sign in and add an Azure App Service
7070

71-
1. On the **Publish** dialog screen, select **Sign In**, and sign in to your Microsoft account and the subscription you want to use.
71+
1. On the **Publish** dialog screen, sign in to your Microsoft account and the subscription you want to use.
7272

7373
1. Next to **App Service**, select **Create new**.
7474

@@ -184,22 +184,17 @@ The new database opened its firewall to the App Service app you created. To acce
184184

185185
![Screenshot that shows configuring the database connection from Visual Studio.](./media/app-service-web-tutorial-dotnet-sqldatabase/connect-to-sql-database.png)
186186

187-
<!--### Allow client connection from your computer
187+
### Allow client connection from your computer
188188

189-
The **Create a new firewall rule** dialog opens. By default, a server allows connections to its databases only from Azure services, such as your Azure app. To connect to your database from outside of Azure, create a firewall rule at the server level.
189+
By default, a server allows connections to its databases only from Azure services, such as your Azure app. To connect to your database from outside of Azure, such as from Visual Studio, you create a firewall rule at the server level.
190190

191-
This firewall rule allows the public IP address of your local computer. The dialog box is already populated with your computer's public IP address.
191+
If the **Create a new firewall rule** screen opens, make sure **Add my client IP** is selected and select **OK**. This firewall rule allows the public IP address of your local computer. The dialog box is already populated with your computer's public IP address.
192192

193-
1. Make sure **Add my client IP** is selected and select **OK**.
193+
Once Visual Studio finishes configuring the connection for your SQL Database instance, your database appears in **SQL Server Object Explorer**.
194194

195-
![Screenshot that shows creating the firewall rule.](./media/app-service-web-tutorial-dotnet-sqldatabase/sql-set-firewall.png)
195+
Expand your connection's > **Databases** > **\<your database>** > **Tables**. Right-click the `Todoes` table and select **View Data** to work with the database data.
196196

197-
Once Visual Studio finishes creating the firewall setting for your SQL Database instance, your connection appears in **SQL Server Object Explorer**.
198-
-->
199-
200-
1. Expand your connection's > **Databases** > **\<your database>** > **Tables**. Right-click the `Todoes` table and select **View Data**.
201-
202-
![Screenshot that shows exploring SQL Database objects.](./media/app-service-web-tutorial-dotnet-sqldatabase/explore-sql-database.png)
197+
![Screenshot that shows exploring SQL Database objects.](./media/app-service-web-tutorial-dotnet-sqldatabase/explore-sql-database.png)
203198

204199
## Update the app with Code First Migrations
205200

0 commit comments

Comments
 (0)