if (FALSE) {
# Create a storage client with default credentials
storage <- azr_storage_client(
storageaccount = "mystorageaccount",
filesystem = "mycontainer"
)
# Create a storage client with a specific tenant
storage <- azr_storage_client(
storageaccount = "mystorageaccount",
filesystem = "mycontainer",
tenant_id = "00000000-0000-0000-0000-000000000000"
)
}
Run the code above in your browser using DataLab