55,044 questions

Sort by: Updated
0 answers

While Creating a new folder in a drive, got Invalid Request. Microsoft.Graph.Models.ODataErrors.ODataError: One of the provided arguments is not acceptable.

I was trying the example from the url: https://learn.microsoft.com/en-us/graph/api/driveitem-post-children?view=graph-rest-1.0&tabs=cli to create a folder in the drive. I have a registered app with following Admin Granted permissions : When…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,868 questions
asked 2024-05-28T14:45:50.0566667+00:00
Ramana Reddy Chamakura 0 Reputation points
0 answers

Junk characters issue when trying to read Thai resources (.rc) in Windows App

I am working on the development of a windows app where when the .rc file used in this project is localized in thai junk characters appear on the app UI. We are using ANSI based rc files in this project. I understand that for my app to work I need to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,707 questions
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
733 questions
asked 2024-05-28T14:41:40.8166667+00:00
Daman 0 Reputation points
0 answers

How to configure alerts for long running automation runbooks

Hello , How can I set up an alert to notify me if an Automation runbook takes more than 30 minutes to complete? I have set up an alert for statuses "Completed," "Failed," and "Suspended," and receiving notifications but I am…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,144 questions
asked 2024-05-28T06:42:04.1233333+00:00
Sai Praneeth Eranti 150 Reputation points
commented 2024-05-28T14:38:32.3166667+00:00
AnuragSingh-MSFT 20,831 Reputation points
0 answers

How to insert,update, delete in single row of gridview

I am developing ASP.NET application and i am using gridview in that. Here, i am not using any textbox controls outside of the gridview to save the record. everything i want to maintain in same row of the records. for example, when page load, if any…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,319 questions
asked 2024-05-28T14:36:20.12+00:00
Gani_tpt 1,786 Reputation points
0 answers

Outlook purges a copy of an email in deleted items when moving an email to another mailbox

Hello, We have a customer who has his own Exchange Server and recently when they move an email from for example info@hallo.com to info@welcome.com, the email gets moved to the inbox from info@welcome.com but in the emailaccount info@hallo.com the mail is…

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,401 questions
asked 2024-05-28T14:36:15.9633333+00:00
Bram Manders 0 Reputation points
0 answers

Cannot register for Hardware Developer Program

I am trying to register for the Hardware Developer Program. I am logged into an account that is marked as Global Administrator when I check in Microsoft Entra admin centre ("Your Role: Global Administrator"). However I cannot progress through…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,887 questions
asked 2024-05-28T14:33:50.4333333+00:00
Lumi Dev 0 Reputation points
0 answers

CA migration

Hello, I have a DC server that contains the role of Certificate Authority (CA). I want to de-promote this server to a domain member server. If I de-promote the server: Will the CA configuration be kept? In case I have to migrate it to a new server: Can…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,512 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,405 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,306 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,749 questions
asked 2024-05-28T14:33:44.5+00:00
Raul Guchinife 100 Reputation points
0 answers

Questions related to app installer integration in Maui - app windows

Hello team, I'm trying to configure the automatic updates for the Maui - Application. Currently we are sharing the application via Software center. Now I want to configure the automatic app deployment for the application via .appinstaller…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,989 questions
asked 2024-05-28T14:33:37.2033333+00:00
Vaibhav Methuku 80 Reputation points
0 answers

Anyone have any idea any idea why we have Workstation\local_users in the system console user?

checked for Primary Users/Resource Explorer for machines from SCCM Console and out of 20K machines, almost 16K machine having one of the primary user as 'MachineName\Local_Users'. Is this expected? Where is it coming from? is it because of the system…

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,862 questions
Microsoft Configuration Manager
asked 2024-05-28T14:32:38.2166667+00:00
VIKASH JOSHI 0 Reputation points
0 answers

Visual studio 2022 Core 6 - Error APPCRASH en IIS

Hola, tenemos publicado un WS en un IIS que utiliza Core 6. El WS genera un número elevado de ficheros. Lanzando pruebas aleatorias de 5.000, 6.000 o 10.000 ficheros para generar, a veces nos salta un error que cierra todo lo que esté corriendo bajo el…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,246 questions
asked 2024-05-28T14:31:33.2266667+00:00
MariajoIM 0 Reputation points
0 answers

Azure Data Factory: Fetch xml to return all the attributes not working properyl

Hi, Thanks in advance for your response. I am using copy activity to copy the data from one environment to another environment in dynamics 365. If I dint use any filter in the fetch xml query, it works fine. Otherwise i am getting missing key…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,772 questions
asked 2024-05-28T14:31:05.47+00:00
Maniraj K V 0 Reputation points
0 answers

