295,391 questions

Sort by: Updated
1 answer

How to implement h.264 codec into screen recorder C# GUI app which records the full screen and also the system sound of Windows OS?

Here is my project on github: https://github.com/RahmatullohIsmoilov/ScreenAudioRecorder I want to record the full screen and at the same time the system sound of Windows OS with possible in less MB size :) And sometimes, I have some problems with…

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,424 questions
asked 2024-06-03T15:45:20.5+00:00
Rahmatulloh 0 Reputation points
edited a comment 2024-06-03T23:25:20.34+00:00
KOZ6.0 5,385 Reputation points
1 answer

Updating/Redeploying Azure Function Apps - repercussions.

Hi everyone, We're looking at updating our development and production Function Apps in Azure with updated coding functions and trying to understand potential repercussions: If we update the function apps, will the master/default keys change, or can…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,430 questions
asked 2024-06-03T07:39:34.7+00:00
Chris Buley 26 Reputation points
commented 2024-06-03T23:21:59.47+00:00
Chris Buley 26 Reputation points
1 answer

Entra sign-in logs - Missing information

Hello. For a subset of users, when looking at the Entra sign-in logs, we are seeing no Windows sign-ins under the heading of "Application" and no device information under the "Device info" tab for any other successful authentication…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,026 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,946 questions
asked 2024-06-03T15:33:32.35+00:00
Hauck, Michael 1 Reputation point
answered 2024-06-03T23:20:49.7633333+00:00
william nieto 230 Reputation points
1 answer

How to Setup the Microsoft IPP Driver for the printer support app.?

Hi, I am trying to develop the PSA application with Microsoft IPP Driver can you guide me in setting up the Driver for the printer. PSA extensions: <Extensions> <printsupport:Extension Category="windows.printSupportWorkflow"…

Universal Windows Platform (UWP)
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
22 questions
asked 2024-06-03T06:42:17.1133333+00:00
Pegasus Admin 0 Reputation points
answered 2024-06-03T23:17:02.9933333+00:00
Manu M 0 Reputation points Microsoft Employee
2 answers

SQL Server 2016 minimum permissions to grant a User CREATE/MODIFY/DROP on all Tables within a DB?

Hello, what would be the minimum permissions script to grant a specific User to CREATE/MODIFY/DROP on all Tables within a DB? Not allowing them to create/modify/alter any other objects or operations like Views, Stored Procedures, other Users, Security,…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,961 questions
asked 2024-06-03T16:53:01.3966667+00:00
techresearch7777777 1,801 Reputation points
commented 2024-06-03T23:10:35.1533333+00:00
techresearch7777777 1,801 Reputation points
1 answer

Using My Own Labeled Data with Azure Document Intelligence Custom Neural Model

Hi, I want to use my own labeled data with Azure Document Intelligence Custom Neural Model. I have labeled a series of receipt images using my own labeling tool. Can I use this labeled data to train a custom neural model? If yes, could you provide…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,453 questions
asked 2024-06-03T16:18:54.5933333+00:00
Pedro Preto 0 Reputation points
edited an answer 2024-06-03T23:07:18.1833333+00:00
VasaviLankipalle-MSFT 15,006 Reputation points
2 answers

Microsoft.aad.brokerplugin_cw5n1h2txyewy error code 2147024864

User is getting periodic Microsoft 365 login prompt. From the event log, found the error Failure to load the application settings for package Microsoft.AAD.BrokerPlugin__cw5n1h2txyewy. Error Code: -2147024864 Source: AppModel-State. Tried the…

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.
4,003 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,147 questions
asked 2023-03-04T05:20:51.07+00:00
Toh Ang Poh 40 Reputation points
commented 2024-06-03T23:02:19.72+00:00
HITFU 0 Reputation points
1 answer

Azure static website displays ResourceNotFound error for existing content

I am new to Azure and am building a static website using a blob. I have uploaded all the necessary files including my index/404 pages and a HTML page with a map. However, when attempting to access the map using the provided Azure link, I receive a…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,514 questions
asked 2024-06-01T10:32:47.1366667+00:00
T3CHNRD 0 Reputation points
commented 2024-06-03T23:01:16.01+00:00
T3CHNRD 0 Reputation points
1 answer

Microsoft seemed to have my name incorrect

PearsonVue notified me that I can't take my exam because Microsoft account has a different name than my legal name. It doesn't show in my profile, how do I correct this problem?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,724 questions
asked 2024-06-03T22:54:22.8+00:00
Gina Vu 0 Reputation points
edited an answer 2024-06-03T22:59:19.8766667+00:00
TP 79,341 Reputation points
1 answer

microsoft authenticator doesn't show code on my phone

I deleted microsoft authenticator, I reinstall it, now I can't enter my email. Is not letting me select code, I go to I forgot Password, and it still asking me for authenticator code. Account on Authenticator app is marked in grey and can't enter to…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,718 questions
asked 2024-06-03T22:40:31.8066667+00:00
Oscar Andino 0 Reputation points
answered 2024-06-03T22:50:11.7933333+00:00
Bruce (SqlWork.com) 58,761 Reputation points
2 answers

