The Data Lake builder is used to create Azure Data Lake instances.
Microsoft.DataLakeStore/accounts
)Keyword | Purpose |
---|---|
name | Sets the name of the Cognitive Services instance. |
sku | Sets the SKU of the instance. Defaults to Consumption. |
enable_encryption | Turns on data lake encryption. |
open Farmer
open Farmer.Builders
let myLake = dataLake {
name "myDataLake"
sku DataLake.Commitment_100TB
enable_encryption
}