Skip to content

Commit aef461b

Browse files
committed
Adjusted indentation of codeblocks so numbers would render correctly
1 parent c85e488 commit aef461b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/nat-gateway.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,19 +159,19 @@ Windows enables OutboundNAT by default. You can now manually disable OutboundNAT
159159
az extension update --name aks-preview
160160
```
161161
162-
1. Register the feature flag.
162+
2. Register the feature flag.
163163
164164
```azurecli
165165
az feature register --namespace Microsoft.ContainerService --name DisableWindowsOutboundNATPreview
166166
```
167167
168-
1. Check the registration status.
168+
3. Check the registration status.
169169
170170
```azurecli
171171
az feature list -o table --query "[?contains(name, 'Microsoft.ContainerService/DisableWindowsOutboundNATPreview')].{Name:name,State:properties.state}"
172172
```
173173
174-
1. Refresh the registration of the `Microsoft.ContainerService` resource provider.
174+
4. Refresh the registration of the `Microsoft.ContainerService` resource provider.
175175
176176
```azurecli
177177
az provider register --namespace Microsoft.ContainerService

0 commit comments

Comments
 (0)