How to real-time stream diagnostic log files stored in azure blob storage
I tried reading azure diagnostic logs stored on storage accounts via Grafana Loki and Promtail, and it works with old logs that are already archived. As soon as I try to instantaneously scrape diagnostic logs that are being written, I get only a couple…
is azure blob storage stores structured data as well?
as per microsoft azure blob storage stores unstructured data like images,videos,documents etc . but i am able to store excel ,csv {which are structured } .. could you some one please explain in layman terms ..
Read AppServiceConsoleLogs and push to Blob Storage container/table
Hello Team, we have a webapp python Django based. We are generating custom logs for user actions using code below. Settings.py: LOGGING = { "version": 1, "disable_existing_loggers": False, "formatters": { …
How to set access permissions for azure blob path
https://learn.microsoft.com/zh-tw/azure/role-based-access-control/conditions-prerequisites Hello, How to set access permissions for azure blob path. Thanks.
Azure managed instance backup encrypted database
How to backup Azure managed instance database that is TDE encryption enabled
Error connecting Logic App to Azure Blob Storage.
No matter what I do, I can’t get this workflow to run. I’ve checked connections, permissions, paths—everything seems correct. I have a container with many PDFs, and I need each one to be added and organized into a list. For each, a URL should be…
storage account migration
what are all the technical restriction to migrate the storage account soft delete for containers Time-based retention policy in 'container' level.
What is the best approach to utilize storage accounts outside of Azure?
I want to understand the best approach to consume storage accounts outside of Azure on a web application. Anonymous access and SAS are both discouraged, then what should be used?
Azure: Uploading Large Data (Over 50GB) to a Storage Account Container
Hello, Thank you for providing such a great service. While using Azure at my company, I encountered a question I’d like to ask. I’m trying to upload training image data over 50GB from my laptop (local) to a container in a storage account, but it seems…
How do I set custom domain to storage account with HTTPS without using Azure CDN.
The document said that if I'd like to set a custom domain to the storage account with HTTPS, I'm required to use Azure CDN, but Azure Student doesn't support Azure CDN, so is there any method to use HTTPS without Azure CDN?
Accessing blob storage using storage Explorer over a PE (SFTP Enabled )
Hi, I have a storage account (Blob) I'm able to access the storage account using azure storage explorer but I'm unable to delete files or create folders. error { "error": { "code": "AuthorizationFailure",…
Event Subscription Storage Blob create/delete not triggered via azure cli, azcopy or python SDK
I've set up a Service Bus queue and an Event Subscription to monitor a directory in my Blob storage, to log the event in the service bus queue, whenever a blob is created, or deleted. This system works as intended when I manually upload files using the…
How to fix UserErrorPermissionDeniedOnCloudIR
Hi, I'm trying to copy files from my sharepoint online document library into azure blob storage, but I am getting this error: ErrorCode=UserErrorPermissionDeniedOnCloudIR,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Access…
Problem deleting AI search resource
Deleting an AI search resource "gptkb-xp2warnlhe5i6", return the following error: gptkb-xp2warnlhe5i6: Unable to delete Search Service: 'gptkb-xp2warnlhe5i6'. LockedSPLResourceFound: Unable to verify management locks on Resource…
How is heirarchical namespace different from heirarchical listing?
I read the documentation for heirarchical namespace and what I understood is that it is a storage level concept and applies to how Azure stores data in the storage account, and listing is just the way in which we represent this in code when fetching…
We have a storage account which has a container that sends files to our vendor. Issue we are facing with duplicate files being sent with the original files. How Do I check the root cause of this issue, also, trying to see where I can find the logs.
We have a storage account which has a container that sends files to our vendor. Issue we are facing with duplicate files being sent with the original files. How Do I check the root cause of this issue, also, trying to see where I can find the logs. your…
How can we avoid non-deterministic errors when changing the task sequence in an orchestrator?
I am encountering a non-deterministic workflow error in my Azure Durable Function orchestration. The error occurs when an orchestration replay schedules a different activity task than expected, causing a mismatch in sequence numbers. My orchestration…
When will the Azure Storage FUSE driver (Blobfuse2) support MS Entra Workload Id for mounting to AKS?
This GitHub issue details the issue many customers are experiencing attempting to mount Azure Blob Storage to AKS Pods, using Managed Identity (MS Entra Workload Id) and the Azure Storage FUSE driver (Blobfuse2):…
Error: Unable to create the type with the name 'AzureStorage'- visual studio 2022
We are looking at upgrading from Visual Studio 2019 to Visual Studio 2022. We have a few packages that are using Azure Blob Destination and Azure Blob Source tasks to upload/download data from SSIS to Azure Blob. In Visual Studio 2019, we have an Azure…
How to isolate SFTP home directories with Azure Blob Storage
I'd like to SFTP users for uploading content at scale and in a way that each user is constrained to their home directory. Is that even possible in a shared container and if so, how? In my limited understanding I thought the approach might be: Create a…