294,496 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Disable windows shortcuts for high contrast and mouse keys

I need to block keyboard shortcuts "alt + shift + prtscr" and "alt + shift + numlk". How to do it with LL Keyboard hook? Help much appreciated !

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,571 questions
asked 2024-04-07T12:00:16.2666667+00:00
Ash 60 Reputation points
accepted 2024-05-30T04:33:44.95+00:00
Ash 60 Reputation points
1 answer

How to fix "Failure happened on 'Source' side A task was canceled" error

Data load from Salesforce object with 1million records fails with the below error in Azure Data Factory: Failure happened on 'Source' side. 'Type=System.Threading.Tasks.TaskCanceledException,Message=A task was canceled.,Source=mscorlib,' The data load…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,780 questions
asked 2024-05-28T18:42:40.6+00:00
thara kollu 0 Reputation points
commented 2024-05-30T04:32:45.88+00:00
Harishga 4,325 Reputation points Microsoft Vendor
1 answer

Obtaining details for creating an Azure subscription using Rest API and Terraform

Hello! I have been trying to create an Azure subscription using Rest API and Terraform but I am not sure what the following parameters mean: billingAccountName, billingProfileName, invoiceSectionName. Could someone point me in the right direction on how…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,141 questions
asked 2024-05-10T11:44:15.6966667+00:00
Mehul Movadiya 0 Reputation points
edited the question 2024-05-30T04:30:33.4733333+00:00
Givary-MSFT 28,576 Reputation points Microsoft Employee
1 answer

Why aren't screen shots saving

Why aren't screen shots saving? Windows Key-PrtScn - did it. Pictures > Screenshots - not there, not in drive, not anywhere. CTRL + V - does nothing. Lots of people having this problem.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,466 questions
asked 2024-03-05T10:28:03.79+00:00
Shellie Armstrong 10 Reputation points
commented 2024-05-30T04:30:18.25+00:00
Julie Tracy 0 Reputation points
4 answers

Microsoft.Exchange.WebServices.Data.EmailMessage error "The operation can't be performed because the item is out of date. Reload the item and try again"

Hi, I have been using Microsoft Exchange Web Services for a couple of years in my asp.net c# system and had no issues. Last week 1 customer started getting below error, then yesterday another customer and 2 more…

Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
519 questions
asked 2024-05-23T08:49:37.1566667+00:00
David Joyce 65 Reputation points
commented 2024-05-30T04:29:46.2366667+00:00
Sam Spronk 0 Reputation points
1 answer

How do I fix TasksOperationsNotAllowed

(TasksOperationsNotAllowed) ACR Tasks requests for the registry tcbomoruyiemmanuel and c35e564c-73ba-40d2-89a7-757bf4571f71 are not permitted. Please file an Azure support request at http://aka.ms/azuresupport for assistance. Code:…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
407 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.
1,014 questions
asked 2024-05-29T22:55:36.5166667+00:00
Omoruyi Aroloye 0 Reputation points
edited an answer 2024-05-30T04:27:28.7+00:00
Andriy Bilous 10,996 Reputation points MVP
2 answers One of the answers was accepted by the question author.

What are the best Practices for Storing Privileged Credentials in Azure Key Vault

Hi, I would like to leverage Azure Key Vault to store some privileged credentials (such as Linux root accounts or AD privileged accounts) and share them with specific teams. Since there are some naming restrictions in Azure Key Vault and secrets, such as…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,147 questions
asked 2024-05-13T04:00:00.26+00:00
Subhash Kumar Mahato 55 Reputation points
accepted 2024-05-30T04:25:12.6233333+00:00
Subhash Kumar Mahato 55 Reputation points
3 answers

Can’t login to Microsoft Authenticator without an Authentication code

I will be honest, the Microsoft authentication app has been pissing me off for the past week. I decided that I would delete the app and find another way to authenticate my identity for my accounts (without thinking of any possible way first, dumb). But…

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,691 questions
asked 2024-05-28T16:35:45.7266667+00:00
Vay 20 Reputation points
commented 2024-05-30T04:22:57.5666667+00:00
Thomas Hauck 0 Reputation points
1 answer One of the answers was accepted by the question author.

What is the recommended approach for checking low battery events in Windows?

Hi, I am developing an application and need to register for a low-battery event in Windows. I have reviewed the PowerSettingGUIDs documentation and found a value named GUID_POWER_SAVING_STATUS. Reference:…

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,453 questions
asked 2024-05-29T06:22:42.56+00:00
Rohan Pande 335 Reputation points
commented 2024-05-30T04:22:46.9666667+00:00
Rohan Pande 335 Reputation points
1 answer

Microsoft Entra Id - Sign In event list

Hello Team, Do we have list of events which will return from this API? - https://learn.microsoft.com/en-us/graph/api/signin-list?view=graph-rest-1.0&tabs=http Thanks, Ravi P.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,900 questions
asked 2024-05-27T09:46:21.8866667+00:00
Ron Weasley 0 Reputation points
commented 2024-05-30T04:22:24.14+00:00
Navya 4,860 Reputation points Microsoft Vendor
1 answer

How to fix the exception System.Net.Http.HttpRequestException: The SSL connection could not be established

