az arc-multicloud
Note
This reference is part of the multicloud-connector extension for the Azure CLI (version 2.61.0 or higher). The extension will automatically install the first time you run an az arc-multicloud command. Learn more about extensions.
Commands for arc-multicloud.
For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest.
Commands
Name | Description | Type | Status |
---|---|---|---|
az arc-multicloud generate-aws-template |
Retrieve AWS Cloud Formation template. |
Extension | GA |
az arc-multicloud public-cloud-connector |
Commands for multicloudConnector. |
Extension | GA |
az arc-multicloud public-cloud-connector create |
Create a PublicCloudConnector. |
Extension | GA |
az arc-multicloud public-cloud-connector delete |
Delete a PublicCloudConnector. |
Extension | GA |
az arc-multicloud public-cloud-connector list |
List PublicCloudConnector resources within the current subscription, and limit to the specified resource group if one is provided. |
Extension | GA |
az arc-multicloud public-cloud-connector show |
Get a PublicCloudConnector. |
Extension | GA |
az arc-multicloud public-cloud-connector test-permission |
A long-running resource action. |
Extension | GA |
az arc-multicloud public-cloud-connector update |
Update a PublicCloudConnector. |
Extension | GA |
az arc-multicloud public-cloud-connector wait |
Place the CLI in a waiting state until a condition is met. |
Extension | GA |
az arc-multicloud solution-configuration |
Commands for solution-configuration. |
Extension | GA |
az arc-multicloud solution-configuration create |
Create a SolutionConfiguration. |
Extension | GA |
az arc-multicloud solution-configuration delete |
Delete a SolutionConfiguration. |
Extension | GA |
az arc-multicloud solution-configuration list |
List SolutionConfiguration resources by parent public cloud connector. |
Extension | GA |
az arc-multicloud solution-configuration show |
Get a SolutionConfiguration. |
Extension | GA |
az arc-multicloud solution-configuration sync-now |
Trigger immediate sync with source cloud. |
Extension | GA |
az arc-multicloud solution-configuration update |
Update a SolutionConfiguration. |
Extension | GA |
az arc-multicloud solution-type |
Commands for solution-type. |
Extension | GA |
az arc-multicloud solution-type list |
List SolutionTypeResource within the current subscription, and limit to the specified resource group if one is provided. |
Extension | GA |
az arc-multicloud solution-type show |
Get a SolutionTypeResource. |
Extension | GA |
az arc-multicloud generate-aws-template
Retrieve AWS Cloud Formation template.
az arc-multicloud generate-aws-template --connector-id
[--no-wait]
[--output-directory]
Examples
GenerateAwsTemplate_Post
az arc-multicloud generate-aws-template --connector-id /subscriptions/{}/resourceGroups/{}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{} --output-directory example_folder/templates
Required Parameters
The fully qualified Azure Resource manager identifier of the public cloud connector.
Optional Parameters
Do not wait for the long-running operation to finish.
Directory where the output AWS template JSON file will be written. Defaults to './AzureArcMulticloudFolder/'.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI