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
+81
26.7k Members
+111
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

-1 votes
0 answers
9 views

Career move to cloud

I have 12 years experience in Oracle Pl/Sql and Unix. I am 48 years old with a career gap. I want to reenter IT upskilling from my strengths. I find pl/sql jobs getting fewer and fewer. Since everyone ...
0 votes
0 answers
13 views

Resource not found for segment 'root:' in onedrive graph api

While uploading doc to one drive programatically, i use the path "https://graph.microsoft.com/v1.0/users/%s/drive/root/%s:/[email protected]=rename" for example for a ...
0 votes
0 answers
8 views

Updating the AKV from Application front

I have built one application for certificate renewal which allows to create or update a key in akv from code, when trying to update the key in akv from code I am getting this error: {"timeStamp&...
0 votes
0 answers
11 views

Parsing a string parameter as a JSON in ADF - json() function not working

I'm relatively new to working in ADF. I have created a pipeline with a pipeline parameter called my_args, which has type object and contains a nested JSON with values used to configure the pipeline. &...
0 votes
0 answers
7 views

Autocomplete API not returning complete phrase in Azure AI Search

In the implementation of an autocomplete API, a schema has been defined as follows: suggesters: - name: abc, searchMode: "analyzingInfixMatching", source_fields: - chunk_text/en The ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
26 views
+400

Deploying Django + xlwings library

I'm trying to deploy a Django app which uses the xlwings dependency (windows only) on a server. Tried on Linux, but it does not support xlwings. So, now looking out for an easy way to set up the ...
1 vote
1 answer
82 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
1 answer
153 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
880 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