54,713 questions

Sort by: Created
0 answers

Rewirte turns to redirect in app service virtual application

Step to reproduce: /site/wwwroot/web.config: <?xml version="1.0"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="SPA…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,005 questions
asked 2024-05-22T10:53:33.1166667+00:00
Shaun Chen 1 Reputation point
0 answers

Extract Sections of a Document using Azure Models in Python

I am working on a RAG model, which answers questions based on a document. These questions are based on particular sections, so I was wondering if there is any way to extract different sections from a document using Azure document intelligence in…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,438 questions
asked 2024-05-22T10:53:03.8866667+00:00
Sanjana Mohan 0 Reputation points
0 answers

Best Moissanite Engagement Rings

https://grownleo.com/ At Grownleo, we believe jewelry is more than adornment; it's a whisper of emotion, a tangible memory waiting to be made. We use the captivating fire of moissanite to capture life's most cherished moments, transforming them into…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,454 questions
asked 2024-05-22T10:51:10.81+00:00
Grown Leo 0 Reputation points
0 answers

how to split a csv file which contains data in one column .

Hi Team, There is a scenario in which we have to split columns of a CSV file into unique files in blob. for example let's say I need to create each file based on the combination of (TimeStart + TimeEnd + A) i.e. three columns per file and filename would…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,719 questions
asked 2024-05-22T10:50:06.97+00:00
Gorakh Nath Sharma 0 Reputation points
0 answers

Changing Placeholder text in Azure web app

Hi there, I have customized the interface of my Azure web app, and now I'm trying to change the placeholder text. I followed the steps outlined in this link to customize my website app. I used environmental variables to achieve the customization, but…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,005 questions
asked 2024-05-22T10:47:37.83+00:00
Farshad1 0 Reputation points
0 answers

What are the different office app ?

Thanks in advance

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,576 questions
asked 2024-05-22T10:36:24.88+00:00
Orcom Orcom 0 Reputation points
0 answers

SharePoint Online: the Start slide function in the File and Media web part has stopped working

In the File and Media web part, the Start slide function has stopped working. I have a PowerPoint document with multiple teams. On the given team page, I want their slide to be seen first. I have used this function in the past with no problem. Thanks.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,833 questions
asked 2024-05-22T10:33:04.34+00:00
Vanessa 301 Reputation points
0 answers

Deploy local.settings.json from code via Azure DevOps pipeline

We are looking for some advice in how we automate the code configuration local.settings.json file parameters to be deployed via Azure DevOps pipeline for our azure functions which are written in c# At present we are manually adding the app settings to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,367 questions
asked 2024-05-22T10:30:08.71+00:00
SINGH Ritu 0 Reputation points
0 answers

Pricing - Azure Document Intelligence Service

Could you please provide clarification on how the pricing for the Azure Document Intelligence service is applied considering the following usage for (S0 - Web/Container) instance and read (prebuilt-read) SKU: Month 1 - 1 million pages Month 2 - 0.25…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,444 questions
asked 2024-05-22T10:26:00.17+00:00
Sarva, Pavan 20 Reputation points
0 answers

Delete the file from SharePoint location

Hi All, I am trying to copy the files from Share Point to ADLS and referring to the below URL pipeline to achieve the copy functionality. https://www.syntera.ch/blog/2022/10/10/copy-files-from-sharepoint-to-blob-storage-using-azure-data-factory/ I need…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,366 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,963 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,719 questions
asked 2024-05-22T10:16:27.3866667+00:00
ADF_Coder 0 Reputation points
edited the question 2024-05-22T10:39:50.26+00:00
ADF_Coder 0 Reputation points
0 answers

X-MS-CLIENT-PRINCIPAL-NAME has become populated with anonymised names overnight, how can I revert this?

I have an azure app service that receives requests from authenticated users on our subscription, until today everything worked fine but now for some reason the emails that used to appear in the X-MS-CLIENT-PRINCIPAL-NAME header are now anonymised, e.g.…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
626 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,005 questions
asked 2024-05-22T10:16:18.5633333+00:00
FF 0 Reputation points
0 answers

How do I add a hyperlink in one HTML file to another HTML file?

I have a Documents folder, which is a Document Library type. Inside, I have a temp folder that includes two HTML files: a.html and b.html. In the a.html file, I have a link to the b.html file (<a href="b.html">B file</a>). When I…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,833 questions
asked 2024-05-22T10:06:49.28+00:00
Jasiczak-Knop, Natalia 0 Reputation points
0 answers

why dose my lap top on recognise amsterdam as my time zone

why dose my lap top on recognise amsterdam as my time zone

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,787 questions
asked 2024-05-22T10:00:32.54+00:00
Spacey, Martine 0 Reputation points
0 answers

Azure Function throws OutOfMemoryException when de serializing binary blob > 5MB

I have a developed a Azure Function which is reading blob from Azure lob storage and converting it to Object using Newtonsofts Deserialize<T>(JsonReader reader) function. I reading the blob as stream to reduce the memory footprint but still I am…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,367 questions
asked 2024-05-22T09:54:37.01+00:00
Ajinkya Vinayak Lele 0 Reputation points
0 answers

How to use restapi to rerun failed jobs in pipeline

Hi team, I want to 'Rerun failed jobs' in command line. Is there any restapi to support?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,685 questions
asked 2024-05-22T09:46:13.4133333+00:00
Shilong Liu 0 Reputation points Microsoft Employee
0 answers

My usage in Azure Maps is around 12k for the last 2 weeks and my azure bill/cost hasnt increased. Why?

I am currently using Azure maps inside my blazor app and running it locally. The usage in Azure is around 12k for the last 2 weeks and my azure cost hasnt increased. My blazor app only displays a number of locations on top of the azure map in satellite…

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
602 questions
asked 2024-05-22T09:43:02.4633333+00:00
Charbel 0 Reputation points
0 answers

Send on Behalf on hybrid domain

Greetings to all! A debt: I have a hybrid domain. On the Azure side, I have a distribution list that contains 2 members. Both members are created in the "On-premises" domain, synchronized to Azure. The difference is that one of them has the…

Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,913 questions
asked 2024-05-22T09:29:39.3733333+00:00
Carlos Amaral 0 Reputation points
0 answers

im studing azure at the moment and i need to get free trial P2

when i click to get a free trial im asked to give my email adres when i do this i get" it seems you need to create a new account"how can i solve this problem

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,807 questions
asked 2024-05-22T09:17:41.4966667+00:00
Giorgio Gatti 0 Reputation points
edited the question 2024-05-22T10:18:53.9733333+00:00
Rakesh Gurram 3,810 Reputation points Microsoft Vendor
0 answers

Azure Cloud shell doesn't input characters

Hi! So in the mobile app the Cloud Shell doesn't input any characters when I type, even when I paste. Also there is a spinning thing and then my typing cursor, nothing else. Isn't it supposed to display a welcome message? Like is it fully loaded like…

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
652 questions
asked 2024-05-22T09:11:41.3766667+00:00
Ssplanets 0 Reputation points
0 answers

vs2022配置qt失败

我已经安装好qt了,在vs中也安装好qt vs tools,但是在配置的时候会提示错误:

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,685 questions
asked 2024-05-22T09:10:59.5533333+00:00
𝓣𝓱𝓪𝓽 𝓶𝓪𝓷 0 Reputation points