341,483 questions

Sort by: Updated
1 answer

Fullscreen on Mac

I made it fullscreem for Windows. .ConfigureLifecycleEvents(events => { #if WINDOWS events.AddWindows(windows => windows .OnWindowCreated((window) => { …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,860 questions
asked 2024-04-24T14:23:22.0966667+00:00
Eduardo Gomez Romero 205 Reputation points
answered 2024-04-25T07:27:50.6466667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,221 Reputation points Microsoft Vendor
0 answers

Using REPLICATE_REWRITE_DB in Azure MySQL database

Database names in my Master and Replica server are different. Master DB name - uas-tms-20211111 Slave DB name - uas-tms-uat To get the replication working in this scenario, we use REPLICATE_REWRITE_DB option in on-prem MySQL servers. …

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
712 questions
asked 2024-04-23T12:20:53.6433333+00:00
commented 2024-04-25T07:27:26.96+00:00
1 answer

How to fix ContainerCreateFailure error ["Msg":"Container \u0027xxx\u0027 was terminated with exit code \u0027\u0027 and reason \u0027ContainerCreateFailure\u0027","Reason":"ContainerTerminated","EventSource":"ContainerAppController"]

Hello! When I deploy a container app in my original managed environment (Consumption Only) with 2 CPU cores and 4Gi memory, I am successfully able to pull my image from my Container Registry and deploy it. However if I were to create a dedicated…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
386 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
261 questions
asked 2024-04-25T05:53:01.05+00:00
David 0 Reputation points
answered 2024-04-25T07:26:40.6633333+00:00
Anveshreddy Nimmala 2,305 Reputation points Microsoft Vendor
0 answers

Function with timer trigger stopped firing.

Hi, I have an Azure function that gets triggered by a timer every 5 minutes. This function stopped firing yesterday morning and then started firing again yesterday afternoon. I've looked in App Insights but see nothing that explains why this would have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,248 questions
asked 2024-04-24T10:46:23.3466667+00:00
Kevin White 0 Reputation points
commented 2024-04-25T07:26:35.23+00:00
JananiRamesh-MSFT 21,001 Reputation points
0 answers

Send 4 reqeusts at the same time, but still get "Application is over its MailboxConcurrency limit."

Hi, I am developing an application that can create and delete appointments in a calendar. I have read through the Graph throttling-limits documentation and understand that only 4 concurrent requests can be sent. Therefore, I created 4 threads to send…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,951 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,480 questions
asked 2024-04-25T02:09:46.36+00:00
Alex Kang 0 Reputation points
commented 2024-04-25T07:25:25.2466667+00:00
SokiGuo-MSFT 23,236 Reputation points Microsoft Vendor
0 answers

I am working in SSL using webservice.h. I want to modify the HTTP header information in the request by adding Keyid = "value"

I am working on SSL (using webservice.h). Please find below the request. In the highlighted headers below , I want to add Keyid = "Value". I am trying to do this but not able to get any clue. I have tried using WsAddCustomHeader but this is…

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,422 questions
Windows Network
Windows Network
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.Network: A group of devices that communicate either wirelessly or via a physical connection.
647 questions
asked 2024-04-23T09:17:25.6866667+00:00
Sriram Mahalingam (Contractor) 0 Reputation points
edited a comment 2024-04-25T07:25:14.64+00:00
Tong Xu - MSFT 1,061 Reputation points Microsoft Vendor
2 answers

Automating Email Notifications for Mailbox Storage Monitoring

Hi everyone, I'm looking to automate a task where I receive an email notification when a specific email mailbox reaches 80% of its storage capacity. After researching, it seems that using Azure Automation Accounts would be the way to go. Firstly, I'm…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,113 questions
asked 2024-04-17T12:01:56.5133333+00:00
Aran Billen 516 Reputation points
answered 2024-04-25T07:22:42.3033333+00:00
AnuragSingh-MSFT 19,691 Reputation points
2 answers

Downloads are going to Microsoft Store and not letting me download

All my laptop downloads are going through Microsoft Store and they won't let me download because they say it is not an acceptable app and to go to the store!! It is NOT a Microsoft store app it is a TaxAct app I'm trying to download to my desktop. How do…

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
827 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
899 questions
asked 2024-04-09T19:21:19.6733333+00:00
Sharon McEntire 0 Reputation points
edited the question 2024-04-25T07:21:27.72+00:00
Yu Zhou-MSFT 12,056 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to resolve error for generating and binding free App Service Managed Certificate?

Trying to add a custom domain to my Web App in Azure. I've triple checked the DNS and TXT records on my custom domain but still can't add the binding for a free App Service Managed Certificate. The deployment just sits there for hours and will never…

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-24T18:38:44.91+00:00
Seth 0 Reputation points
commented 2024-04-25T07:21:02.23+00:00
Seth 0 Reputation points
1 answer

Task Scheduler Not Always Run Batch File

I have set a task to run a .bat file which runs 2 Python files.  This works successfully when I run it manually, and I have set it to wake up the computer (a desktop plugged into a UPS) twice a day 12 hours apart and run. Normally it does wake up the…

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,740 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,150 questions
asked 2024-04-09T17:47:46.9866667+00:00
pandionva-1921 0 Reputation points
edited the question 2024-04-25T07:20:43.5866667+00:00
Yu Zhou-MSFT 12,056 Reputation points Microsoft Vendor
1 answer

mx.google.com rejected your message to the following email addresses:

I am having trouble with sending messages via my outlook account I am using the web version of the outlook and am using the Microsoft exchange i, keep getting the following error. mx.google.com rejected your message to the following email…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,951 questions
asked 2024-04-22T17:44:13.7933333+00:00
chris chauke 0 Reputation points
answered 2024-04-25T07:17:13.25+00:00
Faery Fu-MSFT 16,816 Reputation points Microsoft Vendor
0 answers

How Can I set the right value according to comparison conditition

Hello, i have 2 tables , the first one is a referential of the quality services and the second is a historical tables as bellow the DDL : drop table if exists #oderstatus_quality create table #oderstatus_quality ( id int identity primary key, label…

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,691 questions
asked 2024-03-22T23:48:06.14+00:00
Yassir 201 Reputation points
commented 2024-04-25T07:17:03.4633333+00:00
Greg Low 1,485 Reputation points Microsoft Regional Director
1 answer

Let guests to see room availability and to book a room

Hi We have added meeting rooms as room resource in M365 Admin Portal. What are my options to let external guest persons to see a room availability (free/busy) and to let these external guests to book a room? These people belong in another M365 tenant and…

Microsoft Exchange Online
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
asked 2024-04-24T14:31:36.9766667+00:00
IMK 381 Reputation points
commented 2024-04-25T07:16:59.0366667+00:00
Vasil Michev 95,181 Reputation points MVP
2 answers

SQL Server Express 2022 Reinstall

Hi I have a question regarding the install process of SQL Server 2022 Express. I was running the platform successfully. My laptop was then migrated to a different domain and SQL Server stopped working (folder rights). I subsequently uninstalled SQL…

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,691 questions
asked 2024-04-19T06:14:14.86+00:00
Francois Timms 0 Reputation points
answered 2024-04-25T07:16:22.57+00:00
Francois Timms 0 Reputation points
1 answer

DCI Client Level Reporting Not Available

Is there any plan to fix the following error: The item '/DCI/DCI_Client_Level' cannot be found. (rsItemNotFound) Get Online Help for the Digital Contact Data reporting at a client level? This error is consistent across many representatives and has been…

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,691 questions
asked 2024-04-12T13:43:30.3566667+00:00
Hilton, Tyler 0 Reputation points
answered 2024-04-25T07:15:54.6766667+00:00
Greg Low 1,485 Reputation points Microsoft Regional Director
2 answers

Default policy query

Hi , I've seen some non-compliant machines in my Intune environment due to default compliance policies. My query is about where these default policies are applied from and how to remediate them, as I haven't seen any such policies in configuration or…

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,716 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,323 questions
asked 2024-04-25T06:47:40.15+00:00
TechUST 416 Reputation points
answered 2024-04-25T07:15:31.2266667+00:00
xenia 391 Reputation points
1 answer

I would like to get information about NCadsA10_v4 series.

Hello. I would like to use NCadsA10_v4 series in West US3 region. By the way, there is no place to know the information about this SKU, so I would like to know how many GPUs there are and how many VRAMs there are. By any chance, could you provide a link…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,118 questions
asked 2024-04-25T04:21:37.95+00:00
유진 110 Reputation points
commented 2024-04-25T07:15:22.65+00:00
유진 110 Reputation points
2 answers

Can we focus furthermore to the results of upgrading a non-qualified device to Windows 11?

Given that the only prerequisites not met are CPU and TPM (MoSetup), and that a WIM file will be deployed with a 'DISM apply image' command after locating the file (version matched with index source); predictably on the reboot there will be on-screen…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,609 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,150 questions
Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,086 questions
asked 2024-04-23T23:50:46.34+00:00
Claus Debanker 21 Reputation points
commented 2024-04-25T07:15:18.5466667+00:00
Claus Debanker 21 Reputation points
2 answers

SCCM - Only Cumulative Updates are failing for the machines, Installed and later showing as Failed

Other updates are installing without any issue. Only issue with the Cumulative updates which are showing as installed first but after some time/reboot, they are showing the status as failed in Software Center. Been through some readings and most of them…

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
960 questions
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
899 questions
Microsoft Configuration Manager
asked 2024-03-28T09:31:20.38+00:00
VIKASH JOSHI 0 Reputation points
commented 2024-04-25T07:15:10.5066667+00:00
VIKASH JOSHI 0 Reputation points
1 answer

How to attach the Edge WebDriver to the running WebView2 app that is launched from a edge webdiver

How can I attach the Edge WebDriver to a running WebView2 app that is launched from an Edge WebDriver? I have a desktop application that has WebView2, and I can automate it by launching the UI app using WinAppDriver and attaching the Edge driver to the…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,125 questions
asked 2024-04-24T18:06:52.0233333+00:00
E, Arun 0 Reputation points
answered 2024-04-25T07:15:08.7033333+00:00
ShiJieLi-MSFT 7,391 Reputation points Microsoft Vendor