Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure]

Microsoft Azure is a Platform as a Service and Infrastructure as a Service cloud computing platform. Use this tag for programming questions concerning Azure. General server help can be obtained at Super User or Server Fault.

azure
0 votes
0 answers
23 views

Azure App Service Certificate cannot be deployed

Did anyone experience that Azure App Service Certifcate cannot be deployed? I recieve the following BadRequest message: { "code": "CertificateResellerWebService_CertificateValidationError", "...
Gabor Varga's user avatar
0 votes
2 answers
36 views

How to get all the artifact names in deploy pipeline?

TL;DR: How to get all the artifact names in deploy pipeline? Hi, I have multiple branches, and a single generic build pipeline to build their artifacts artifact name example: ...
Tri's user avatar
  • 323
0 votes
1 answer
32 views

How to get Project Name, Release Name, Release Date, Release Changes (Commit Message) From Azure Release APIs

I'm currently working on task the which is the goal from it is to give a table with the below data from all Pipeline releases on our Azure Dashboard from date 01/01/2024 to 01/06/2024. Project Name. ...
Loai amer's user avatar
0 votes
2 answers
41 views

Azure DevOps pipeline for a repo with multiple solutions with multiple projects and dependencies on each other

I'm new to Azure DevOps. I have a repo that contains multiple solutions and each solution contains multiple projects. These projects have dependencies on each other. Projects are targeting .NET 4.7.1. ...
Cisco Cabe's user avatar
-2 votes
0 answers
44 views

Issues reading CSV file in Azure Machine Learning Studio [closed]

I am new to Azure Machine Learning Studio and facing an issue with reading CSV files in .ipynb notebooks. CatBoost.ipynb and data-23.csv have been uploaded under my username. Once the compute gets ...
shq's user avatar
  • 1
0 votes
0 answers
32 views

map.js:81 Error during search: TypeError: Cannot read properties of undefined (reading 'initialize')

I dont know why Im getting this error. Here is my function that is throwing it: const handleSearch = async () => { if (!searchInput) return; setSearching(true); const credential = ...
StackBoy's user avatar
1 vote
1 answer
37 views

Replacing carriage return and line feeds in a text file using Azure Synapse

I am currently working on a project where I have to get data from an Excel file in SharePoint, this file has multiple tabs, and I am using Azure Synapse Analytics to call a SharePoint API to get each ...
NatalieEV's user avatar
0 votes
0 answers
25 views

How to retrieve Azure ADLS Gen2 Logs Using Rest API

I am looking for Azure Datalake Gen2 blob logs using REST API, currently I could see these logs can fetch when we enable Azure diagnostics setting like below. Currently we have enabled diagnostics ...
Brahmaiah Takkellapati's user avatar
0 votes
1 answer
48 views

Azure Virtual Desktop session host "Custom configuration" does not get run

I am trying to create a host pool VM using the "Custom configuration" option. The custom solution suggested in the instructions (https://raw.githubusercontent.com/Azure/RDS-Templates/master/...
jelder's user avatar
  • 2,340
0 votes
1 answer
41 views

Getting error at data flow level while extracting data through REST API

I have an ADF pipeline with a REST API call that is supposed to return data in chunks, with a maximum of 100 records per page. In the below image it is showing until the Set No of pages required ...
Abhay Prasad's user avatar
-1 votes
0 answers
23 views

Azure OpenAI Collections is disabled

Why Azure OpenAI Collections is disabled? I've has cognitive permissions. I can create an azure open ai resource in Azure Portal. I've sent a request form to get access Azure Open AI services. The ...
Dmitry Zimin's user avatar
0 votes
0 answers
18 views

How to configure Azure APIM enabling to access using oAuth2.0? Call the endpoints through Azure Function in a separate Azure Subscription with token

I have 2 separate Azure Subscriptions, one has APIM and another subscription has Azure Function, This Function is a consumer of APIM endpoints. The Problem Statement: Protect the APIM with OAuth2 and ...
Deepak Shaw's user avatar
0 votes
0 answers
19 views

Azure: Open - File Warning pops up when App is started from Remote Desktop but not from the Desktop itself

In our Azure Cloud we have 2 Applications Groups: Desktop Apps The second App from the Apps Application Group is on a File Share in Azure. We start the App in an Azure VM (Windows 11) trough a ...
Alan Benet's user avatar
0 votes
0 answers
22 views

Azure Front Door somethimes does not apply the expected block-action

In Azure Front Door, I have a Front Door WAF policy with a custom (example) rule that blocks all IP addresses starting with 111.222.: (where 10 is the lowest Priority, so first to be applied) When ...
Bart Kiers's user avatar
  • 169k
1 vote
1 answer
42 views

Azure Service Bus seems to use HTTP long polling instead of AMQP

In our application, we use MassTransit and Azure Service Bus. Configuration code looks like this: x.UsingAzureServiceBus((context, cfg) => { var connectionString = builder.Configuration....
Michael Korbakov's user avatar

15 30 50 per page