Category "azure"

How to Retrieve OAuth2AuthorizedClient in a request when using WebFlux

I have a back-end(Springboot) application that is connected to Azure AD and a front-end application that accesses it. In the front-end, I am requiring the user

Azure DevOps Pipeline - condition expression with pipeline variable

I need to make my stages in DevOps YAML pipeline dependent or not based on pipeline variable (not variable defined in the YAML). I tried something like this: -

Azure AD Updating Bulk users from CSV

I am new to this so please apologise if I missed some information. I have the following situation: I have a employee list in CSV and I need to update existing u

Azure Functions: StatusCode cannot be set because the response has already started

I am trying to stream data from my Azure Function and all is fine but I get an error after it has executed. This is the code: [FunctionName("QueryData")] public

Read xlsx file and json file with url signed on azure blob storage using nodejs

I intend to read the contents of an xslx and json files on an azure blob storage with the urls signed with a limited life-to-live. I did this as : const

How can I access delivery property within EventGridEvent triggered function app?

I have configured a blob storage event subscription to be raised when a file is uploaded into an Azure storage account and have created an EventGridTrigger type

Is it possible to connect to serverless sql pool via azure databricks?

I'm trying to connect to synapse serverless pool via databricks. I need to create synapse views and external tables directly in databricks as part of an existin

Azure App Service with AAD identity provider - Python & Streamlit framework for app - get logged in user

Have a web app developed in Python with the Streamlit framework. Deploying as an Azure app service. Authentication to the app is via AAD. I'm unable to get deta

Workaround for the runOnce deployment strategy while translating Azure YAML Pipeline to GitHub Actions YAML

I am aware that the Azure DevOps strategy "runOnce" does not have an equivalent GitHub Action yet. And I am seeking a workaround for that since I am migrating m

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