You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* *Azure cluster*: You must select this option if you use Azure snapshots to copy your data.
62
-
* *Azure resource group*: This field is displayed if *Azure cluster* is selected. Specify the Azure resource group.
63
-
* *Require SSL verification*: Optional: Select this option to verify SSL connections to the cluster.
64
+
***Azure resource group*: This field is displayed if *Azure cluster* is selected. Specify the Azure resource group.
65
+
+
66
+
When an {OCP} cluster is created on Microsoft Azure, an Azure Resource Group is created to contain all resources associated with the cluster. In the Azure CLI, you can display all resource groups by issuing the following command:
67
+
+
68
+
[source,terminal]
69
+
----
70
+
$ az group list
71
+
----
72
+
+
73
+
`ResourceGroups` associated with {product-title} clusters are tagged, where `sample-rg-name` is the value you would extract and supply to the UI:
This information is also available from the link:https://portal.azure.com[Azure Portal] in the **Resource groups** blade.
93
+
* *Require SSL verification*: Optional: Select this option to verify the Secure Socket Layer (SSL) connection to the cluster.
64
94
* *CA bundle file*: This field is displayed if *Require SSL verification* is selected. If you created a custom CA certificate bundle file for self-signed certificates, click *Browse*, select the CA bundle file, and upload it.
0 commit comments