Connect-AksEdgeArc
Connects the AKS Edge Essentials cluster running on this machine to Azure Arc for Kubernetes.
Syntax
Connect-AksEdgeArc [-JsonConfigFilePath <String>] [-JsonConfigString <String>] [<CommonParameters>]
Description
Connects the AKS Edge Essentials cluster running to Azure Arc for Kubernetes. Running this command requires an up-to-date version of the Az.ConnectedKubernetes and Az.Accounts modules and an up-to-date helm version in the binary path.
Examples
Example 1
Connect-AksEdgeArc -JsonConfigFilePath ./aksedge-config.json
Example 2
Connect-AksEdgeArc -JsonConfigString ($jsonObj | ConvertTo-Json -Depth 4)
Parameters
-JsonConfigFilePath
Input parameters based on a JSON file.
Type: String
Parameter Sets: fromJsonConfigFile
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-JsonConfigString
Input parameters based on a JSON string.
Type: String
Parameter Sets: fromJsonConfigString
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Common parameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.