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.
225.3k Questions
+16
30.3k Members
+65
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
16 views

How to read data from lake house in Fabric Dataflow

I have folder structure in lakehouse like Files/Fol1/Project/yyyy=2026/mm=04/dd=05/data.json Hw to read this data using Fabric dataflow only for today's data.
0 votes
0 answers
29 views

Debugging EventGrid Events in a Locally Running Container

Background: We have a medium sized cloud app in Azure. I've created a docker-compose stack that has all of our services running locally, along with mocked Azure services (MongoDB, Redis, Azurite, ...
Best practices
2 votes
0 replies
49 views

Need to design a pdf batch file processsing system

I get around 100,000 pdf files (1-50MB each) a month. We get file IDs, pull and parse files, build chunks, embed them, and store documents + vectors for semantic search. What can be the best design ...
0 votes
0 answers
52 views

The SSL connection could not be established, when connecting my Azure Function to Sharepoint online

I have this code in my Azure Function (which has managed identity enabled) to get items from a SharePoint list, read the item, delete it from SharePoint and add the item into Azure SQL: string ...
0 votes
0 answers
42 views

File metadata column with Blob Service Client

I need to get the last modified value from a blob that has delta table with json data. Databricks has an option to return the matadata from a delta file with **metadata_file_modification_time, (**...

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

How to Connect to Azure Table Storage and Manipulate Data with PySpark

In this article, we will explore how to connect to Azure Table Storage, perform queries to extract specific data, and then use PySpark to manipulate and display that data in a tabular format. This ...
Marcus Andrade's user avatar
-7 votes
493 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
2 votes
1k 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 ...
Vaishnavi Vaishu's user avatar
10 votes
4k 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. ...
Vaishnavi Vaishu's user avatar
2 votes
1k views
1 minute read
How-to guide

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

When inserting data into a dataverse sink in data factory, it is worth bearing in mind that lookups may not behave as expected. This brief article will hopefully help to explain these behaviours, and ...
GalaxyWolf's user avatar