File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -126,11 +126,13 @@ $id="$sqlserverid/connectionPolicies/Default"
126
126
Set-AzResource -ResourceId $id -Properties @{"connectionType" = "Proxy"} -f
127
127
```
128
128
129
- ## Script to change connection settings via Azure CLI in a bash shell
129
+ ## Script to change connection settings via Azure CLI
130
130
131
131
> [ !IMPORTANT]
132
132
> This script requires the [ Azure CLI] ( https://docs.microsoft.com/cli/azure/install-azure-cli ) .
133
133
134
+ ### Azure CLI in a bash shell
135
+
134
136
The following CLI script shows how to change the connection policy in a bash shell.
135
137
136
138
``` azurecli-interactive
@@ -147,7 +149,7 @@ az resource show --ids $id
147
149
az resource update --ids $id --set properties.connectionType=Proxy
148
150
```
149
151
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
151
153
152
154
> [ !IMPORTANT]
153
155
> This script requires the [ Azure CLI] ( https://docs.microsoft.com/cli/azure/install-azure-cli ) .
You can’t perform that action at this time.
0 commit comments