Azure-Samples / azure-files-samples

This repository contains supporting code (PowerShell modules/scripts, ARM templates, etc.) for deploying, configuring, and using Azure Files.
https://docs.microsoft.com/azure/storage/files/storage-files-introduction
MIT License
233 stars 195 forks source link

AzFilesHybrid 0.2.2 - AES256 support for Kerberos - Storage account name needs max 15 chars #52

Open dgiesselbach opened 4 years ago

dgiesselbach commented 4 years ago

I wanted to configure AzFiles with on-premises Active Directory Domain Services authentication with the latest AzFilesHybrid module 0.2.2 and got the error that our storage account name is more than 15 chars. If've tried the paramater -ADObjectNameOverride but it didn't work.

error message: image

Is there any chance that we could use our storage accounts with more than 15 chars and using AES256 or do we need to redesign the storage account names?

WLines84 commented 3 years ago

Hello, any update on this issue? Or alternatives to change the encryption to AES256?

dgiesselbach commented 3 years ago

We changed our StorageAccountName concept. It is still limited to 15 chars with AES256 :(