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.
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
6 views

Different sorting results between PolarDB-PG 14 and 16 with same collation settings

I recently upgraded my database from PolarDB-PG 14 to PolarDB-PG 16, and I'm experiencing inconsistent sorting behavior despite having identical collation and ctype settings (en_US.UTF-8 in both ...
Best practices
0 votes
0 replies
14 views

jOOQ: Is it ok to create DSLContext per HTTP request?

From a performance perspective, does it make sense to create a new dslContext per HTTP/API request? I need to set some request specific session variables (like user_id), for dslContext but I'm worried ...
0 votes
0 answers
10 views

Graph API 401 Unauthorized for Guest Users on Shared Files (Works in Lab, Fails in Prod)

I have a web application (SPA) that accesses SharePoint Online files on behalf of a logged-in user (Delegated permissions). The application does not use a Service Principal for file access; it relies ...
0 votes
0 answers
12 views

Error in the IEdmModel while using ODATA Linked Service in Azure Data Factory

I was trying to connect to an OData Source using native OData connector provided by ADF, I've configured it as in below steps, At the linked service level, I have given the base URL which looks like ...
-3 votes
0 answers
33 views

PostgreSQL pg_dump generates invalid migration scripts - DROP RULE creates forward references

During automated database deployment with pg_dump/pg_restore, I encounter a dependency ordering issue that breaks CI/CD pipelines when using ON_ERROR_STOP=on. Problem: pg_dump executes DROP RULE for ...

Learn something new
These are the most recent articles in Microsoft Azure Collective
0 votes
242 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
487 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