345,088 questions

Sort by: Updated
2 answers

How can I look up a user's manager with the MSGraph Java SDK (unattended)?

For a bit of background, I am writing a Java app to run as a module in an older, legacy java application that was set up to use LDAP for directory services. I've registered an application in Entra and provided the least privileges so it can read the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,708 questions
asked 2024-05-09T19:50:18.4666667+00:00
Brad Ellis 0 Reputation points
answered 2024-05-10T14:28:18.2933333+00:00
Brad Ellis 0 Reputation points
2 answers

How to identify if someone has disconnected AzureGit in Azure Synapse Analytics

Someone has disconnected the AzureGit connection from Azure Synapse Analytics. Is there a way to figure out who has done that task or is there a way to restrict it ? or is there any way we can implement security so only selected people can…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,420 questions
asked 2024-05-09T19:47:36.5066667+00:00
Ajay Rana 0 Reputation points
edited an answer 2024-05-10T14:27:50.2266667+00:00
phemanth 6,085 Reputation points Microsoft Vendor
0 answers

Where can I get the syntax, is there a comparison table? How do you do it?

Sample IsValid callback; // define a variable of delegate type IsValid callback = s => s?.Length > 1; // using lambda, define a callback function var result = callback("test"); // invoke the callback code IsValid…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,303 questions
asked 2024-05-10T14:25:15.3033333+00:00
Noah Aas 140 Reputation points
0 answers

No sample database in the link

Hello everyone, I want to get a sample dataset using the link. But the link is not working. I could'nt get Access database. Here is the problem below, It would be good if you share this dataset with me or give me the correct link. Best…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
88 questions
asked 2024-05-07T04:06:58.1466667+00:00
Mehrol Bazarov 0 Reputation points
commented 2024-05-10T14:24:11.5133333+00:00
Syed Saleem Peera 640 Reputation points Microsoft Vendor
0 answers

How to create a new dll file in vs2022

How to create a new dll file in vs2022, why after I created a new dll file, the compiler reported error C1854: The information formed during the precompilation header process of creating the object file "pch.obj" could not be overwritten.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,639 questions
asked 2024-05-10T14:23:22.9433333+00:00
yx 0 Reputation points
0 answers

Teams-JS SDK - microsoftTeams.app.initialize() promise not resolving

I'm trying to create a simple connector app for Teams. I have a connector in the Connectors Developer Dashboard and a page on my website which is registered as the connector content. Then on this page I register Teams-JS SDK via CDN <script…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,885 questions
asked 2024-05-10T14:22:17.6133333+00:00
Uladzimir Poddubny 0 Reputation points
0 answers

office 2013 to 365

What happens to my .pst files when I upgrade to office 365?

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,869 questions
asked 2024-05-10T14:22:16.7266667+00:00
jimconover-5185 0 Reputation points
1 answer

Set Retention Label & permanent delete based on retention label

