mongocli atlas networking peering create azure
On this page
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoCLI.
Create a connection with Azure.
Syntax
mongocli atlas networking peering create azure [options]
Options
Name | Type | Required | Description |
---|---|---|---|
--atlasCidrBlock | string | false | CIDR block that Atlas uses for your clusters. |
--directoryId | string | true | Unique identifier for an Azure AD directory. |
-h, --help | false | help for azure | |
-o, --output | string | false | Output format.
Valid values: json|json-path|go-template|go-template-file |
--projectId | string | false | Project ID to use. Overrides configuration file or environment variable settings. |
--region | string | true | Atlas region where the container resides. |
--resourceGroup | string | true | Name of your Azure resource group. |
--subscriptionId | string | true | Unique identifier of the Azure subscription in which the VNet resides. |
--vnet | string | true | Name of your Azure VNet. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Profile to use from your configuration file. |