341,969 questions

Sort by: Updated
1 answer

All my tasks in Task Scheduler are suddenly continuously repeating until I manually stop them.

I set up tasks in my task scheduler to play music as cues for my classroom. They were working fine until this week. Now they are playing on time, but don't stop. Every song task is now continually repeating until I stop it manually. I've tried…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,618 questions
asked 2024-04-26T21:34:33.64+00:00
Tami Cummings 0 Reputation points
answered 2024-04-27T01:49:53.4766667+00:00
MotoX80 31,571 Reputation points
2 answers

Query Application Insights in Logic App

I am trying to query Applications Insights from a logic app and I'm getting errors. I use the Run Analytics Query and my query is exceptions (which works when I do a app insights log query). When the logic app runs, I get the following error. …

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,845 questions
asked 2024-04-25T22:19:22.65+00:00
Karl Swierenga 20 Reputation points Microsoft Employee
commented 2024-04-27T01:45:45.16+00:00
Aki Nishikawa 400 Reputation points Microsoft Employee
0 answers

ADF pipeline with upsert throwing error "The data type text cannot be used as an operand to the UNION, INTERSECT or EXCEPT operators because it is not comparable"

ADF pipeline writing data from AZURE sql to on prem SQL Server with upsert operation. TEXT fields are part of target system, Even though TEXT fields are not selected in select query and are not mandatory fields still throwing error. I cannot change…

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,714 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,545 questions
asked 2024-04-27T01:42:51.18+00:00
Shantanu Dekapurwar 0 Reputation points
5 answers

merge excel files

How to merge several Excel file into one worksheet in Excel?

Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,641 questions
asked 2021-04-23T11:50:20.727+00:00
Patrick Wu 1 Reputation point
commented 2024-04-27T01:37:46.6433333+00:00
lamhaocc 0 Reputation points
0 answers

How to Clear the Azure App Service Cache

I have an Angular website hosted in a Linux-based Azure app service. It leverages SendGrid to send transactional email messages to customers. The problem is that the changes I make to API endpoints through my environment files are not reflected by the…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
946 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,879 questions
asked 2024-04-27T01:27:37.2866667+00:00
Darlene Fountaine 20 Reputation points
edited the question 2024-04-27T01:35:20.0933333+00:00
Darlene Fountaine 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to programally check if the user-assigned managed identity have access/permissions to the key from key vault in an other tenant?

Hi, There is two tenant A, B. tenant A have two application, 1. manageApp used by my program 2. CMEK-app using to get permisstion from tenant B by admin consent. And one user-assigned managed id configured as federated identity with the CMEK-app used…

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,116 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.
946 questions
asked 2024-04-15T05:35:43.28+00:00
Siqing Zheng 20 Reputation points
commented 2024-04-27T01:32:51.5166667+00:00
Shweta Mathur 27,456 Reputation points Microsoft Employee
2 answers

How to hide users in GAL

Hi! I am scratching my head on this after looking at several posts.. Issue: We have leavers which we disable, remove licenses, convert mailboxes to shared ones and so on. We also moved the users to a non-synchronized OU in AD. However, they still…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,858 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,887 questions
asked 2024-04-26T16:46:02.69+00:00
Jon L 0 Reputation points
answered 2024-04-27T01:31:49.27+00:00
Alexander Miller 0 Reputation points
1 answer

How do I activate a free Entra ID P2 on my trial subscription

I am trying to go through the instructions here: https://learn.microsoft.com/en-us/training/modules/allow-users-reset-their-password/4-exercise-set-up-self-service-password-reset Go to Microsoft Entra ID > Password reset. Select Get a free Premium…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
904 questions
asked 2024-04-25T18:39:51.95+00:00
Phillip Putzback 20 Reputation points
commented 2024-04-27T01:30:14.7633333+00:00
Marcin Policht 10,675 Reputation points MVP
1 answer

How do I fix Windows Sandbox error 0x80070424, the specified service doesn't exist as an installed service?

Whenever I try to launch Windows sandbox, it shows an error 0x80070424, the specified service does not exist as an installed service. I tried running sfc scan, restarting services, re-enabling features, restarting PC, nothing helped. I tried looking this…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,166 questions
asked 2024-04-26T12:41:57.7566667+00:00
Nika Kharazishvili 0 Reputation points
answered 2024-04-27T01:29:48.37+00:00
S.Sengupta 15,111 Reputation points MVP
0 answers

How to add to "GraphicsView" class with “DrawableProperty" in dotnet maui

Hello! I trying drawing of the circle in center which is touched in the "GraphicsView" control. And I thought the one of the important points is how to add "GraphicsView" class with "DrawableProperty" in dotnet Maui. Please…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,869 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,249 questions
asked 2024-04-27T01:29:11.7533333+00:00
康二郎 井上 0 Reputation points
0 answers

