Skip to content

Commit 6cc62d8

Browse files
authored
Update sql-database-connectivity-architecture.md
1 parent 9074192 commit 6cc62d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/sql-database/sql-database-connectivity-architecture.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,13 @@ $id="$sqlserverid/connectionPolicies/Default"
126126
Set-AzResource -ResourceId $id -Properties @{"connectionType" = "Proxy"} -f
127127
```
128128

129-
## Script to change connection settings via Azure CLI in a bash shell
129+
## Script to change connection settings via Azure CLI
130130

131131
> [!IMPORTANT]
132132
> This script requires the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli).
133133
134+
### Azure CLI in a bash shell
135+
134136
The following CLI script shows how to change the connection policy in a bash shell.
135137

136138
```azurecli-interactive
@@ -147,7 +149,7 @@ az resource show --ids $id
147149
az resource update --ids $id --set properties.connectionType=Proxy
148150
```
149151

150-
## Script to change connection settings via Azure CLI from a Windows command prompt (with Azure CLI installed)
152+
### Azure CLI from a Windows command prompt
151153

152154
> [!IMPORTANT]
153155
> This script requires the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli).

0 commit comments

Comments
 (0)