Category "azure"

Add comments to delta

If a pyspark dataframe is reading some data from a table and writing it to azure delta lake Can we add comments to this newly written file? For e.g Df = sql("se

Display data from SharePoint Online document library on Powerapp

I am looking for the best solution to get the documents from SharePoint online document library and display them on a website or power app. The website or app

Azure Synapse Serverless CETAS error "External table location is not valid"

I'm using Synapse Serverless Pool and get the following error trying to use CETAS Msg 15860, Level 16, State 5, Line 3 External table location path is not valid

Azure IoT Edge C++ module not sending device to cloud telemetry

I have written an IoT Edge C++ module that is sending the event output using the following function call: bool IoTEdgeClient::sendMessageAsync(std::string messa

Azure Function App throwing 403 Error when sending zip file

I am using postman to make call to my Azure Function App. I am making a call which sends over a zip file and get a 403 error but when I send a JSON file it gets

Azure Purview - How to extract schema output after the scan?

Is it possible to extract the schema after scanning an asset in Purview?

New Azure data disk does not appear when running lsblk from virtual machine's cli

I am attempting to create and attach a new data disk to an Azure linux VM per these instructions: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/

Azure AD LDAP auth for Guest accounts

It is possible to authenticate over LDAP(s) (Azure AD services) for guest accounts? For member accounts authentication working well.

Cosmos DB nested query inside another list

I need to query inside a cosmos db object where it has a list of object, that list will have another list inside. I am being able to use ARRAY_CONTAINS if there

Copy pipeline from one ML Studio to another subscription

I am very new to Azure ML Studio. We have ML studio with 1 pipeline and 7 components. The requirement is to restore the contents from one subscription to anothe

Azure pipeline condition to choose trough agent

I would like to insert a condition in my pipeline, specifically I would like the swich pipeline from the default agent to the custom one when I get an error, ho

Invalid Blob or Block content error, Node.js staging blocks

I have been banging my head against the wall on this one, it just doesn't make any sense for it not to work. So I am uploading a file to Azure Blobs using the s

Azure - Reach VNet C from VNet A through VNetB

I know transitive VPN Peerings aren't supported in Azure yet. I'm looking for a workaround in the meantime... The scenario is as follows VNet A <-Peered->

Issue with the Public IP Address when Connected to the VPN Client

We have created an Azure VPN and configured it with the VPN Client before connecting to the VPN the public IP address which is there is similar to the IP addres

Azure api management ssl certificate must have a private key

I have been working on the deployment of an azure api management with a self signed certificate and private key. Goes without saying that I tested my terraform

Azure Function v1 using VS 2022 Conflict with Azurite vs AzureStorageEmulator

Can VS 2022 run Azure Function v1 functions? We're attempting to move from VS2019 to VS2022 and the Function project fails to run correctly. It seems that when

Issue : Enqueuing the message to azure storage queue is not working with Managed Identity

One of the C# Azure Function App generates messages and put them in azure storage queue, and we would like to use the Managed Identity as we don't want to use t

Associating automated tests in Azure with XUnit shows "None" as outcome

I am trying to associate my automation with their test cases in Azure, but I keep running into an issue where after it runs, the outcome is "None" and the TC sh

Azure cosmos documentdb SQL API, distinct query through Rest API gives 400 error

When I post query through REST API to Azure cosmos documentdb which contains Distinct keyword gives following error Example of Request : curl --location --req

Value cannot be null. (Parameter 'sharedKeyCredential') when we try to create SAS Uri using GenerateSasUri() method with V12

We are migrating the code to use azure storage v12 client libraries (Azure.Storage.Blobs 12.12.0) from V11. Getting the below mentioned exception when we try t