341,506 questions

Sort by: Updated
2 answers

Custom ApiController Model Binding type conversion error

According to the Model Binding documentation: In an API controller that has the [ApiController] attribute, invalid model state results in an automatic HTTP 400 response. So when I send an invalid type in the request body (e.g. int instead of string),…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,157 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,234 questions
asked 2024-04-24T10:30:29.13+00:00
iKingNinja 40 Reputation points
commented 2024-04-25T09:04:47.15+00:00
iKingNinja 40 Reputation points
0 answers

I can't create a Function with the free subscription

It's been 5 days now trying to create a function app on my free Microsoft Azure account but nothing is working. I have also tried to change regions but nothing is working. Please help me fix the issue.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,119 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,528 questions
asked 2024-04-25T06:42:30.44+00:00
brian obizi 0 Reputation points
commented 2024-04-25T09:04:22.2733333+00:00
brian obizi 0 Reputation points
1 answer

Windows Powershell and Visual Studio Running Extremely Slow

Hello, I work as an IT support engineer for my company and a user reached out to me saying that they have been experiencing issues with their VS code and Powershell commands running very slow. I recreated the same environment on my laptop, and I had the…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,602 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,362 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,048 questions
asked 2024-04-24T19:29:34.0733333+00:00
Daniel Bulakh 0 Reputation points
answered 2024-04-25T09:04:11.4833333+00:00
Ari Volcoff 0 Reputation points
0 answers

[MAUI] How to set the icon of a new window in MAUI? Including Android and Windows platforms

I need to open a new window on my Android device and set its icon, similar to a WeChat mini program, but I haven't seen any API documentation related to it in the official documentation that allows me to set its icon, so I want to ask if this is possible…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,367 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,861 questions
asked 2024-04-18T01:43:45.9833333+00:00
studio XFE 5 Reputation points
commented 2024-04-25T09:03:58.9166667+00:00
studio XFE 5 Reputation points
1 answer

Using SharePoint API or Graph API how can I extract who visited a SharePoint site page and when?

I've come across a few articles which talk about extracting the SharePoint site usage information using the relevant APIs. So my problem is that the API's I see do not give the required level of granularity I need to be able to create useful report,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,572 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,610 questions
asked 2024-04-24T14:29:33.2766667+00:00
Mr Hussain 0 Reputation points
answered 2024-04-25T09:03:50.98+00:00
Haoyan Xue_MSFT 19,636 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Linux dynamic workers are not available in resource group

