You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/app-service-web-tutorial-dotnet-sqldatabase.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The database context in this sample is a connection string named `MyDbConnection
68
68
69
69
### Sign in and add an Azure App Service
70
70
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.
72
72
73
73
1. Next to **App Service**, select **Create new**.
74
74
@@ -184,22 +184,17 @@ The new database opened its firewall to the App Service app you created. To acce
184
184
185
185

186
186
187
-
<!--### Allow client connection from your computer
187
+
### Allow client connection from your computer
188
188
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.
190
190
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.
192
192
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**.
194
194
195
-

195
+
Expand your connection's > **Databases** > **\<your database>** > **Tables**. Right-click the `Todoes` table and select **View Data** to work with the database data.
196
196
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
-

197
+

0 commit comments