File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
src/azure-cli/azure/cli/command_modules/network Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 62396239 --resource-type vpnConnection --storage-account MyStorageAccount \\
62406240 --storage-path https://{storageAccountName}.blob.core.windows.net/{containerName}
62416241"""
6242-
6243- helps ['network virtual-appliance create' ] = """
6244- type: command
6245- short-summary: Create a Network Virtual Appliance (NVA) in a Virtual Network.
6246- long-summary: >
6247- Supports providing either a Virtual Hub or an interface configuration file for VNet deployment.
6248- parameters:
6249- - name: --interface-config
6250- short-summary: Path to a JSON file specifying NIC configurations for the NVA.
6251- examples:
6252- - name: Create an NVA in a VNet with two NICs using an interface configuration file.
6253- text: |
6254- az network virtual-appliance create -n MyNva -g MyRG --vendor barracudasdwanrelease \\
6255- --scale-unit 2 --version latest --asn 10000 \\
6256- --interface-config @nva-interface-config-example.json
6257- """
You can’t perform that action at this time.
0 commit comments