340,248 questions

Sort by: Updated
0 answers

proper exception handling to remove Spark _temporary directory

We have a data collection app that query data source and write the result to ADLS:                df.write.mode('append').option('compression', 'gzip').parquet(rawDbPath) Every other week, the data source does some maintance work at midnight, and…

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,336 questions
asked 2024-04-19T22:03:36.9333333+00:00
Pan, John 120 Reputation points
0 answers

No DNS Setting Option in Windows 10

Its my first time asking question here, i wanna use Doh but it seems like i can't find the DNS Setting to edit the DNS. I have tried changing it manually in the properties but i its still wont use Doh meanwhile from other Laptop its possible to setup…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,572 questions
asked 2024-04-19T22:03:15.0833333+00:00
Koryuan 0 Reputation points
0 answers

I have a conflict with two security baselines. I created an excluded group, but no all devices are updating.

Devices are not clearing from previous security baselines.

Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
328 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,305 questions
asked 2024-04-19T22:00:53.5033333+00:00
MarketShare 0 Reputation points
0 answers

ADF ADLS TO SYNAPSE DEDICATED POOL WRITING ERROR RECORD TO ADLS ISSUE

I am writing data from adls to Synapse sql dedicated pool , with following error settings SourceADLS SINK Synapse Dedicated pool but getting following error tried with batch also but did not worked

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,487 questions
asked 2024-04-19T16:00:32.1333333+00:00
Shukla, Prashant (Contractor) 0 Reputation points
commented 2024-04-19T22:00:45.43+00:00
BhargavaGunnam-MSFT 25,881 Reputation points Microsoft Employee
0 answers

proper cleanup of spark _temporary directory after an exception

We have a data collection app that periodically queries some data source, then writes the result to ADLS:                 df.write.mode('append').option('compression', 'gzip').parquet(rawDbPath) Every other week, the data source does some maintanence…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
923 questions
asked 2024-04-19T21:54:08.9333333+00:00
Pan, John 120 Reputation points
1 answer

I am happy with the results in "Speech Studio" for a sample wav file. How do I scale this up to longer files?

I have run a 1-minute wav file through the Speech Studio sample process and am pleased with the result. I can't figure out how to move forward in the system to process larger speech files. One branch seems to take me into a training setting where I…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,384 questions
asked 2024-04-19T21:50:59.1133333+00:00
John Woolley 0 Reputation points
answered 2024-04-19T21:50:59.1333333+00:00
Q&A Assist
0 answers

ListRaiContentFilters REST api endpoint doesn't work as expected

When I call ListRaiContentFilters endpoint, I get models instead of content filters. I tried it on the webpage. I think it can be reproducible. here is the API request GET…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,123 questions
asked 2024-04-19T21:47:35.09+00:00
KANMAZ Hasan Salim (ADA/MST) 0 Reputation points
edited the question 2024-04-19T21:49:47.6466667+00:00
KANMAZ Hasan Salim (ADA/MST) 0 Reputation points
1 answer

Information of dirty virtual memory pages

To advise the memory manager to know better which pages should be preferred for paging I need to know which pages are dirty. Obviously I can get a lot of information QueryWorkingSet and QueryWorkingSetEx but what I do not get is if the page is dirty or…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,412 questions
asked 2022-02-09T23:04:16.157+00:00
Martin Sedlmair 31 Reputation points
commented 2024-04-19T21:42:14.4466667+00:00
Grayson Clark 0 Reputation points
1 answer

How do i fix this error? "ModelNotFound The requested model was not found. apim-request-id: 37169394-5888-483d-9523-ce6a5409f50f"

azzureplzhelp.png

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,342 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,354 questions
asked 2024-04-19T08:56:49.4133333+00:00
Harsh Khewal 0 Reputation points
answered 2024-04-19T21:41:36.8366667+00:00
VasaviLankipalle-MSFT 13,771 Reputation points
0 answers

how to convert the output of custom model in case of tables ?

when i train the custom model to fetch the tables how can i extract tables from my trained fields from output json?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,342 questions
asked 2024-04-19T09:10:36.8066667+00:00
Hrushikesh Shinde 0 Reputation points
commented 2024-04-19T21:39:42.3133333+00:00
VasaviLankipalle-MSFT 13,771 Reputation points
3 answers One of the answers was accepted by the question author.

Xamarin navigate to page throws "Object reference not set to an instance of an object."

I'm trying to navigate and pass data to an edit page when I select a row. I select a row in the checklistpage and what to pass that rows data to the treeinfopage. (has two points of entry 1 from menu and 1 from ChecklistPage) the page structures are as…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,291 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,578 questions
asked 2024-04-10T23:23:39.3666667+00:00
tim 60 Reputation points
commented 2024-04-19T21:35:43.31+00:00
tim 60 Reputation points
1 answer

