Test-AksEdgeNetworkParameters

Validates AksEdge network parameters, useful as a pre-deployment step. This command is useful as a pre-deployment check before scaling your cluster across multiple machines.

Syntax

fromJsonConfigFile (Default)

Test-AksEdgeNetworkParameters [-JsonConfigFilePath <String>] [<CommonParameters>]

fromJsonConfigString

Test-AksEdgeNetworkParameters [-JsonConfigString <String>] [<CommonParameters>]

Description

Validates AksEdge network parameters, useful as a pre-deployment step. For a documentation of the parameters, see the New-AksEdgeDeployment commandlet.

Examples

Test-AksEdgeNetworkParameters -JsonConfigFilePath ./aksedge-config.json

Parameters

-JsonConfigString

Input parameters based on a JSON string.

Type: String
Parameter Sets: fromJsonConfigString
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-JsonConfigFilePath

Input parameters based on a JSON file.

Type: String
Parameter Sets: fromJsonConfigFile
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Next steps

AksEdge PowerShell Reference