Skip to content

Commit 2a37e11

Browse files
committed
A slight fix
1 parent 770ead5 commit 2a37e11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/blobs/data-lake-storage-migrate-on-premises-HDFS-cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ This command generates a list of copied files with their permissions.
231231
232232
### Generate a list of identities and map them to Azure Active Directory (ADD) identities
233233

234-
First, download the `copy-acls.py` script. See the [Download helper scripts and set up your edge node to run them](#download-helper-scripts) section of this article.
234+
1. Download the `copy-acls.py` script. See the [Download helper scripts and set up your edge node to run them](#download-helper-scripts) section of this article.
235235

236-
1. Run this command to generate a list of unique identities.
236+
2. Run this command to generate a list of unique identities.
237237

238238
```bash
239239

@@ -242,9 +242,9 @@ First, download the `copy-acls.py` script. See the [Download helper scripts and
242242

243243
This script generates a file named `id_map.json` that contains the identities that you need to map to ADD-based identities.
244244

245-
2. Open the `id_map.json` file in a text editor.
245+
3. Open the `id_map.json` file in a text editor.
246246

247-
3. For each JSON object that appears in the file, update the `target` attribute of either an AAD User Principal Name (UPN) or ObjectId (OID), with the appropriate mapped identity. After you're done, save the file. You'll need this file in the next step.
247+
4. For each JSON object that appears in the file, update the `target` attribute of either an AAD User Principal Name (UPN) or ObjectId (OID), with the appropriate mapped identity. After you're done, save the file. You'll need this file in the next step.
248248

249249
### Apply permissions to copied files and apply identity mappings
250250

0 commit comments

Comments
 (0)