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.

0 votes
0 answers
6 views

Detect Objects & Gaps In A Shelf While Analyzing Shelf images using Pretrained Model of Azure Vision AI

I am doing SHELF PRODUCT RECOGNITION wherein the webApp (built using flask) analyzes shelf images using pretrained model of Azure Vision AI. I have using an Azure VM instance for this. I need to ...
0 votes
0 answers
40 views

Azure REST API Call - Microsoft.Authorization | Why roleAssignmentApprovals Fails

I have been working on Azure PIM integration project for a while now and have successfully managed to setup REST API calls for "Role Eligibility", "Role Assignments" and "Role ...
0 votes
2 answers
98 views

Possibility to load documents with Azure Document Intelligence from Azure Container Storage

I have a storage account with Azure Container Storage configured consisting of multiple pdf/word/excel files. I would like to use Azure Document Intelligence to semantically chunk these files. Is ...
0 votes
0 answers
15 views

Why do I need and/or want a CancellationToken for my Azure ServiceBus message?

I'm trying to understand what the CancellationToken is used for and if I need to use it? If I have this code below, I can cancel it by calling CancelScheduledMessageAsync so what is a ...
0 votes
1 answer
12 views

Vite React Deployment to Azure as a Web App

I am trying to deploy a new web app to Azure. It is a React app using Vite framework and I use React Router DOM. I can create the resources at Azure and deploy from my Visual Studio by right clicking ...
0 votes
1 answer
42 views

How to add health probe to a classic load balancer deployed as part of Azure cloud services extended support application

Microsoft document says we can do it through the service def file. Is there any way we can do it via ARM template? https://learn.microsoft.com/en-us/azure/cloud-services/schema-csdef-loadbalancerprobe ...
-2 votes
0 answers
16 views

PyTorch/Unet machine learning model gives different results when running locally vs running on Azure

I have an ML model written in Python for satellite image segmentation. We use ONNX so that it can interface with .NET as part of a C# application. This application is then deployed to Azure via DevOps ...
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 ...
0 votes
3 answers
1k views

DomainTrustCheck and DomainJoinedCheck faied when creating VM for AVD

I'm trying to create a VM for a VM for our host pool. but it keeps getting DomainTrustCheck faied DomainJoinedCheck faied (This health check verifies that the session host is joined to a domain. If ...
0 votes
0 answers
52 views

How to connect Azure Open AI PE endpoint from Azure synapse workspace notebook

I have created a notebook in azure synapse and trying to connect to Azure Open AI but the open AI endpoint is only available via private endpoint. How can I connect to Azure Open AI endpoint via PE. I ...
0 votes
0 answers
13 views

How to Solve on Dependabot: Requirements to unlock update_not_possible

I am trying to implement dependabot on my Organization AZureDevOps Pipeline. We have multi repos. I am Using a script ps1 to distribute for all the repos the Github/dependabot.yaml file and the ...
0 votes
0 answers
9 views

Error Enabling Defender for XDR Connector in Microsoft Sentinel: "AADSTS50131: Device is not in required device state"

I am trying to enable the Defender for XDR connector in Microsoft Sentinel, but it consistently throws the following error: { "sessionId": "", "errors": [ ...
2 votes
2 answers
29 views

How to get or find the single public IP in an Azure app service

Our application is hosted on Azure app service (say Server A). I see 7 Outbound IP Addresses. And there are 30 Additional Outbound IP Addresses. There is no App Gateway or API Gateway configured. This ...
0 votes
0 answers
9 views

Why is my static web app not receiving cookies when hosted on Azure?

I am a Dotnet developer student, and have been working on fullstack hobby project over the summer. The frontend is a Blazor Webassembly Standalone, and to access the backend I have ASP.NET CORE ...
4 votes
4 answers
1k views

unable to create new container in cosmos db

I created my first cosmos db database. In that database, I created a container name person with pid as the partition key. Now I want to create a new container in same database with name order with &...

15 30 50 per page
1
2 3 4 5
9463