339,753 questions

Sort by: Updated
0 answers

Index statements on Transactional Replication

I read that in Transaction replication, create/alter/drop index statements are not replicated. Is it true?

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,626 questions
asked 2024-04-18T07:51:36.7066667+00:00
Chaitanya Kiran 676 Reputation points
1 answer

We are rolling out the 'Report Phishing' app to our tenant, and looking for a way to report on the endpoint that it has been deployed and active

We are rolling out the 'Report Phishing' app to our tenant, and looking for a way to report on the endpoint that it has been deployed and active Can't find anything in the Azure/Defender/M365 portals that show devices with/with out the addin installed,…

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,867 questions
asked 2024-04-11T11:02:40.6466667+00:00
Jim Smith 21 Reputation points
commented 2024-04-18T07:50:42.7433333+00:00
SokiGuo-MSFT 22,921 Reputation points Microsoft Vendor
1 answer

can not find path for sqlite db in Maui app

i try to create local sqlite db in maui app . private const string DbName = "SweetsShopDb.db3"; private static string DbPath => Path.Combine(Environment.GetFolderPath( Environment.SpecialFolder.LocalApplicationData),…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,571 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 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,191 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
935 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
326 questions
asked 2024-04-17T07:00:39.2033333+00:00
amr yakout 40 Reputation points
answered 2024-04-18T07:50:38.5666667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 34,841 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to get word-by-word geometry from Document Intelligence?

We are currently evaluating Azure Document Intelligence (DI) against AWS Textract. One feature which our project relies on is the ability to outline individual words within a document for users to select them individually. With Textract we are able to…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,334 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,344 questions
asked 2024-04-14T10:43:32.33+00:00
Arman 45 Reputation points
accepted 2024-04-18T07:50:11.7966667+00:00
Arman 45 Reputation points
2 answers

Samphore Silm usage in two diffrent project.

Hi, I have maui app in windows, .NET 8. I have also worker service in NET 8. I have class librarary common to both projects that use Samphore Silm. SessionTokenSingelton.GetInstance().GetSessionToken(key); Both apps running on same machine. Does every…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,117 questions
asked 2024-04-07T10:44:27.83+00:00
דני שטרית 2,686 Reputation points
commented 2024-04-18T07:48:50.8233333+00:00
דני שטרית 2,686 Reputation points
0 answers

how to move an Azure subscription from EA to csp

We want to move our subscription from EA agreement to csp with minimum downtime

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,073 questions
asked 2024-04-18T07:48:47.7366667+00:00
Hala Dairy 0 Reputation points
0 answers

404 resource not found error

This is my code import os; from langchain_openai import AzureOpenAI from dotenv import load_dotenv from langchain_core.prompts import PromptTemplate load_dotenv() client = AzureOpenAI( api_key = os.getenv("AZURE_OPENAI_API_KEY"), api_version…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,116 questions
asked 2024-04-18T05:21:59.5566667+00:00
Keshri, Anjali (Cognizant) 0 Reputation points
edited a comment 2024-04-18T07:48:40.1833333+00:00
Keshri, Anjali (Cognizant) 0 Reputation points
3 answers

Tail log backup

Are tail log backups supported only in Full Recovery model?

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,626 questions
asked 2024-04-16T14:09:24.11+00:00
Chaitanya Kiran 676 Reputation points
commented 2024-04-18T07:48:31.1466667+00:00
Chaitanya Kiran 676 Reputation points
1 answer

How to get Custom Namespaces and Prefix for an XML file?

I have a structure in which I fill in data and I want to save it as an XML file. How can I set Namespaces and Prefix so as to obtain an XML file with the structure as in the example below? Thank you! public class AuditFile { public Header Header { get;…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,338 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,191 questions
asked 2024-04-17T11:23:54.3966667+00:00
TRAIAN MACAVEIU 26 Reputation points
answered 2024-04-18T07:48:00.83+00:00
Jiale Xue - MSFT 30,581 Reputation points Microsoft Vendor
0 answers

speech Synthesis Language hebrew not working

hey I am reaching out to address an issue I have encountered with the speech Synthesis Language( microsoft.cognitiveservices.speech.sdk ) functionality in JavaScript. I have noticed that when attempting to use the Hebrew language code (he-IL) for…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
350 questions
asked 2024-04-18T07:44:28.6733333+00:00
Dorin Ben Haim 0 Reputation points
edited the question 2024-04-18T07:47:53.44+00:00
Dorin Ben Haim 0 Reputation points
2 answers

How to update entire MAUI workload to latest? (8.0.20)

How do I update my entire .NET MAUI workload to the latest stable version 8.0.20? The latest version can be found here: https://github.com/dotnet/maui/releases/tag/8.0.20 When i run sudo dotnet workload update then it doesn't update to the latest version…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2024-04-16T09:48:41.18+00:00
Mikkel Bech 10 Reputation points
commented 2024-04-18T07:47:52.0333333+00:00
Mikkel Bech 10 Reputation points
1 answer One of the answers was accepted by the question author.

Data binding auto update question

I cannot get it working. I bind a list of FileCategory to a ComboBox.ItemsSource (OneWay mode), but when I add new items to the list, the ComboBox won't get update accordingly. class FileCategory { public string Name { get; set; } public string…

Universal Windows Platform (UWP)
asked 2024-04-18T02:13:17.27+00:00
杨岑 61 Reputation points
accepted 2024-04-18T07:47:23.38+00:00
杨岑 61 Reputation points
1 answer

How to get list of users who have "Microsoft Teams Phone" license?

Hi! We are trying our customers users to check if their user have a "Microsoft Teams Phone" license. Currently we get all users and loop through the users using the license details API to get the license each. The problem with this one is it…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,493 questions
asked 2024-04-18T03:09:25.09+00:00
Jenuel Ganawed 0 Reputation points
answered 2024-04-18T07:45:44.93+00:00
Vasil Michev 94,521 Reputation points MVP
1 answer

How can I setup an Azure SSO web application such that users can access the application by providing their User ID and Password instead of using the SSO login flow?

We have a web application that is configured for single sign-on with SAML in Azure. There are users (employees) setup in the Active Directory however there are other users (contractors) who are not in the Active Directory and we need to give them the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,365 questions
asked 2024-04-16T10:09:11.9466667+00:00
Sunil Ferro 1 Reputation point
edited a comment 2024-04-18T07:44:26.2233333+00:00
Sunil Ferro 1 Reputation point
1 answer

We are having outlook authentication issues during sign in for Android and iOS Apps

Hi Team, Since yesterday, users in our organisation are no longer able to sign into the Outlook apps on iOS or Android. We use basic Authentication to sign into our Exchange and currently we are on-premise. I have seen a couple of posts now floating…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,905 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,072 questions
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,331 questions
Microsoft Intune iOS
Microsoft Intune iOS
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.iOS: An Apple mobile operating system.
185 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
231 questions
asked 2024-03-27T17:09:13.3366667+00:00
commented 2024-04-18T07:44:21.8466667+00:00
Matej B 0 Reputation points
2 answers

What to do If created resource group was not shown in (select a resource option) ?

In the Language Studio portal while selecting the option (select a resource) it does not show the created resource group. However, I have already created the resource group. What to do now, please help me as soon as possible.

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.
839 questions
asked 2024-04-17T20:43:38.0166667+00:00
Tagore prasad 0 Reputation points
answered 2024-04-18T07:43:24.43+00:00
Mahesh Goud Juvvadi 500 Reputation points Microsoft Vendor
0 answers

Problem with Cyrillic in IIS

Standard pages with errors like 502, in which Cyrillic is present, are displayed incorrectly when an error occurs. I tried to fix the general configuration and the globalization tag, but it didn't help. And also assigning the header charset=utf-8 did not…

Internet Information Services
asked 2024-04-16T16:18:36.0333333+00:00
А К 0 Reputation points
edited a comment 2024-04-18T07:43:15.7033333+00:00
Yurong Dai-MSFT 2,771 Reputation points Microsoft Vendor
1 answer

Reporting MS Team issue feedback here for your investigation.

Reporting MS Team issue feedback here for your investigation and report to MS Support.  I set up a 1-hr meeting for everyone today and all participants has left the room 1 hr ago already. However, it seems the meeting keeps going without any participant…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,023 questions
asked 2024-04-11T09:18:44.5566667+00:00
Pimthong, Prapatsorn (Agoda) 0 Reputation points
edited a comment 2024-04-18T07:43:06.9933333+00:00
LiweiTian-MSFT 13,675 Reputation points Microsoft Vendor
0 answers

How to migrate mail from mdaemon to office 365

Dear team, My client want to migrate mail service from MDaemon to Office 365. With existing environtment have active directory windows server 2012 that sync with mdaemon and sso they don't want to upgrade active directory for now and expect they will…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,814 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,365 questions
asked 2024-04-18T07:42:52.1166667+00:00
Amelia Dwi Indriani 0 Reputation points
0 answers

Grammatical mistake identified on this page

"In this module, you'll explore some of the core concepts on which machine learning is based, learn how to identify different kinds of machine learning model," In the paragraph machine learning model should be machine learning models This…

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.
839 questions
asked 2024-04-18T07:42:32.7033333+00:00
Amit Jain 0 Reputation points