Unable to set the retention label (https://learn.microsoft.com/en-us/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0&tabs=http) PATCH /drives/{drive-id}/items/{item-id}/retentionLabel ---I also want to permanently delete based on retention…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,708 questions
asked 2024-05-02T05:27:21.3166667+00:00
Akshith Reddy Thalla 80 Reputation points
edited a comment 2024-05-10T14:22:07.4733333+00:00
Akshith Reddy Thalla 80 Reputation points
2 answers

Func, Action, Predicate delegates, events in C#

Hello! I am looking for a good short guide on when and how to take what. Do you have any examples or do you know a good site?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,303 questions
asked 2024-05-09T19:00:01.6066667+00:00
Noah Aas 140 Reputation points
commented 2024-05-10T14:22:03.76+00:00
Noah Aas 140 Reputation points
2 answers

Migrate .NET Azure function app from the in-process model to the isolated worker model

Hello, After migrating my Azure function app from in-process model to isolated worker model I got this issue Unable to cast object of type 'System.String' to type 'Microsoft.Azure.WebJobs.Extensions.DurableTask.IDurableOrchestrationContext'. My…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,321 questions
asked 2024-05-07T09:21:52.72+00:00
Aml Abbas 40 Reputation points
commented 2024-05-10T14:21:52.85+00:00
Aml Abbas 40 Reputation points
1 answer

HELP!!! MS Excel (MS 365 Family) on a Mac keeps lagging

Hello, Every 3-5 minutes the cursor my MS Excel would convert to the rainbow spinning wheel of death for about 30 second, which is extremely unproductive. Not to mention frustrating. During these lags, Activity Monitor shows MS Excel %of CPU…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,493 questions
Office Mac
Office Mac
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Mac: A family of Apple personal computers that run the macOS operating system.
462 questions
asked 2024-05-10T02:44:21.4733333+00:00
David Wong 0 Reputation points
commented 2024-05-10T14:19:42.17+00:00
David Wong 0 Reputation points
2 answers

Procedure for a m:n data relationship

Hello! Are there any tools or tips on how to create a data model? Once the data model is there, how best to deal with primary and foreign keys. The based on XML or JSON format. Save and read XML or JSON files. <MappingTable> <Parameters> …

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,303 questions
asked 2024-05-09T07:56:03.26+00:00
Noah Aas 140 Reputation points
edited a comment 2024-05-10T14:18:27.5+00:00
Noah Aas 140 Reputation points
1 answer One of the answers was accepted by the question author.

Cannot provision service 'enrichedcognitivesearch' running doc-intelligence/Labfiles/04-custom-skill/setup.sh

Following these instructions: https://learn.microsoft.com/en-gb/training/modules/build-form-recognizer-custom-skill-for-azure-cognitive-search/4-exercise-build-deploy Running the following file from Cloud Shell: …

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,405 questions
asked 2024-04-22T10:21:34.0833333+00:00
Scott Cable 80 Reputation points
accepted 2024-05-10T14:18:13.24+00:00
Scott Cable 80 Reputation points
0 answers

cannot log in virtual machine

Hi, I cannot login the virtual machine. The screen is always loading. This question is related to the following Learning Module

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
51 questions
asked 2024-05-10T13:11:35.9366667+00:00
sy zhang 0 Reputation points
commented 2024-05-10T14:17:58.4333333+00:00
RNareddy 760 Reputation points Microsoft Vendor
0 answers

Link to download the sample database does not work

I am doing "Learn > Training > Browse > Create and use analytics reports with Power BI > Model data in Power BI" There is a sample Access database that I am supposed to download into Power Bi. Unfortunately, the link does not work.…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
88 questions
asked 2024-05-08T12:12:14.69+00:00
Ratheesh k 0 Reputation points
commented 2024-05-10T14:16:59.4466667+00:00
Obumneme Ezechukwu 0 Reputation points
0 answers

Azure AI Search unavailable (unplanned) for hours

Connections to our Azure AI Search dev instance have been timing out all today, blocking development and CI testing. Visiting the resource it says it has been "Unavailable (Unplanned) : Not responding (Unplanned)" since 07.19.03 BST today (7…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
727 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
966 questions
asked 2024-05-10T13:45:56.9533333+00:00
David Giles 0 Reputation points
commented 2024-05-10T14:15:29.6166667+00:00
David Giles 0 Reputation points
1 answer

Can I revoke an SSL certificate using API calls towards the AD-CS?

Hello, I have very little experience with Windows Servers and even less with AD-CS. In our company we use AD-CS to issue certificates for all services, including Linux machines. At the moment the process is manual, but we need to automate it using…

Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,732 questions
asked 2024-05-09T13:22:47.21+00:00
Peter Tselios 0 Reputation points
answered 2024-05-10T14:14:48.78+00:00
Vadims Podāns 9,111 Reputation points MVP
1 answer

How do I resolve a Microsoft Loop "Sorry, we can't save your work?" error on personal Microsoft 365 Family account?

I have a Microsoft 365 Family account and receive the following error when creating or opening a workspace in Loop. Copy everything in the workspace, [Workspace Name]. Paste it into a document to add to Loop later. I have tried all of the below, to no…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,869 questions
asked 2024-05-04T12:45:43.4266667+00:00
Michael Sullivan 0 Reputation points
edited a comment 2024-05-10T14:14:38.2833333+00:00
Joe Kessler 0 Reputation points
2 answers One of the answers was accepted by the question author.

Long latencies when using gpt-4 and gpt-4-turbo models

As seen in the picture. We have been seeing abnormally high latencies when using gpt-4 and gpt-4-turbo models. In some extreme cases, the latency is more than 1 minute. This has become unusable for us at the moment. Anyone experiencing similar issues or…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,219 questions
asked 2024-03-13T01:01:08.3133333+00:00
Marc Zhang 25 Reputation points
commented 2024-05-10T14:13:18.9666667+00:00
Niall McNulty 0 Reputation points
0 answers

How to get Shared link URL of the file which present in manage access of the SharePoint

how to get the the link URL which present in the manage access of the file in the SharePoint mentioned in the image using PowerShell

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,733 questions
asked 2024-05-10T14:12:52.3933333+00:00
Surjit Kumar A 20 Reputation points