Why does changing temperature change the documents retrieved by RAG, and why do those documents vary when making the same request multiple times?

In RAG, you simply pass the user's input to Azure AI Search, which will fetch relevant document chunks, right? I have tried calling the same request multiple times in certain cases, with identical system prompt and message history, but different document…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,123 questions
asked 2024-04-10T17:46:09.8866667+00:00
Bao, Jeremy (Cognizant) 80 Reputation points
edited a comment 2024-04-19T21:31:00.26+00:00
Grmacjon-MSFT 15,606 Reputation points
1 answer One of the answers was accepted by the question author.

How do I find the method calling Entity Framework that led to an exception

I believe this call is coming from the ASP.NET Identity Library. However, it may be coming from my Blazor code. The below is the entire exception written to the log. How do I find out what method (Identity library or my Blazor code) is calling this? …

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
696 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,140 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,378 questions
asked 2024-04-19T20:39:54.0166667+00:00
David Thielen 2,231 Reputation points
commented 2024-04-19T21:29:36.8466667+00:00
David Thielen 2,231 Reputation points
2 answers

Building an Intune Laptop For Multiple Users

Is there a way to enroll a laptop through company portal without a primary user? I need the laptop to be for multiple users and compliant. I have profile in Intune to enable multi user function, but I am stuck in the step where I need to enroll the…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,103 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,708 questions
Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,241 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,305 questions
asked 2024-04-17T15:39:15.7933333+00:00
Benj Salvador 0 Reputation points
commented 2024-04-19T21:29:15.5433333+00:00
Marcin Policht 9,270 Reputation points MVP
1 answer

AzureDomain transfer to a different organization?

I have a client who set up a Azure domain with a personal microsoft account but they would like to transfer ownership to the business microsoft account. They have several production resources deployed so it would be an effort to move all the resources to…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
923 questions
asked 2024-04-11T19:26:01.0833333+00:00
Jude Lee 0 Reputation points
commented 2024-04-19T21:28:21.55+00:00
Marcin Policht 9,270 Reputation points MVP
1 answer One of the answers was accepted by the question author.

PartNumber

When I download costs, I can see a charge for a VM. One of the columns is a PartNumber. My question is where can I find the PartNumber on my various resources?

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
923 questions
asked 2024-04-19T18:09:20.49+00:00
Lynn B 0 Reputation points
accepted 2024-04-19T21:25:21.74+00:00
Lynn B 0 Reputation points
1 answer

Your subscription offer, Access to Azure Active Directory, will be disabled on May 16, 2024

Hello! what does it mean? We currently have: Enter ID Free (Business Basic and Business STD) and Entra ID Plan 1 (Business Premium) We do not know what the following email message that we received refers to. **"**Access to Azure Active Directory…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,389 questions
asked 2024-04-19T17:31:23.0333333+00:00
Eduardo Zunin - Grupo CIR 0 Reputation points
edited an answer 2024-04-19T21:21:31.33+00:00
Marilee Turscak-MSFT 33,801 Reputation points Microsoft Employee
1 answer

Microsoft Defender for Endpoint keeps detecting that Teams needs to be updated

Microsoft Defender for Endpoint keeps detecting that Teams needs to be updated even though it's updated (New teams latest version) and Classic Teams has been uninstalled. Trying to figure out exactly how Defender is detecting this...Is it a registry…

Microsoft 365 Training
Microsoft 365 Training
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.Training: Instruction to develop new skills.
19 questions
asked 2024-04-16T14:25:22.94+00:00
OoMunoz 0 Reputation points
answered 2024-04-19T21:20:05.2266667+00:00
OoMunoz 0 Reputation points
5 answers

"Add shortcut to OneDrive" Vs "Sync"

Inside any SharePoint online document library, we have 2 options: - Add shortcut to OneDrive Sync But I am not sure what is the exact differences between the 2 options? for example in my case i am syncing the library using OneDrive application and…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,565 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,655 questions
asked 2023-08-27T22:31:59.69+00:00
john john 926 Reputation points
commented 2024-04-19T21:18:15.2233333+00:00
Will Donovan 0 Reputation points
6 answers

Certification not showing on my Microsoft Learning profile- how to add it?

Hi, I just passed the Microsoft Excel 2019 Associate exam and as instructed in the follow-up email, have constructed my profile on Microsoft Learning. However, my certification is not showing up in the profile. Am I to wait for the profile to update?…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,882 questions
asked 2023-01-13T20:52:33.8766667+00:00
Gjorgi Varelov 65 Reputation points
answered 2024-04-19T21:16:59.5966667+00:00
Mitchell Saviello 0 Reputation points