Microsoft Q&A

Questions

Discover questions that will help you on every step of your technical journey.

240,912 questions

Sort by: Updated
0 answers

Retrieving Tagged Tables in Form Recognizer

I created a custom model using Form Recognizer Studio and tested it using the sample forms. The results in Form Recognizer Studio come out perfect. I can see the correct results in the Fields tab and in the JSON results in the…

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.
7,629 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,858 questions
Azure Form Recognizer
Azure Form Recognizer
An Azure service that applies machine learning to extract text, key/value pairs, tables, and structures from documents.
697 questions
asked 2023-04-02T03:36:27.55+00:00
Peter Weber 1 Reputation point
1 answer

I can't find 'Join this device to Azure Active Directory'?

How to find the 'Join this device to Azure Active Directory'? I think in my firewall its block but I don't know how to solve this. Can someone please tell me the step of configuration to find this. Note: The 'Join this device to Azure Active Directory'…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
4,011 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
6,748 questions
Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,688 questions
asked 2023-04-02T03:21:16.71+00:00
TechQ 141 Reputation points
answered 2023-04-02T03:33:57.3166667+00:00
Konstantinos Passadis 481 Reputation points
0 answers

Create a modeless window in WPF C# using "new" that mirrors input and display with the original using a UserControl

I apologize for the wordy Title of the post. My goal is to create a reusable group of XAML elements (by creating a UserControl) in order to display information either entered manually through text boxes or automatically elsewhere in a CS file. I then…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,294 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
609 questions
asked 2023-04-02T03:27:39.5633333+00:00
Levi Para 0 Reputation points
2 answers

Possibility of mixing azure ad ds with Azure AD

We have a cloud-only enterprise infrastructure in which there are computers managed by intune with configuration policies in intune and user computers are Azure AD joined. But the company needs to manage files that do not work and are not used correctly…

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,688 questions
Azure Active Directory Domain Services
asked 2023-04-01T09:40:44.3466667+00:00
Diego Ramírez 0 Reputation points
answered 2023-04-02T03:27:00.2733333+00:00
Konstantinos Passadis 481 Reputation points
0 answers

DCountWrapper

I cannot find what Dcountwrapper is and the Northwind template uses this. Can anyone help?

Access
Access
A family of Microsoft relational database management systems designed for ease of use.
75 questions
asked 2023-04-02T03:17:44.7566667+00:00
imodett 41 Reputation points
1 answer

My IOT edge device is not connecting to my IOT hub

Hi All, I am having an issue with connecting my IO-link master to my Azure IOT hub. For some reason the device tries to but never connects. I checked the Azure logs and its giving internal server error when the device is trying to connect. I also tried…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
753 questions
Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
255 questions
asked 2023-03-16T13:10:17.1+00:00
shahyan bharucha 0 Reputation points
commented 2023-04-02T03:17:03.0833333+00:00
shahyan bharucha 0 Reputation points
0 answers

REST API data to SQL (other Azure) to PowerBi

Hey There! Were new to the world of data and need some guidance. We looking to pull data from our whitelabel software using thier rest API and create reports in PowerBI. We want the data to be pulled and updated every day, and our understanding is that…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
254 questions
asked 2023-04-02T03:16:14.34+00:00
Jason Roberts 0 Reputation points
0 answers

Using a List of employees to open report

I would like to open a report based on the selection from a list of employees. Can this be done? IF so, please assist.

Access
Access
A family of Microsoft relational database management systems designed for ease of use.
75 questions
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.
541 questions
asked 2023-04-02T03:15:22.6066667+00:00
imodett 41 Reputation points
0 answers

When you click on the 'show in folder' in the edge browser, it open with Visual Studio.

I only got this bug when I upgraded Visual Studio to 17.5 version.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
2,822 questions
Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
1,463 questions
asked 2023-04-02T03:12:01.88+00:00
Water K 0 Reputation points
1 answer

C# SDK not returning table tag

I created a custom model using form recognizer studio and tested it using the sample forms here. Created (dynamic) table tag to only get the 'Details' and 'Total' from the table below. When tested in form recognizer studio, the table tag's…

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.
7,629 questions
Azure Form Recognizer
Azure Form Recognizer
An Azure service that applies machine learning to extract text, key/value pairs, tables, and structures from documents.
697 questions
asked 2022-09-22T23:57:07.297+00:00
f-ang 26 Reputation points
commented 2023-04-02T03:04:09.61+00:00
Peter Weber 1 Reputation point
2 answers

SQL 2022 new feature

Any new features or improvement in SQL 2022. and Any monitor related function delivered?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
9,178 questions
asked 2023-03-31T15:23:48.7233333+00:00
Elon Musk 161 Reputation points
answered 2023-04-02T03:02:30.1066667+00:00
Rahul Randive 866 Reputation points Microsoft Employee
3 answers

