azure-files-samples icon indicating copy to clipboard operation
azure-files-samples copied to clipboard

This repository contains supporting code (PowerShell modules/scripts, ARM templates, etc.) for deploying, configuring, and using Azure Files.

Results 91 azure-files-samples issues
Sort by recently updated
recently updated
newest added

Hi, I have error while running script CopyToPSPath.ps1: + $psdFile = Import-PowerShellDataFile -Path .\AzFilesHybrid.psd1 + ~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Import-PowerShellDataFile:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Could you please...

Xstore and XRP code are already supporting AES256 for user account in AD.

The function `AzFilesHybrid.Join-AzStorageAccount` doesn't seem to be applying the specified `$EncryptionType` as parameter. The expectation is that the same value is applied `New-ADComputer` as the parameter `KerberosEncryptionType` at this point:...

Error importing the module AzFilesHybrid. Import failed with the following error: Orchestrator.Shared.AsyncModuleImport.ModuleImportException: An error occurred during module validation. When importing the module to an internal PowerShell session, it was not...

I am getting the following when running Join-AzStorageAccountForAuth (latest version) (I have replaced some of the resource names) ``` VERBOSE: New-ADAccountForStorageAccount: Creating a AD account under OU=AZ,DC=domain,DC=local in domain:domain.local to...

I'm testing `sudo mount --verbose -t cifs //logvolume.file.core.windows.net/aksshare /mnt/aksshare -o vers=3.0,credentials=/etc/smbcredentials/logvolume.cred,dir_mode=0777,file_mode=0777,serverino` which fails with ``` me.cred,dir_mode=0777,file_mode=0777,serverino mount.cifs kernel mount options: ip=20.150.95.8,unc=\\logvolume.file.core.windows.net\aksshare,vers=3.0,dir_mode=0777,file_mode=0777,serverino,user=logvolume,pass=******** mount error(115): Operation now in progress Refer to the...

Joining Active Directory with Azure Storage Account Premium (Files) results in this error Get-AzStorageAccountADObject : AD object is of unsupported object class organizationalUnit computer. At C:\Logs\AzFilesHybrid.psm1:3758 char:33 This works with...

A 0.2.4.0 release of the AzFilesHybrid module was published already in September last year, so why did this new release (which clearly contains code changes and new functionality) not get...

I've added credential support to the "Update-AzStorageAccountADObjectPassword" function to allow automation of AD object password updates using Azure runbooks.