Skip to content

Commit c9a1f63

Browse files
authored
Merge pull request #284 from tidalmigrations/pr/update-azure-migrate
Removed whitespaces
2 parents a4ff0b0 + 4ee4911 commit c9a1f63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/user guides/integrating_with_azure_migrate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ Run `./azure_migrate.rb -p` and you should see a list of all the Projects in the
6666
In summary the 4 variables to set are:
6767

6868
```
69-
export AZ_MIGRATE_SUBSCRIPTION= <SUBSCRIPTION_ID>
69+
export AZ_MIGRATE_SUBSCRIPTION=<SUBSCRIPTION_ID>
7070
71-
export AZ_MIGRATE_RG= <RESOURCE_GROUP>
71+
export AZ_MIGRATE_RG=<RESOURCE_GROUP>
7272
7373
export AZURE_TOKEN=$(az account get-access-token --query accessToken --output tsv)
7474
75-
export AZ_MIGRATE_PROJECT= <ASSESSMENT_PROJECT_MACHINE_NAME>
75+
export AZ_MIGRATE_PROJECT=<ASSESSMENT_PROJECT_MACHINE_NAME>
7676
```
7777

7878
### Execute

0 commit comments

Comments
 (0)