Skip to main content

Microsoft Azure Collective

A collective for developers to engage, share, and learn about Microsoft Azure’s open-source frameworks, languages, and platform. This collective is organized and managed by the Stack Overflow community.
219.5k Questions
+329
21k Members
+147
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
6 views

What fields are required to create in index for question and answer in azure ai search?

I want to create index but what fields I need to select while creating index because I want 1-2 lines answer when I ask question in search explorer in azure ai search. The documents that I have in ...
0 votes
0 answers
4 views

How to setup Application Insight on Next.js 15 in Client and Server Side Rendering

I have tried countless different solutions to setup Application Insight working on latest Next.Js 15 version but with no success. Crawled whole internet with different blog posts and articles with no ...
-1 votes
0 answers
9 views

Azure event hub to Kafka

We need to read message from Azure event hub and send it to Kafka using azure analytic stream. I could not see the output type as Kafka while looking into no-code editor of analytic stream. Is there a ...
0 votes
0 answers
6 views

Azure Connection String not readable in Spring Boot application.properties

I have a Java Spring Boot app deployed on Microsoft Azure that is connected to a PostgreSQL database. I want to connect to the database using credentials stored in Azure as Connection strings. The ...
0 votes
0 answers
11 views

Can we get small answers in azure ai search index and demo application?

I have a azure ai search service created as cente***dataservice1. In this search service, I have taken basic tier package. There are multiple things that I have done while creating index. First, I ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
24 views
+50

Unable To Enable Prometheus Lifecycle API In Azure Container Instances

I've been having difficulty adding the --web.enable-lifecycle flag to prometheus, to enable the lifecycle api. I have this working locally with docker compose, like so: prometheus: image: prom/...
1 vote
1 answer
91 views
+50

Azure Service Bus 'SendBatchAsync' Method Timing Out in Legacy Web API

Question: I am working on a legacy web API project hosted on Azure App Services. We are using the legacy WindowsAzure.ServiceBus 7.0.1 NuGet package for performing operations on Azure Service Bus. The ...
0 votes
1 answer
56 views
+50

Cloud - Read from Local Network File Storage (e.g. via Azure Function)

I am looking to use python code deployed in Azure Cloud (e.g. on an Azure Function), to read files location from a shared/local network drive (on-premise). The network drive requires user based ...
0 votes
0 answers
53 views
+50

AccessDeniedHandler not called when using AadResourceServerHttpSecurityConfigurer

My application is a simple resource server — I am using AadResourceServerHttpSecurityConfigurer.aadResourceServer() to validate the given access token. The specific documentation I have followed can ...
0 votes
1 answer
163 views
+100

Azure AD Authentication Issue with ASP.NET MVC Application Behind Proxy: Missing .AspNet.Cookies Cookie

I have a legacy ASP.NET 4.8 MVC application which is being migrated to use Azure AD Authentication using the Microsoft.Owin framework. The application configuration works fine on my local machine. ...

Learn something new
These are the most recent articles in Microsoft Azure Collective
-4 votes
180 views
1 minute read
How-to guide

Create file on Azure file storage using postman

Create a file in Azure FileShare using postman. Pre-Requisite Azure Storage account with a file share Role assignment Storage File Data Privileged Contributor scoped to file share. Get required ...
Tejas Nagchandi's user avatar
1 vote
352 views
1 minute read
How-to guide

How to rename the function in the Azure Function Apps

Sometimes, renaming the function classes is required as that represents the meaningful name of the current version and the functionality of that class. There is no inbuilt option for renaming the ...
Jashua Criss's user avatar
2 votes
1k views
1 minute read
How-to guide

FTP authentication has been disabled for this web app. You will not be able to authenticate using these credentials

What should you do when you get this error? You can simply follow the steps in the below image: Go to the Configuration of the Azure Web app (or) Azure App Service. Next, go to the General Settings. ...
Jashua Criss's user avatar
2 votes
352 views
1 minute read
How-to guide

Inserting a Value into a Dataverse Lookup Column in Using Data Factory

When inserting data into a dataverse sink in data factory, it is worth bearing in mind that lookups may not behave how you expect them to. There are 3 situations involving lookups to be aware of: You'...
B.Griffin's user avatar
  • 361
6 votes
377 views
5 minute read
Knowledge article

A Developer's Manual for Azure's AI services.

Introduction: Azure is like a beacon in the vast world of artificial intelligence for developers , looking to integrate cutting-edge AI capabilities into their applications. This article is a ...
Mohamed Azarudeen Z's user avatar