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
- content: "In which of the following situations would a validation test happen automatically?"
18
-
choices:
19
-
- content: "When you use the Azure portal to move resources to a new resource group."
20
-
isCorrect: true
21
-
explanation: "The Azure portal always does a move validation test before it attempts the move operation itself."
22
-
- content: "When you use the PowerShell to move resources to a new resource group."
23
-
isCorrect: false
24
-
explanation: "The PowerShell `Move-AzResource` cmdlet doesn't automatically perform a move validation test."
25
-
- content: "When you use a mobile app to call the `moveResources` REST API method."
26
-
isCorrect: false
27
-
explanation: "The `moveResources` method doesn't automatically perform a move validation test. Call the `validateMoveResources` method to perform the test."
28
-
- content: "In which of the following situations do you need to obtain an access token before you can validate a move?"
29
-
choices:
30
-
- content: "When you use the Azure portal to move the resources."
31
-
isCorrect: false
32
-
explanation: "The Azure portal automatically gets the access token for you, and adds it to the requests that validate and perform the move."
33
-
- content: "When you use the Azure CLI to validate a move."
34
-
isCorrect: false
35
-
explanation: "The Azure CLI automatically gets the access token, and adds it to the request when you call any Azure REST API operation."
36
-
- content: "When you use custom code to call the `validateMoveResources` REST API."
37
-
isCorrect: true
38
-
explanation: "To call any Azure REST API method from custom code, you must obtain and pass a valid access token."
- content: "In which of the following situations would a validation test happen automatically?"
18
+
choices:
19
+
- content: "When you use the Azure portal to move resources to a new resource group."
20
+
isCorrect: true
21
+
explanation: "The Azure portal always does a move validation test before it attempts the move operation itself."
22
+
- content: "When you use the PowerShell to move resources to a new resource group."
23
+
isCorrect: false
24
+
explanation: "The PowerShell `Move-AzResource` cmdlet doesn't automatically perform a move validation test."
25
+
- content: "When you use a mobile app to call the `moveResources` REST API method."
26
+
isCorrect: false
27
+
explanation: "The `moveResources` method doesn't automatically perform a move validation test. To perform the test, call the `validateMoveResources` method."
28
+
- content: "In which of the following situations do you need to obtain an access token before you can validate a move?"
29
+
choices:
30
+
- content: "When you use the Azure portal to move the resources."
31
+
isCorrect: false
32
+
explanation: "The Azure portal automatically gets the access token for you, and adds it to the requests that validate and perform the move."
33
+
- content: "When you use the Azure CLI to validate a move."
34
+
isCorrect: false
35
+
explanation: "The Azure CLI automatically gets the access token, and adds it to the request when you call any Azure REST API operation."
36
+
- content: "When you use custom code to call the `validateMoveResources` REST API."
37
+
isCorrect: true
38
+
explanation: "To call any Azure REST API method from custom code, you must obtain and pass a valid access token."
Copy file name to clipboardExpand all lines: learn-pr/azure/move-azure-resources-another-resource-group/includes/3-exercise-identify-incorrectly-assigned-resources.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Create a storage account resource for production.
46
46
47
47
1. Accept the remaining default values.
48
48
49
-
1. Select **Review**. After validation passes, select **Create**. Wait for deployment to complete.
49
+
1. Select **Review + create**. After validation passes, select **Create**. Wait for deployment to complete.
50
50
51
51
You now have a production resource group with a production storage account resource.
52
52
@@ -70,7 +70,7 @@ Now, create some more resources that you can eventually move to a development re
70
70
71
71
1. Accept the remaining default values.
72
72
73
-
1. Select **Review**. After validation passes, select **Create**. Wait for deployment to complete.
73
+
1. Select **Review + create**. After validation passes, select **Create**. Wait for deployment to complete.
74
74
75
75
1. Create another storage account with a unique name by repeating the storage account creation steps again. Wait for deployment to complete.
Copy file name to clipboardExpand all lines: learn-pr/azure/move-azure-resources-another-resource-group/includes/7-exercise-move-verify-resources.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ First you create the development resource group where you want to move your reso
16
16
|---|---|
17
17
|**Project details**|
18
18
| Subscription | From the dropdown list, select your account's subscription |
19
-
| Resource group | Enter *devgroup*|
19
+
| Resource group | Enter *development-learn-rg*|
20
20
|**Resource details**|
21
21
| Region | Accept the default value |
22
22
@@ -29,13 +29,13 @@ First you create the development resource group where you want to move your reso
29
29
| Name | environment |
30
30
| Value | development |
31
31
32
-
1. Select **Review + create**. After validation passes, select **Create**.
33
-
34
32

35
33
34
+
1. Select **Review + create**. After validation passes, select **Create**.
35
+
36
36
## Move development resources to the new group
37
37
38
-
Now that a *devgroup* resource group is created, you can move your development resources into it.
38
+
Now that a *development-learn-rg* resource group is created, you can move your development resources into it.
39
39
40
40
1. At the top of the Azure portal, search for and select **Tags**. The **Tags** pane appears.
41
41
@@ -49,25 +49,25 @@ Now that a *devgroup* resource group is created, you can move your development r
49
49
50
50
The **Move resources** pane appears.
51
51
52
-
1. On the **Source + target** tab, under **Target**, for the **Resource group**, from the dropdown list, select **devgroup**.
52
+
1. On the **Source + target** tab, under **Target**, for the **Resource group**, from the dropdown list, select **development-learn-rg**.
53
53
54
54
1. Select **Next**. On the **Resources to move** tab, the resources are validated as to whether they can be moved. The validation might take a few minutes.
55
55
56
56
1. After validation succeeds, select **Next**.
57
57
58
58
1. On the **Review** tab, check the disclaimer box, and then select **Move**.
59
59
60
-
The move might take a few minutes. Wait for the "Moving resources complete" notification that confirms your resource is scucessfuly moved. The notification appears in the top-right hand section of the portal.
60
+
The move might take a few minutes. Wait for the "Moving resources complete" notification that confirms your resource is successfully moved. The notification appears in the top-right hand section of the portal.
61
61
62
62
1. Repeat this process again to move the other storage account.
63
63
64
-
To confirm that your move operations are successful:
64
+
To confirm that your move operations were successful:
65
65
66
66
1. On the Azure portal home page, under **Azure services**, select **Resource groups**. The **Resource groups** pane appears.
67
67
68
-
1. Select **devgroup**. The *devgroup* Resource group pane appears.
68
+
1. Select **development-learn-rg**. The *development-learn-rg* Resource group pane appears.
69
69
70
-
Notice that the development resources are now moved to the *devgroup* resource group.
70
+
Notice that the development resources are now moved to the *development-learn-rg* resource group.
71
71
72
72

0 commit comments