Hi Azure Functions, I Have a Resource Group, when i tried to create a new Azure Function App (Python, veersion : 3.9, location: East Us , Os : Linux(Since windows was not available) I have got the below error( Code:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,249 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,865 questions
asked 2024-04-22T23:48:43.67+00:00
Roopesh Bharatwaj KR 0 Reputation points
accepted 2024-04-25T09:03:48.16+00:00
Roopesh Bharatwaj KR 0 Reputation points
1 answer

Need to login Outlook with new credential, but prompting for old credentials when migrated device across domain in different forest

Hi Team, We are migrating device and user identity across the domain in different forest. After migration of the device the user is trying to access the new profile with using new domain credential, but always prompt for old credentials and attaching…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
2,952 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,885 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,173 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,884 questions
asked 2024-04-18T06:23:03.6366667+00:00
Prabhjot Singh 125 Reputation points
commented 2024-04-25T09:03:31.91+00:00
ChristyZhang-MSFT 20,801 Reputation points Microsoft Vendor
1 answer

Unable to Publish Report to Power BI Service in VM Lab Power BI Desktop

Hello, I am currently taking the PL-300T00--A: Microsoft Power BI Data Analyst Course in the VM lab. I am encountering an issue where the Publish button is not triggering when attempting to publish a report to Power BI Service from Power BI Desktop. This…

Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
318 questions
Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
572 questions
asked 2024-04-25T05:38:48.2366667+00:00
Vinay Akuleti (TATA CONSULTANCY SERVICES LTD) 0 Reputation points Microsoft Vendor
accepted 2024-04-25T09:02:51.6633333+00:00
Vinay Akuleti (TATA CONSULTANCY SERVICES LTD) 0 Reputation points Microsoft Vendor
1 answer

graph API filter being ignored

I have a flow that returns a list of all site pages using the graph api. I've been trying to add a date filter, but it seems to be completely ignored when running the GET request.  I've tried to simplify it as much as possible and it seems I can't get…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,572 questions
asked 2024-04-24T08:35:49.4233333+00:00
Nick Mumby 0 Reputation points
answered 2024-04-25T09:02:43.56+00:00
CarlZhao-MSFT 36,891 Reputation points
1 answer

Exchange 2016 HMA - Unable to sign into outlook for iOS/Android

Hi, My organization is using Exchange Server 2016 CU23 Apr24HU. We have established a hybrid configuration with our GCC tenant. Recently we are no longer able to log on-premises users into the outlook mobile application. They authenticate successfully…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,952 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,884 questions
asked 2024-04-24T15:50:34.6666667+00:00
Michael Herman 0 Reputation points
edited an answer 2024-04-25T09:02:42.74+00:00
Noah Ma-MSFT 535 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

NEW OUTLOOK "Group into conversations" not working for Shared Mailbox

Hi everyone, Can someone advise if in the version: "Microsoft Outlook Version 1.2023.516.100 (Production)" we can set the view in Shared Mailboxes to "Group into conversations". It is showing that it is enabled but not working. What…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
2,952 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,885 questions
asked 2023-05-30T14:00:00.2066667+00:00
Jose Medrano 35 Reputation points
commented 2024-04-25T09:01:36.39+00:00
Anna Tamilina 0 Reputation points
1 answer

Can there be two folders with the same name in public folders in O365?

Hi, Now it is possible to create a folder with the same name in public folders in O365 via Outlook. That's all right, please ? Note: This is not possible via Exchange admin center. Outlook version: Microsoft® Outlook® for Microsoft 365 MSO (Version 2403…

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,885 questions
asked 2024-04-15T07:48:07.04+00:00
SC 146 Reputation points
commented 2024-04-25T09:01:12.2133333+00:00
SC 146 Reputation points
0 answers

Cannot delete Viva Learning Provider even if all related Course-Activities and Learning-Contents are deleted

We created a bunch of Learning Providers in our tenant for testing purposes. We also created Learning Contents and assigned those contents to some users in our tenant by creating Course-Activities using Graph API POST…

Viva Learning
Viva Learning
A Microsoft Viva module that provides employees with formal and informal learning.
82 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,572 questions
asked 2024-04-24T07:33:02.1066667+00:00
René Nicolao 0 Reputation points
commented 2024-04-25T09:00:27.77+00:00
LiweiTian-MSFT 13,985 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

How to add more fonts to office online(office web apps)?

How to add more fonts to office online(office web apps)? There are too few fonts to support document preview...... also,I see WebOneNote in office online. Is it available? If so, how to use it?

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,573 questions
asked 2021-01-22T18:51:17.747+00:00
FUYÉERÉT ACCOUNT 86 Reputation points
commented 2024-04-25T09:00:17.3866667+00:00
FUYÉERÉT ACCOUNT 86 Reputation points
1 answer

Remote Desktop Connection, error saving default.rdp

Getting 'An Error occurred trying to save to a file

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,235 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,154 questions
asked 2024-04-25T07:51:13.4133333+00:00
Philip van Rensburg 0 Reputation points
answered 2024-04-25T08:59:50.54+00:00
Jing Zhou 1,930 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

[Solved] Activate the disk on file history

Hi, I can't activate the disk on file history, it says unable to activate file history.. The service is enabled, I tried with 2 other hdd, but I get the same result. ! I only needed it to save personal files, since I've always used it. Thank you

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,154 questions
asked 2024-04-23T17:19:42.2166667+00:00
Piero 35 Reputation points
accepted 2024-04-25T08:58:24.96+00:00
Piero 35 Reputation points
0 answers

Does Dsregcmd \leave uneroll Win 11 device from intune??

Hi experts We have a Windows 11 device which is Hybrid joined as well as Co-Managed. We want to remove the device from the Intune. We are running the DSREGCMD /Leave command to unjoin the from hybrid. after this the device object is deleted from the…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,154 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,324 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,048 questions
asked 2024-04-25T08:57:41.8933333+00:00
Anant Bera 86 Reputation points
edited the question 2024-04-25T08:58:11.5+00:00
Anant Bera 86 Reputation points
0 answers

Possible typo/error within sentence context

https://learn.microsoft.com/en-us/training/modules/security-copilot-describe-core-features/5a-describe-knowledge-base-connections Unit: Describe knowledge base connections (Unit 7 of 9) Under the File Upload section, number 4 states the…

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.
889 questions
asked 2024-04-25T05:10:14.69+00:00
Daniel Schwarzentraub 0 Reputation points
commented 2024-04-25T08:57:10.81+00:00
kguntaka 320 Reputation points Microsoft Vendor
2 answers

Windows 11 Enterprise , error Mode S al instalar office 2019

Hola el problema es que no puedo instalar office 2019 pro plus en Windows 11 Enterprise activado. Tengo version windows 11 23h2 Enterprise Sale error Mode S

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,298 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,154 questions
asked 2024-04-24T17:04:47.6933333+00:00
Rivera, Claudio Fabian 0 Reputation points
answered 2024-04-25T08:56:52.84+00:00
Jing Zhou 1,930 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Migrate Azure SQL server instance to SQL managed instance

Dear forum, We're planning to migrate our DBs on a SQL server instance to a SQL managed instance. We're focussed on migration our dev/test instance first before doing production. The back-ups are done using the Azure Recovery Vault service. We would like…

Azure SQL Database
asked 2024-04-18T13:26:25.6633333+00:00
NIJSTEN Stephen 80 Reputation points
commented 2024-04-25T08:56:45.3833333+00:00
NIJSTEN Stephen 80 Reputation points