My app is in Java8 and I want to use Azure Blob storage and App service and their SDKs. By when I will get the Java 8 support SDKs?
My app is in Java8 and I want to use Azure Blob storage and App service and their SDKs. By when I will get the Java 8 support SDKs?
Copy blob to another storage account
Hello! I'm trying to copy blob from one Azure Storage account to another within Azure Logic App. The blob is large (VHD OS image) so it is not possible to do the copy using the Copy Blob (V2) action. So I'm trying to do that with REST API: { …
Getting exception Method 'AsPages' in type 'Azure.Data.AppConfiguration.AsyncConditionalPageable' from assembly 'Azure.Data.AppConfiguration,' does not have an implemetation
I am implementing blob trigger azure function in dot net 8. I have added azure app config and key vault configuration. On local, function runs successfully. But when I deploy it, I am getting below error: 2025-01-16T16:51:07.643 [Information] Starting…
Dataverse to Azure Blob Storage
Hello, I am currently using Microsoft Dynamics 365, and all my documents are stored in Dataverse. I would like to migrate all existing documents to Azure Blob Storage (or Azure File Storage, based on recommendations) and continue using this solution for…
Azure Blob Storage Events Region
I am trying to use Azure Blob Storage Events to create an EventStream within Fabric. However, I receive an error message saying "Azure blob storage events source is not support in this region." I can't seem to find a list anywhere that…
Blob Storage Bandwidth
I am a Tier 2 ISP with 2 public IP prefixes, and both are experiencing bandwidth issues to Azure. My upstreams see no issue, but Microsoft I cannot get ahold of. I tried reaching out to ioc@microsoft.com, on X, and by ticket. How can I troubleshoot this…
Configuring DNS with Azure VPN Client and Private DNS Resolver to Resolve Private Endpoint DNS
Hi, I am attempting to configure a VPN client to resolve Azure DNS queries automatically. The infrastructure is illustrated in the attached diagram. My goal is to run the following command on my laptop: nslookup stvpn20250120.blob.core.windows.net and…
Backup Azure BlobStorage
Dear good I need to configure a daily backup policy to a Blob Storage in Azure. Version: BlockBlobStorage. After creating the backup Vault, I try to add the blobstorage that I need to backup but it does not allow me. Could you please tell me step by step…
Container Level SAS Key or Service principal is not working when we connect Azure data Lake storage blob container with POWER BI Service
Hi All, we have a strange thing, our requirement is connect storage account to Power BI using container level SAS Key, it is working fine when we connect Power BI desktop to blob storage and publish the report. Problem- when Same SAS Key we are using…
I want to retrive my Azure id ..I am not able to submit request under azure portal. I called Microsoft support number they are asking for access ID, I dont have it. I have subscription ID with me. Either I have to retrieve my username or deactive it.
I want to retrive my Azure id ..I am not able to submit support request under azure portal. I called Microsoft support number they are asking for access ID, I dont have it. I have subscription ID with me. Either I have to retrieve my username somehow…
I am integrating the dataflow activity which removes duplicates from the csv file to the existing pipeline i have. I need a help to configure the parameters.
I created a dataflow activity which removes duplicates from the source files( csv formatted files). So now i integrated this dataflow activity to existing pipeline i have. but i am not able to parametrize the source files. It would be helpful if i get…
PowerApp Connection to Blob Storage Region
I'm creating a dataflow from PowerApps to my storage account. My PowerApps environment is based in Asia but my storage account is in UK South. Would this be why I am getting the error message below?
Azure Storage Account error: Status=403 Code="AuthorizationFailure" in self-hosted github runner
I am using Azure Blob to store my terraform state file. Restricted network access is enabled on the Storage account with a specified list of allowed ip addresses. I deploy my azure resources via github action using a self-hosted agent. i have a script…
My Azure Data factory copy activities are failing that grab the data from REST api and Azure storage from US WEST region, linked service connection failing. how to resolve this issue?
I am using ADF to get REST API data and move it to azure sql db and also moving data from blob storage to sql db. in both the cases pipeline status is Queue/ in Progress. linked service is failed to connect and timeout issue. please let me know how long…
On Portal: The "Events" section of every Storage Account returns an error
Hello, When I open up the "Events" section of each of our Azure Storage Accounts, I get an error: 'onInitialize' must return a Promise that covers the full initialization of the Blade, including data-loading. The Storage Accounts are all in…
Changing ADF Trigger changes Advanced Filters in Container Blob EventGrid
Hi, I am using SFTP in a Storage Container set up with an EventGrid that triggers an ADF pipeline when a new file is uploaded to the container. My event grid subscription is set to the filters values you can see in the first attached image. With the…
Issues with Streaming File Response from Azure App Service
Hi, We are facing issues with streaming file response from Azure App Service. We are reading the blob and returning a file stream response from an API hosted on Azure App Service. We noticed that when the code is deployed to App Service, it does not…
Endpoint does not support BlobStorageEvents or SoftDelete
I am facing the below error: ADLS Gen2 operation failed for: Operation returned an invalid status code 'Conflict'. Account: 'lvavblobprod'. ErrorCode: 'EndpointUnsupportedAccountFeatures'. Message: 'This endpoint does not support BlobStorageEvents or…
Azure Front Door Instance DNS State "CNAME/alias record is not currently detected"
I've been following this MS tutorial to connect my Front Door instance to a custom domain. My endgoal is to connect my Azure Front Door instance to my static website and give the static website the custom domain. I've completed the steps up to…
how to effectively Unzip the files in Blob Container and use it Dataflow directly?
The Problem Statement: I have session logs in session.zip which are stored in a Azure Blob Storage. These logs are structured and in are in JSON format. These logs contains some critical information that needs to be filtered before we ingest it to…