We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4ff0b0 + 4ee4911 commit c9a1f63Copy full SHA for c9a1f63
pages/user guides/integrating_with_azure_migrate.md
@@ -66,13 +66,13 @@ Run `./azure_migrate.rb -p` and you should see a list of all the Projects in the
66
In summary the 4 variables to set are:
67
68
```
69
-export AZ_MIGRATE_SUBSCRIPTION= <SUBSCRIPTION_ID>
+export AZ_MIGRATE_SUBSCRIPTION=<SUBSCRIPTION_ID>
70
71
-export AZ_MIGRATE_RG= <RESOURCE_GROUP>
+export AZ_MIGRATE_RG=<RESOURCE_GROUP>
72
73
export AZURE_TOKEN=$(az account get-access-token --query accessToken --output tsv)
74
75
-export AZ_MIGRATE_PROJECT= <ASSESSMENT_PROJECT_MACHINE_NAME>
+export AZ_MIGRATE_PROJECT=<ASSESSMENT_PROJECT_MACHINE_NAME>
76
77
78
### Execute
0 commit comments