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.2k Questions
+76
26.7k Members
+103
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
11 views

Typosquatting detection - URL similarity rate KQL Analytics Rule create Possibility

I have an inquiry regarding the creation of Sentinel Analytics Rule. The flow of the analytics rule you want to create is as follows. www.Jodc.com | www.J0dc.com -> Calculation of similarity rate -&...
0 votes
0 answers
10 views

Azure Databricks SCIM connector is not removing users from the synched AAD

We have a Azure Databricks SCIM connector, syncing users from Azure AAD to Databricks workspace and noticed that when a user is removed from an AAD(this AAD is already synced to Databricks workspace), ...
0 votes
0 answers
8 views

How to create, and grow a ZIP archive in an Azure Storage Account without running down the system resources of a Functions app?

I have a Azure Functions App that when called creates a few files and adds to an archive in a storage account container. It does it by downloading the archive to the VM's disk it is running under, ...
0 votes
0 answers
16 views

How can we assign Job Runs Permissions in Azure Databricks for ADF triggers by Runs Submit API?

I wanted to assign group permissions to Job runs in Azure Databricks which are triggered from ADF via Runs Submit API.
0 votes
0 answers
19 views

B2C Custom Policy for UserInfo: claim with `PartnerClaimType` returns both claims in response

I am using B2C Custom Policies to implement the UserInfo endpoint. I followed instructions in this article) to add the UserInfo endpoint, TechnicalProfile, and UserJourney. I also added a RESTful ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
53 views
+50

Azure Command-Line Interface (CLI) error running .NET 8 console app

I'm trying to test a .NET 8 console app in Azure CLI, but I see an error. I used "Manage files" to upload the exe and all needed files: PS /home/david> ls Azure.Core.dll ...
-1 votes
0 answers
120 views
+50

Terraform: `lifecycle { ignore_changes = []}` blocks resource from being written in the `tfstate` file

I have a Azure DevOps pipeline which triggers the execution of the apply stage of a Terraform file. Since I dont have rights to directly run commands via the azure command line, I updated the pipeline ...

Learn something new
These are the most recent articles in Microsoft Azure Collective
1 vote
123 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
-6 votes
430 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 ...
VivekAnandChakravarthy'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. ...
VivekAnandChakravarthy's user avatar
2 votes
874 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
  • 355