How to Clear Azure App Service Caching

I have an Angular website hosted in a Linux-based app service. It does leverage SendGrid to send transactional email messages to customers. The problem is that the changes I make to API endpoints through my environment files are not reflected by the…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
946 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,879 questions
asked 2024-04-27T01:22:37.3066667+00:00
Darlene Fountaine 20 Reputation points
0 answers

How to Clear App Service Caching

I have an Angular website hosted in a Linux-based app service. It does leverage SendGrid to send transactional email messages to customers. The problem is that the changes I make to API endpoints through my environment files are not reflected by the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,879 questions
asked 2024-04-27T01:20:32.3033333+00:00
Darlene Fountaine 20 Reputation points
1 answer

Freeze after closing valorant

so when i played valorant for 1 match and closed it, its fine, but when i played more than 2 games, it always freeze my pc, i cant click anything, cant press anything, i have to force shutdown my pc with the power button, any solution please answer, i…

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,543 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,166 questions
asked 2024-04-26T18:21:11.4966667+00:00
Vyn 0 Reputation points
answered 2024-04-27T01:13:49.9+00:00
S.Sengupta 15,111 Reputation points MVP
2 answers One of the answers was accepted by the question author.

unauthorized_client: The client does not exist or is not enabled for consumers

Hello, when I was doing the following exercise: https://learn.microsoft.com/en-us/training/modules/msgraph-toolkit-intro/4-exercise-sign-into-app to Use Graph Toolkit with this index.html : <head> <meta charset="UTF-8"> <meta…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,592 questions
asked 2023-02-14T17:18:43.3033333+00:00
PauloMatos 170 Reputation points
commented 2024-04-27T01:12:16.27+00:00
John Alexander Espinal Agudelo 0 Reputation points
1 answer

Block NTLM and NTLMv2 totally, only enable Kerberos

Dear PPL. I would like to totally shut down NTLMv2 in our Domain. I would like only Kerberos as our Accounts Authentications. Should I just change GPO of Default Domain Policy on AD: Network security: Restrict NTLM: Incoming NTLM traffic: to Deny All…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,127 questions
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,721 questions
asked 2024-04-22T07:06:01.32+00:00
Namless Shelter 216 Reputation points
commented 2024-04-27T01:08:36.02+00:00
Namless Shelter 216 Reputation points
1 answer

How to publish a game in Microsoft Store which is based upon Subscription modal handle through web application?

I have developed a game in Unreal. The player needs to sign up on our game through web application from where they can select different subscription. On the basis of subscription, we provide different features of the game. I am trying to publish my…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,618 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,747 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,166 questions
asked 2024-04-25T21:15:34.4966667+00:00
Mohan Ghimire 20 Reputation points
commented 2024-04-27T01:05:32.58+00:00
S.Sengupta 15,111 Reputation points MVP
1 answer

Bad Gateway error received when trying to simply deploy a WebApp

This is a new Azure subscription. I'm trying to create a new App Service to host a new Web App based on .NET 8. I go through the wizard pages to create the new resource and the new deployment. Then the deployment fails. "Bad Gateway". I've…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
946 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
958 questions
asked 2024-04-26T22:24:50.6566667+00:00
Cloud Admin Larry 0 Reputation points
answered 2024-04-27T01:00:04.9033333+00:00
hossein jalilian 2,535 Reputation points
1 answer

How to handle Azure SQL Virtual Machine discovery and cost together with Azure DevOps Server?

Hello, I am looking for answers for the scenario when we install Azure DevOps Server on Azure Virtual Machine. In this scenario we have VS Enterprise licenses so we have Azure DevOps Server license with SQL Standard license covered. However Azure came…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,130 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,035 questions
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,714 questions
asked 2024-04-25T08:00:03.7266667+00:00
Milan 56 Reputation points
edited a comment 2024-04-27T00:51:44.3233333+00:00
kobulloc-MSFT 23,416 Reputation points Microsoft Employee
2 answers

word 2019 voice dictation button does not exist

why does word not have voice dictation button? I have a Microsoft® Word 2019 MSO (versão 2208 Build 16. 0. 15601. 20644) 64-bit

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
660 questions
asked 2023-05-28T00:03:48.23+00:00
Mário de Almeida 0 Reputation points
commented 2024-04-27T00:51:41.49+00:00
Phoenix Nicholson 0 Reputation points
0 answers

How are github links created/referenced in function app

I am finding it difficult to understand how are these links generated. https://aka.ms/sentinel-ApigeeXDataConnector-azuredeploy https://aka.ms/sentinel-ApigeeXDataConnector-functionapp I am building a similar function app json for my solution, and I…

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,803 questions
asked 2024-04-27T00:50:47.2866667+00:00
Ashwin Venkatesha 105 Reputation points