Skip to content

Commit 5a9bdbc

Browse files
author
naman-msft
committed
updated doc
1 parent e76d5df commit 5a9bdbc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scenarios/azure-docs/articles/virtual-network/create-virtual-machine-accelerated-networking.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ New-AzBastion @bastionParams -AsJob
126126

127127
### [CLI](#tab/cli)
128128

129+
First, configure your Azure CLI settings to allow preview extensions:
130+
131+
```bash
132+
az config set extension.dynamic_install_allow_preview=true
133+
```
134+
129135
1. Use [az group create](/cli/azure/group#az-group-create) to create a resource group that contains the resources. Be sure to select a supported Windows or Linux region as listed in [Windows and Linux Accelerated Networking](https://azure.microsoft.com/updates/accelerated-networking-in-expanded-preview).
130136

131137
```bash

0 commit comments

Comments
 (0)