# Use ADLS with AEL

You need to delete, add, and modify specific properties in Amabari to use ADLS wih AEL.

1. Log in to Ambari.
2. Delete the following properties from Ambari:

   | Property                                  | Value                                                                          |
   | ----------------------------------------- | ------------------------------------------------------------------------------ |
   | `fs.azure.account.auth.type`              | `Custom`                                                                       |
   | `fs.azure.account.oauth.provider.type`    | `com.microsoft.azure.storage.oauth2.CredentialServiceBasedAccessTokenProvider` |
   | `fs.azure.delegation.token.provider.type` | `com.microsoft.azure.storage.oauth2.DelegationTokenManager`                    |
3. Add the following properties for accessing the storage account.

   | Property                                                             | Value         |
   | -------------------------------------------------------------------- | ------------- |
   | `fs.azure.account.auth.type.amitsecureadlsgen2.dfs.core.windows.net` | `SharedKey`   |
   | `fs.azure.account.key.amitsecureadlsgen2.dfs.core.windows.net`       | `<SharedKey>` |
4. Update the `fs.azure.enable.delegation.token` property to `false`.

You can now use ADLS with AEL for your instance of HDI.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/install/9.3-install/pentaho-configuration/tasks-to-be-performed-by-an-it-administrator/set-up-the-adaptive-execution-layer-ael/vendor-supplied-clients/microsoft-azure-hdinsight-ael-setup-vendor-supplied-clients/use-adls-with-ael-ael-setup-hdi-specific-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
