Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

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
+40
28.8k Members
+89
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

Best practices
0 votes
0 replies
21 views

Azure Load Balancer vs Application Gateway for Elasticsearch

After deploying the DEMAND ES Azure Web App in PaaS, we started seeing: Slow responses from ElasticSearch. ElasticSearch node overload. Search thread pool queue saturation. 429 errors and ...
0 votes
0 answers
15 views

Spark Declarative pipeline, autoloader and deduplication

CDC files are landing in my storage account, and I need to ingest them using Autoloader. My pipeline runs on a 1-hour trigger, and within that hour the same record may be updated multiple times. ...
0 votes
0 answers
17 views

How to hide UI elements in a custom frontend based on Dataverse security roles when using MSAL authentication?

We are building a custom frontend application (SPA) that authenticates users against Microsoft Dataverse using MSAL and OAuth. The UI should hide certain navigation items and actions (e.g., show “...
0 votes
0 answers
26 views

Getting errors while running data ingestion pipeline in Azure Databricks to get data from SQL Server

I am using a data ingestion pipeline which connects to SQL server and gets the data from there to dump in delta tables. Pipeline is failing during data ingestion step. As per error message, it is ...
Advice
1 vote
0 replies
20 views

Billing for internal requests ingress in Azure Container Apps

I am trying to deploy some services onto Azure Container Apps. I set up the environment as Internal, and within my own VNet/subnet. Let's say I have 2 services in that environment that is ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
2 answers
41 views
+250

Error while deploying python code to linux based azure function

I am trying to deploy python code to azure function (linux based, python 3.12). The app works if I exclude pandas (and other package dependency). However, I am getting the following error on azure if ...

Learn something new
These are the most recent articles in Microsoft Azure Collective
0 votes
214 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
471 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 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
  • 399