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
5 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
9 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 ...
0 votes
0 answers
11 views

How to deploy Databricks Unity Catalog table with CI/CD

Does anyone know how to deploy Databricks schema changes with Azure DevOps CI/CD pipeline? I have created a table in Dev database (in Databricks Unity Catalog) and I want to deploy it to Prod Database ...
0 votes
0 answers
14 views

Exceeded language worker restart retry count for runtime:dotnet-isolated error happening locally upgrading to .net 8 isolated

I am trying to upgrade my azure function project from .net 6 to .net 8 isolated and it seems there is something wrong with my local because I get the same error in the projects that I developed myself ...
0 votes
0 answers
13 views

Azure Synapse Analytics - output not displayed

Following Scala code in Azure Synapse should print: Hello, World!. But instead, it prints: defined object Geeks. Question: What could be the issue and how can we fix it? object Geeks { // Main ...

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
55 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