What is the best way to prevent my Window Opening with a White Background?

I tried showing the window, only after the paint message was received, painting the window black, but the window still appears white, before turning black. How can I make sure the window always opens black, and a white background is never seen, even for…

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.
1,988 questions
Windows 8
Windows 8
A Microsoft operating system.
173 questions
asked 2023-03-26T15:02:55.4466667+00:00
JWG 41 Reputation points
edited a comment 2023-04-02T02:56:19.5733333+00:00
JWG 41 Reputation points
1 answer One of the answers was accepted by the question author.

Replace string

Hello everyone, I have a string that contains some IP and port numbers in this format: 108.177.3.26:25 each block in IP can be from 1 to 3 digits, and port after : can be up to 5 digits (65535) No need to validate it, just gonna replace all those blocks…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
1,983 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.
7,629 questions
asked 2023-04-01T18:24:34.16+00:00
Peter Volz 0 Reputation points
accepted 2023-04-02T02:52:58.12+00:00
Peter Volz 0 Reputation points
1 answer

Security Update for SQL Server 2019 RTM GDR (KB5021125) Incorrectly Detects a Cluster

Security Update for SQL Server 2019 RTM GDR (KB5021125) Fails with the message below. The issue I am having is my PC is not part of any cluster nor has it ever been, nor have I installed it as a cluster. Not sure where this is coming from, or how…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
9,178 questions
asked 2023-04-02T01:38:40.6733333+00:00
Kenneth Demming 0 Reputation points
answered 2023-04-02T02:43:43.3966667+00:00
Rahul Randive 866 Reputation points Microsoft Employee
1 answer

Update on the Azure Solutions Architect Expert

MCID – MS0991118658 I have qualified as an Azure Solutions Architect Expert on the old certification exams (AZ-303 and AZ-304). Its not a certification renewal process, I have taken and passed the new exam, AZ-305. However, my Azure Solutions Architect…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
25,573 questions
asked 2023-04-02T02:33:53.44+00:00
FS2KimTaeinNTTDATA-0206 0 Reputation points
edited the question 2023-04-02T02:41:33.4666667+00:00
Dave Patrick 343.3K Reputation points MVP
0 answers

Start Menu not updating with items in Appdata\Roaming\Microsoft\Windows

We have a very strange issue with AppV Apps and Citrix. We are having problems with app shortcuts not appearing on the start menu, but the shortcuts are in the users profile on the machine C:\users\%username%\appdata\roaming\microsoft\windows\start menu.…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
8,896 questions
asked 2021-09-14T15:37:08.487+00:00
Russell, Graham 1 Reputation point
commented 2023-04-02T02:28:58.2466667+00:00
david rankin 0 Reputation points
0 answers

VBAでのクエリとデータモデルの削除について

お世話になります。 クエリを手動で削除した場合とVBAで削除した場合の挙動が異なっており、困っています。 手動で削除した場合、クエリの削除と一緒にピボットテーブルで使用しているデータモデルも削除されるのですが、以下のコードでVBAで削除した場合、クエリが削除されてもピボットテーブルで使用しているデータモデルが削除されません。 次回、VBAで再度クエリを作成すると、dmodel 1となり、その後もVBA実行のたびに dmodel 2、dmodel…

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.
2,213 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
318 questions
asked 2023-04-02T02:19:38.21+00:00
YUJIITO-2917 0 Reputation points
2 answers

How do I resolve error DeploymentNotFound for Azure OpenAI Python API call?

I'm running the code from my desktop and connecting to Azure OpenAI Service. The Deployment exists in Azure associated with Deployment "gpt-35-turbo". <Response [404]> { "error": { "code":…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
131 questions
asked 2023-03-13T18:59:43.4333333+00:00
Amin, Ishmael 5 Reputation points
answered 2023-04-02T02:02:18.49+00:00
Ahmad MK 0 Reputation points
1 answer

Data Discovery and classification using SSMS ask me MIP

Hi, in the past I have already used this feature to do some tests. Now after months I really have to use it. Following the classic data discovey procedure, an authentication window pops up (show below). I don't understand why this appends 'cause on…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
9,178 questions
asked 2023-04-01T13:07:10.58+00:00
Alen Cappelletti 726 Reputation points
edited an answer 2023-04-02T02:00:35.3533333+00:00
Ronen Ariely 14,146 Reputation points MVP
0 answers

visual studio 2022, run react project open new edge explorer

Hello I have react project with net core api backend When run project (F5) backend project open in actual chrome but react open new instance of Chrome I want to use existing instance of chrome. Any ideas? Thanks package.json: {   "name":…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,858 questions
asked 2023-04-01T21:33:25.18+00:00
Sergio Cascales Puerto 1 Reputation point
commented 2023-04-02T01:59:49.08+00:00
SurferOnWww 951 Reputation points