Skip to main content
The 2024 Developer Survey results are live! See the results

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.
220k Questions
+330
+121
21.3k Members
+165
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
5 views

Obtain token programatically to go see a page with ASP.NET application

I'm a newbie with authentication and authorization. When I go to a website, it redirects me to a url which requires email and password to login Microsoft Account. If I pass the right credential, it ...
0 votes
0 answers
7 views

Azure Machine Learning Studio integration with rocker Rstudio: Git tab is not appearing for an Rproject set up with GitHub repository

I am running and Rproject with GitHub version control in Rstudio within a compute instance in Azure Machine Learning Studio. The Rproject was previously set up outside of Azure MLS and is running ...
-1 votes
0 answers
7 views

How to run a pipeline on Weekly basis in ADF

I have a requirement to run a pipeline only on weekends that is Saturday and Sunday. I used schedule based trigger and apply start date and end date but there is no option I am able to see through I ...
0 votes
0 answers
5 views

Writing debezium CDC events from Kafka Connect to Iceberg

We want to ingest Debezium CDC events into Iceberg Tables on Azure Blob. We aim to do so using Kafka Connect Iceberg Sink Connector, and a Snowflake Catalog for Iceberg. Questions that have surfaced - ...
0 votes
0 answers
6 views

Why can I not see a failed invocation when my Azure Function times out?

I successfully tested a python azure function locally that once triggered in blob storage, converts any .xlsb files to .xlsx files. On a <100KB .xlsb file this took about a minute, and a ~70,000KB ....

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
41 views
+100

"Detect Datetime" setting ignored when using Managed Identity for connecting to CosmosDB Source in ADF Copy activity

In several Azure Data Factory pipelines one of the activity is Copy Activity that uses Azure Cosmos DB for NoSQL as source and Azure Data Lake Storage Gen2 with JSON format as sink. The dates stored ...
1 vote
1 answer
894 views
+500

Error while permanent deleting soft deleted blob through rest API

Please help with error PermanentDeleteNotSupportedOnRootBlob I generated SAStoken for BLOB with all permissions including Delete & Permanent Delete While making API call using below blog https://...

Learn something new
These are the most recent articles in Microsoft Azure Collective
1 vote
46 views
2 minute read
Knowledge article

What is Microsoft Entra ID and How does Licensing Works?

What is Microsoft Entra ID? Microsoft Entra ID is a service in the cloud that helps your employees log in to and use resources outside your organization. Examples of these resources are Microsoft 365, ...
Akilesh Khoday's user avatar
-4 votes
197 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
405 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
381 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