Category "azure"

Not able to transform and load from ADLS(csv) to Dedicated SQL Pool by using Azure Synapse's Dataflow

I am trying to transform data from ADLS by using Azure Synapse's Dataflow and store it in a table in Dedicated SQL Pool. I created a Dataset 'UserSinkDataset' p

Azure app service plan obtain actual ACU usage

I have an EP1 app service plan that is hosting a function app. The plan has 210ACU per month. How do I find out how many of those I'm using? (What happens if I

Create client credentials flow with custom policies from Azure

I would like to know how I could create a client credentials flow with custom policies. any example??? thanks

How to fetch files from Windows Shared Network Drive and upload to Azure Data Lake Storage location using Python?

I have requirement where I need to fetch files (having .xml as extension) from Windows Shared network drive location and upload them to ADLS (Azure Data Lake St

Download all the files from Azure blob storage , zip it and upload the zip file in JAVA

I want to download all the files from Azure blob storage, create a zip file out of these files and upload the zip file back to the blob storage. As the file siz

Blob version information in blob trigger

I currently work on a blobtrigger that gets triggered everytime a blob has been created, a new version of a blob has been uploaded (so a blob has changed) or an

Azure Purview & Self-hosted integration runtime - Java not found error

I am following the guide here to register and scan a Hive Metastore from Azure Purview. However I get the following error when I run the scan: Error: (3913) Ja

Health Check on Web App Service vs Availability on Application Insights

In Azure Health Check option on App Services How is it different from Availability on Application Insights? Data generated is different? Which should be used i

How to represent C2D message in IoT Plug & Play DTDL definition

I'd like to know how to represent C2D message and External message on IoT Edge module by IoT Plug & Play DTDL definition. I thought that a Command with a va

Spring Boot Azure Storage Client yields java.lang.NoSuchFieldError: NOOP_CONFIGURER

I'm trying to create a Spring Boot Application that is able to reach out to Azure Storage. Here are some of the Dependencies I've attempted to declare in build.

Thumbnail creation using azure function nodejs

I am trying to use azure function to create thumbnail(png) from .mp4 file uploaded to azure storage location. Azure function is automatically triggered when a n

Setting up Laravel Octane using RoadRunner on a Production Server

I've installed the Laravel Octane RoadRunner Application Server. It works flawlessly on my local Linux server, and I can access the application via 127.0.0.1:80

Using ES Module packages in Azure Typescript Function

I am unable to use the package p-map in my Azure Function. I get the following error: Worker failed to load function: 'serverless' with function id: '<id>

Azure App Configuration Store - Setting label on keyvalues using Bicep

I'm trying to add values to an Azure App Configuration Store using Bicep. I have an issue where I add a label to a keyValue. This is my module: @description('Co

Azure Notification Hub - Registered IOS devices overwriting each other

Got a strange issue with our notification hub on Azure. I'm using Service Bus Explorer to view what devices are registered. I can only seem to get a max of 2 IO

Upload .zip file to Nexus using azure build

Someone please advise me how to convert the built .jar file to .zip file then push it to nexus repo. for building the .jar file i am using azure build pipeline

Azure Message Routing: JSON message in wrong format

I'm working with a raspberry pi zero and Python to send and recieve sensor data with Azure IoT. I've already created an endpoint and message routing to the stor

Upload .zip file to Nexus using azure build

Someone please advise me how to convert the built .jar file to .zip file then push it to nexus repo. for building the .jar file i am using azure build pipeline

Azure Data Factory - Parameter interpolation

I'm trying to add a pipeline parameter into the body of a post request to an Azure Function app in Azure Data Factory. It appears that the string isn't getting

Transfer a modified sharepoint Excel file to another folder

Is there a way that whenever I modify an Excel file in sharepoint in the "INPUT" folder the file is then copied to the "OUTPUT" folder erasing the previous one?