azure files
9 TopicsEnable ADDS authetication fails
I am trying to execute the Enable ADDS authentication using Azhybridfiles module. when I try to execute the command Join-AzStorageAccount ` -ResourceGroupName $ResourceGroupName ` -StorageAccountName $StorageAccountName ` -SamAccountName $SamAccountName ` -DomainAccountType $DomainAccountType ` -OrganizationalUnitDistinguishedName $OuDistinguishedName it keeps on progressing with below warning but the progress stuck without completing or any error message.96Views0likes1CommentAzure Storage Container - Soft Delete Monitoring
Hi All, Can someone let me know if there is a way to export all the soft deleted items in my container on a daily basis into a csv or any file format I could connect PBI with? I want to monitor all Active and Soft Deleted items on a Power Bi report I have created and at this moment I can't seem to find a way to get a list of all the items that have been deleted.. Thanks484Views0likes1CommentCan an azure blob with malware infect other blobs in the storage account?
Hi, I need to know whether it can be infected to other blobs or files if I accidently uploaded a malware into azure storage account or all the blobs are isolated from each other. If it can be infected, does it infect the blob/files only within the container or to the entire storage account?1.7KViews0likes4CommentsSecure transfer for NFS file shares
Our development team uses Azure file shares for it's AKS container mounted storage but have been juggling between using SMB and NFS protocols. While SMB provides the "Secure transfer" feature in Azure, we'd prefer not to use it as it would then make any mounted files case-insensitive when accessing from the web. Are there any plans to add the "Secure transfer" option for NFS file shares? The only documentation I could find on this is from https://docs.microsoft.com/en-us/azure/storage/files/storage-files-networking-overview#secure-transfer and https://docs.microsoft.com/en-us/azure/storage/files/storage-troubleshooting-files-nfs#cause-2-secure-transfer-required-is-enabled where it says it's not available "yet" so I'm wondering if this is something that will be coming in the future. Thanks!3.6KViews1like2CommentsAzure File Sync dispalying thumbnails issue
Does anyone know if 1) there is a workaround to displaying thumbnails of image files that are tiered? 2) If this is on the Azure File Sync roadmap? It's such a big problem for us especially for the marketing and design teams who work with a large number of image files, as they can only see the thumbnail if the file is cached on the on-premise azure file sync server. Also I remember a while back i could add feature suggestions for Azure File Sync which can be voted on by other users. But i cannot find the Microsoft site for love nore money. Many thanks3.2KViews0likes2CommentsAzure file-sync with cloud tiering hot and cold change
Greetings, we want to activate an Azure file sharing with cloud tiering for our lokal store and cloud store. But the "problem" is that we want our lokal store as the hot store and the cloud only as the cold store. You can say the cloud store only have to work as a proxy to our lokal fileserver via Internet. Is this possible? thanx an regards, Bratacc862Views0likes0CommentsUse Dynamic Access Control (DAC) for Azure Files
I wanted to ask whether it would be possible to use the (Windoeser server) Dynamic Access Control technology for an Azure Files? In many companies these days, project groups are constantly being reshuffled and the file permissions should still be automatically and dynamically regulated, e.g. with the help of DAC, without the administrators having to manually update the AD groups again and again.1.3KViews0likes1CommentHow to Get ADLS Gen1 Instance Size Using any Script
Hi Team, I want to fetch ADLS Gen1 Instance size using any API or script, Can you please suggest if any meta data resides about Instance size. I know How to get folders size and add sum gives ADLS Instance size currently this what I am doing but calculating each folder is taking around 10 hrs because my ADLS instance size bit bigger and too many nested folders. Is there anyway we can calculate ADLS Gen1 size with calculating subfolders and all ? I mean is there any meta data available ? I am using below Powershell script but it is not optimal. $rootdir = '/' $adlsactname = "**********" Get-AzDataLakeStoreChildItemSummary -Account $adlsactname -Path $rootdir -Concurrency 128 Azure portal providing ADLS Instance size on daily basis so we can get this info export using any metadata or script or API ? Thanks, Brahma1.5KViews0likes1Comment