How can I save the original state of my Model and its XAML bindings in C# in a Variable?

I need to save the original state of my viewmodel and XAML bindings in C# when a View is originally loaded, so that I can revert back to the original Model property values if the user chooses to cancel their changes. I attempted to use the code below,…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,018 questions
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,424 questions
asked 2024-06-03T21:06:41.3733333+00:00
Tom Meier 140 Reputation points
answered 2024-06-03T22:45:39.5933333+00:00
Bruce (SqlWork.com) 58,761 Reputation points
1 answer

Best Practices to setup Azure RBAC for AKS

Please give me best practices for k8sRbac on Aks

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,319 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,903 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,946 questions
asked 2024-06-03T22:38:41.86+00:00
Tod Jolayemi 0 Reputation points
answered 2024-06-03T22:42:35.4366667+00:00
akinbade abiola 2,810 Reputation points
4 answers

Successfactors inbound provisioning to AD / AAD - SAP will require OAUTH2 athentication

SAP have announced the ending of HTTP Basic authentication for the SF ODATA API. Currently the tutorial says Basic Authentication must be enabled in SF. Will the Successfactors Inbound provisioning connector be updated to support OAuth, or does it…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,946 questions
asked 2022-02-11T12:26:22.547+00:00
Meechan, Andrew 1 Reputation point
commented 2024-06-03T22:38:18.5466667+00:00
Chetan Desai 971 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Unable to delete API Management Resource

Hello, I created an Azure API Management (APIM). I've been trying to delete it, but it seems to be locked or stucked in a transition state, and after more than 12 hours I could not delete it. I'm getting the following error message: Code:…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,829 questions
asked 2024-05-30T07:58:17.36+00:00
Rodrigo Liberoff Vázquez 71 Reputation points MVP
commented 2024-06-03T22:36:30.9266667+00:00
tridy 0 Reputation points
1 answer

how to associate gmail account to office 365

I am trying to create office suite using gmail account. Is it possible? if so, how?

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,372 questions
asked 2024-06-03T19:39:24.8866667+00:00
Pradeep Bangalore 0 Reputation points
answered 2024-06-03T22:31:38.25+00:00
akinbade abiola 2,810 Reputation points
1 answer

I'd like to understand the changes that impacted CMD when Windows moved to Terminal.

With the release of Windows 11 22H2 moving to Terminal as the default, I am seeing changes to the way CMD is now processing the commands. I have two computers one on Windows 11 21H2 and one on Windows 11 23H2. The older version will process the command,…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,506 questions
asked 2024-05-29T13:42:20.2033333+00:00
Jameson Turner 0 Reputation points
commented 2024-06-03T22:20:52.16+00:00
Jameson Turner 0 Reputation points
1 answer

CI/CD Powershell Azure Synapse Workspace with Azure Devops

I am working on CI/CD between Azure Synapse Workspace with Azure Devops.  I have source code from someone else who work on this project before and it works well and I try to understand it and create my own project on it. right now, I have issues of the…

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,505 questions
asked 2024-05-28T10:04:13.9833333+00:00
Zhuoqiong Mo 20 Reputation points
commented 2024-06-03T22:19:30.5033333+00:00
BhargavaGunnam-MSFT 27,976 Reputation points Microsoft Employee
1 answer

Call API with dynamic URL and store JSON results in DataLake Storage

I am trying to make implement the following scenario using Data Factory: I am making multiple API calls, relying on a dyanmic URL (e.g. "url.com/api/{ID}" for a list of IDs). The resulting JSON from each of the API calls should be stored as a…

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,380 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,811 questions
asked 2024-05-30T11:55:42.17+00:00
Lucas Kluge 0 Reputation points
commented 2024-06-03T22:18:03.4866667+00:00
BhargavaGunnam-MSFT 27,976 Reputation points Microsoft Employee
2 answers

unable to find the kid in the list of keys to validate the id token

I am getting id token once i click on the user flow in azure ad b2c. Now i simply need to validate that id token using the kid from the token header But I cannot find key ids in discovery/keys url which matches with the kid of token header. I have…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,686 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,946 questions
asked 2023-01-24T07:06:42.7833333+00:00
Rahul Sadaphal 40 Reputation points
answered 2024-06-03T22:17:21.18+00:00
Kuldeep Saxena 0 Reputation points
1 answer

Obvious behavior of dynamic mapping in ADF

I have a single copy activity that moves data from a source parquet file to an azure sql database. When I used auto mapping and tried to change the name of source or sink field it failed, however when I copy the json mapping generated and change one of…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,811 questions
asked 2024-05-29T06:44:25.6133333+00:00
Bens Bernard 0 Reputation points
commented 2024-06-03T22:17:08.7333333+00:00
BhargavaGunnam-MSFT 27,976 Reputation points Microsoft Employee