Skip to content

Commit 1078869

Browse files
authored
changed files by pdets auto publish service, publishid[9af9ef20-fe95-4ad7-91a0-d25e8f14f1e4] and do [publish].
1 parent 21f4499 commit 1078869

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/wwl-azure/security-azure-sql-database-azure-sql-managed-instance/includes/10-implement-an-azure-sql-database-firewall.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To set a server-level IP firewall rule in the Azure portal, go to the overview p
123123
The Networking page for the server opens.
124124
2. Add a rule in the Firewall rules section to add the IP address of the computer that you're using, and then select Save. A server-level IP firewall rule is created for your current IP address.
125125

126-
:::image type="content" source="../media/virtual-networking-settings-c0e3ccd3.png" alt-text="Screenshot showing an example of the sql database firewall settings toolbar.":::
126+
:::image type="content" source="../media/virtual-networking-settings-c0e3ccd3.png" alt-text="Screenshot showing an example of the sql server networking page.":::
127127

128128

129129
#### From the server overview page
@@ -222,9 +222,9 @@ Azure CLI
222222

223223
```
224224
225-
225+
226226
az sql server firewall-rule create --resource-group myResourceGroup --server $servername \-n ContosoIPRange --start-ip-address 192.168.1.0 --end-ip-address 192.168.1.255">">
227-
227+
228228
229229
```
230230

0 commit comments

Comments
 (0)