we have SignalR and SignalR.Client libraries used in our project to establish the connection between the client and the server. The services are .NET applications and the client is a mobile application which is also a .NET application. I am got the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,472 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,249 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,324 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
124 questions
asked 2024-05-29T11:57:56.0666667+00:00
Singh, Sheetal 0 Reputation points
commented 2024-05-30T04:22:17.5433333+00:00
Singh, Sheetal 0 Reputation points
1 answer

ADF lost access to Dynamics CRM / Dataverse after MFA was turned on

Today my ADF pipelines started throwing errors: Operation on target Process order failed: ErrorCode=DynamicsFailedToConnect,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Failed to connect to Dynamics: Unable to Login to…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,780 questions
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.
83 questions
Microsoft Dataverse Training
Microsoft Dataverse Training
Microsoft Dataverse: A Microsoft service that enables secure storage and management of data used by business apps. Previously known as Common Data Service.Training: Instruction to develop new skills.
10 questions
asked 2024-05-09T13:00:44.1466667+00:00
11-4688 61 Reputation points
edited the question 2024-05-30T04:21:05.7133333+00:00
Givary-MSFT 28,576 Reputation points Microsoft Employee
2 answers

Cannot see linked subscription under new tenant

Hello everyone, From my main default directory, I created a new B2C tenant, and it was created successfully. My user account has global administrator rights under this new tenant. The new tenant is linked to my Pay-as-you-Go subscription, as shown in the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,900 questions
asked 2024-05-27T08:28:13.4966667+00:00
Naeem Raza 0 Reputation points
commented 2024-05-30T04:20:58.4933333+00:00
Navya 4,860 Reputation points Microsoft Vendor
1 answer

does azure can deducted money from debit card after e mandate cancellation

I am a student went on pay as you go azure subscription using debit card. 92000 rs bill was generated as I didnot deleted few services. I had already cancelled e -mandate as well deleted my azure subscriptin. Will azure can charge the transcation as I…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,268 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,141 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,048 questions
asked 2024-05-08T12:00:13.9733333+00:00
Neeraj Kumar Gupta 0 Reputation points
edited the question 2024-05-30T04:20:08.75+00:00
Givary-MSFT 28,576 Reputation points Microsoft Employee
1 answer

Can I get Azure DNS Metrix via the API?

Hi, is it possible to use Azure DNS Management Client API to get the monthly amount of queries for a given zone? Thanks

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
608 questions
asked 2024-05-30T01:01:54.7533333+00:00
Anthony Robinson 0 Reputation points
edited the question 2024-05-30T04:17:34.8633333+00:00
KapilAnanth-MSFT 37,561 Reputation points Microsoft Employee
1 answer

Remote Desktop Connection error- Windows 11

A newbie here trying to setup Azure Sentinel (SIEM) & connect it to a live virtual machine that will act as a honeypot. But facing an error with RDP, Windows 11 home edition doesn't support Remote Desktop.…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,304 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,466 questions
asked 2024-05-08T06:48:15.5266667+00:00
sam_2k4 0 Reputation points
edited the question 2024-05-30T04:17:32.3533333+00:00
Givary-MSFT 28,576 Reputation points Microsoft Employee
1 answer

Need help with azure workbook and function app

Hi, I am trying to use a function app to make an api call to our product. I am not doing this operation from the workbook itself because I end up doing multiple api calls and lots of heavy lifting is done in workbook, instead I want the function app to…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,874 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,405 questions
asked 2024-05-30T01:35:25.0766667+00:00
Ashwin Venkatesha 205 Reputation points
answered 2024-05-30T04:16:46.5466667+00:00
AnuragSingh-MSFT 20,831 Reputation points
1 answer

I have cleared my Azure devops certification exam (AZ-400) 3 days back-But still I could not see the transcript generated for the same.

I have cleared my Azure devops certification exam (AZ-400) 3 days back-But still I could not see the transcript generated for the same.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,268 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,889 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,263 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,315 questions
asked 2024-05-08T06:05:11.49+00:00
Radhakrishnan, Charumathi 0 Reputation points
edited the question 2024-05-30T04:16:27.9033333+00:00
Givary-MSFT 28,576 Reputation points Microsoft Employee
3 answers

Script Activity not supporting multi-instruction with new Snowflake connector

I have a pipeline, in Azure Data Factory that has an "Activity Script" that executes 3 instructions against Snowflake. The script was working fine until I have updated the Snowflake connection in order to remove the legacy Snowflake connection…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,780 questions
asked 2024-03-21T08:23:45.0033333+00:00
DavidR 15 Reputation points
answered 2024-05-30T04:15:10.67+00:00
Amit Pandit 0 Reputation points
2 answers

B2C Sign Up Issue in Azure API Management Developer Portal

Hello, I'm encountering an issue with my API Management developer portal. Currently, the portal only permits sign-ins and sign-ups via B2C. Previously, I successfully tested the sign-up and sign-in system. However, after updating the gateways for both…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,815 questions
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,684 questions
asked 2024-05-07T19:23:12.0833333+00:00
hampton123 1,055 Reputation points
answered 2024-05-30T04:13:56.7933333+00:00
Givary-MSFT 28,576 Reputation points Microsoft Employee