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
Copy file name to clipboardExpand all lines: modules/migration-configuring-azure.adoc
+54-16Lines changed: 54 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,44 @@
6
6
7
7
:_mod-docs-content-type: PROCEDURE
8
8
[id="migration-configuring-azure_{context}"]
9
-
= Configuring Microsoft Azure
9
+
= Configuring {azure-full}
10
10
11
11
ifdef::installing-3-4,installing-mtc[]
12
-
You configure a Microsoft Azure Blob storage container as a replication repository for the {mtc-full} ({mtc-short}).
12
+
You configure a {azure-full} Blob storage container as a replication repository for the {mtc-full} ({mtc-short}).
13
13
endif::[]
14
14
ifdef::installing-oadp-azure[]
15
-
You configure Microsoft Azure for the OpenShift API for Data Protection (OADP).
15
+
You configure {azure-full}for {oadp-first}.
16
16
endif::[]
17
17
18
18
.Prerequisites
19
19
20
-
* You must have the link:https://docs.microsoft.com/en-us/cli/azure/install-azure-cli[Azure CLI] installed.
20
+
* You must have the link:https://docs.microsoft.com/en-us/cli/azure/install-azure-cli[{azure-short} CLI] installed.
21
21
ifdef::installing-3-4,installing-mtc[]
22
22
* The Azure Blob storage container must be accessible to the source and target clusters.
23
23
* If you are using the snapshot copy method:
24
24
** The source and target clusters must be in the same region.
25
25
** The source and target clusters must have the same storage class.
26
26
** The storage class must be compatible with snapshots.
27
27
endif::[]
28
+
ifdef::installing-oadp-azure[]
29
+
30
+
Tools that use {azure-short} services should always have restricted permissions to make sure that {azure-short} resources are safe. Therefore, instead of having applications sign in as a fully privileged user, {azure-short} offers service principals. An {azure-short} service principal is a name that can be used with applications, hosted services, or automated tools.
31
+
32
+
This identity is used for access to resources.
28
33
34
+
* Create a service principal
35
+
* Sign in using a service principal and password
36
+
* Sign in using a service principal and certificate
37
+
* Manage service principal roles
38
+
* Create an {azure-short} resource using a service principal
39
+
* Reset service principal credentials
40
+
41
+
For more details, see link:https://learn.microsoft.com/en-us/cli/azure/azure-cli-sp-tutorial-1?tabs=bash[Create an {azure-short} service principal with Azure CLI].
42
+
endif::[]
43
+
ifndef::installing-oadp-azure[]
29
44
.Procedure
30
45
31
-
. Log in to Azure:
46
+
. Log in to {azure-short}:
32
47
+
33
48
[source,terminal]
34
49
----
@@ -42,7 +57,7 @@ $ az login
42
57
$ AZURE_RESOURCE_GROUP=Velero_Backups
43
58
----
44
59
45
-
. Create an Azure resource group:
60
+
. Create an {azure-short} resource group:
46
61
+
47
62
[source,terminal]
48
63
----
@@ -57,7 +72,7 @@ $ az group create -n $AZURE_RESOURCE_GROUP --location CentralUS <1>
0 commit comments