Can I use global interactivity along with per page interactivity in same project of .net 8 blazor web app ?

I have created a blazor web app application and I want to use global auto render mode along with per page interactivity mode in same project, is it possible ?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,466 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,246 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,424 questions
asked 2024-05-28T14:30:31.64+00:00
Kuldeep Y 36 Reputation points
0 answers

Cloud AP Error - AAD_CLOUDAP_E_HTTP_CERTIFICATE_URI_IS_EMPTY - What is missing from Mex?

I'm receiving a AAD_CLOUDAP_E_HTTP_CERTIFICATE_URI_IS_EMPTY error from a LsaLogonUser request with a Certificate on a smart card (Using KERB_CERTIFICATE_LOGON). I understand that a Certificate Endpoint URI is missing from the Metadata of WS-FED, but I'm…

Microsoft Entra
asked 2024-05-22T18:12:07.93+00:00
Merlin Avery 21 Reputation points
commented 2024-05-28T14:24:35.49+00:00
Merlin Avery 21 Reputation points
0 answers

How to connect to Fabric Datawarehouse or Fabric DataLake using C#

We've a Data ware house present inside our Azure Fabric environment. We want to do crud operation on top of this. How can we connect to Fabric Data warehouse or Fabric DataLake using C#.

Microsoft Fabric Training
Microsoft Fabric Training
Microsoft Fabric: A Microsoft unified data platform.Training: Instruction to develop new skills.
12 questions
asked 2024-05-28T13:04:48.9766667+00:00
Debashis Jena 71 Reputation points
commented 2024-05-28T14:21:24.8633333+00:00
Rakesh Gurram 4,050 Reputation points Microsoft Vendor
0 answers

How to avoid duplicate Reminders in Outlook App / iOS

When starting the Microsoft Outlook App on Windows, a dialog box appears listing Reminders for Meetings that have already occurred. Notifications for the Meetings appeared on iOS and were cleared on that platform. Clearing the Notifications on iOS seems…

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,978 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,127 questions
asked 2024-05-28T14:17:15.16+00:00
Donald Pellegrino 0 Reputation points
0 answers

Questions on Azure Databricks prepurchase plan

Hello, Our customer had purchased Azure Databricks prepurchase plans but their utilization is not even 50% over 3 months and their expiry date is 15 months from today. Could you please clarify on following questions? Why Azure Databricks prepurchase…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,975 questions
asked 2024-05-28T09:35:55.2666667+00:00
Anil Kumar 200 Reputation points
edited the question 2024-05-28T14:17:05.2633333+00:00
SadiqhAhmed-MSFT 39,236 Reputation points Microsoft Employee
0 answers

Newly added databases not being detected by Azure backup

We have a third party who installed 2 new databases on on Azure VM, but when I try to add these databases to the existing backup plan they fail to detect. All other databases are visible and being backed up. I have to set a maintenance plan to backup…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,146 questions
asked 2024-05-28T09:38:40.6533333+00:00
Richard Hipkin 0 Reputation points
commented 2024-05-28T14:14:40.9033333+00:00
SadiqhAhmed-MSFT 39,236 Reputation points Microsoft Employee
0 answers

Azure deployed Win VM allow inbound only possible when manually done

I am deploying Windows VMs to Azure with firewall open to allow traffic needed from and to Windows VM. Upon deploy the Inbound traffic is blocked in Windows Defender Firewall. I have tested multiple options with PowerShell, all do not produce an error…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,291 questions
asked 2024-05-28T14:12:16.4466667+00:00
Arturo Centeno 0 Reputation points
0 answers

Are the hardware requirements for ASDK up to date?

I am planning to build a PC to run Azure Stack Development Kit so that we can validate some configurations before applying them in a production Azure Stack Hub environment. The latest hardware requirements state a dual-socket motherboard/CPU is needed…

Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
180 questions
asked 2024-05-13T20:20:28.24+00:00
D'Arcy Rittich 0 Reputation points
commented 2024-05-28T14:09:41.4966667+00:00
D'Arcy Rittich 0 Reputation points
0 answers

Clarification on In-Place Migration Eligibility for Azure Database for MySQL Server

Dear Azure Support Team, I received a notification stating that our Azure Database for MySQL server is scheduled for in-place migration to Flexible Server during the maintenance window of 01/07/2024 - 02/07/2024, 23:00 - 05:00 UTC. However, our server…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
999 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
728 questions
asked 2024-05-28T14:05:26.17+00:00
Cosmina Alexandra Jelea (RO) 145 Reputation points