55,714 questions

Sort by: Created
0 answers

Word for Mac - ActiveDocument.ReadOnly report false when "Always Open as Read-only" enabled.

We are observing a change in Word for Mac since version 16.84, where ActiveDocument.ReadOnly is incorrectly reported during the DocumentOpen Event if "Always Open as Read-only" is enabled. ActiveDocument.ReadOnly is reported as false, even…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,621 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,632 questions
asked 2024-06-12T06:04:54.62+00:00
Marcus Rowell 1 Reputation point
0 answers

Issues accessing D365 Business Central API under free trial

I have a D365 Business Central API URL under free trial: "https://api.businesscentral.dynamics.com/v2.0/{tenant_id}/{environment}/api/v2.0/companies({company_ID})/items" However, we are facing issues accessing it. Every time we try to access…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,025 questions
Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
54 questions
asked 2024-06-12T06:02:57.23+00:00
Saurabh KUMAR 0 Reputation points
0 answers

We use Application Insights in our .netcore webapp,Analyzing the API in performance metrics, it was found that some records Cosmosdb queries, while others do not.

We use Application Insights in our .netcore webapp,Analyzing the API in performance metrics, it was found that some records Cosmosdb queries, while others do not.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,132 questions
asked 2024-06-12T06:01:26.45+00:00
Gallatin 21V 186 Reputation points
0 answers

Problem on not correctly detecting VendorName

I'm using the document intelligence model for extracting the data from pdf and it is not correctly detecting the vendor name and it is detecting from the logo.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,468 questions
asked 2024-06-12T05:59:48.65+00:00
Dhruvin Vachhani 0 Reputation points
0 answers

How to run stored procedure for hierarchical partition container

I am trying to run stored procedure from Azure Portal UI. The container has hierarchical partition with two levels. When trying to give the partition key value im providing input as json: {"level1": "value1", "level2":…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,025 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,487 questions
asked 2024-06-12T05:58:21.2433333+00:00
Antra Sharma 21 Reputation points Microsoft Employee
0 answers

Azure B2C / .NET - Handling a failed MFA verification flow

I have the following client code to fetch a token from Azure B2C endpoint: public static async Task<AuthenticationResult> AcquireTokenAsync(this IPublicClientApplication publicClientApp) { try { var accounts = await…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
633 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,513 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,025 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,050 questions
asked 2024-06-12T05:50:33.9466667+00:00
Giedrius Stasiulis 0 Reputation points
edited the question 2024-06-12T05:52:36.51+00:00
Giedrius Stasiulis 0 Reputation points
0 answers

ErrorCode=ODataFailedClientCreation

we would like transfer data about odata to sql. Our linked service is working. Only the ADF pipeline doesn't work with folling error... …

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,860 questions
asked 2024-06-12T05:44:04.19+00:00
T1 ADM Sven *** 0 Reputation points
0 answers

your system administrator has blocked this program. for more info contact your system administrator

I am using a domain account and, as per company policy, I cannot create a local account. Additionally, I am unable to access the User Account Control (UAC) window to add or remove programs on this system. Could you please provide assistance with this…

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,804 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,586 questions
Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
363 questions
Microsoft Defender for Cloud Apps
Microsoft Defender for Cloud Apps
A Microsoft cloud access security broker that enables customers to control the access and use of software as a service apps in their organization.
116 questions
asked 2024-06-12T05:42:38.8066667+00:00
Mr Sonbir 40 Reputation points
0 answers

T-SQL Query not returning correct record set

Query which fails to return '+202AA=532GPG11' : SELECT DISTINCT PostBet AS [Pos],Benämning AS [Descr] FROM Apparatlista WHERE ((Postbet LIKE '+202A[9AB]=532GPG11')) ORDER BY…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,034 questions
asked 2024-06-12T05:35:27.03+00:00
Hagberg Rolf (Bravida) 0 Reputation points
0 answers

Combine 2 Solutions in to 1

I have 2 separate MVC applications (Project1.sln, Project2.sln) using Entity Framework in VS 2019. Both applications work fine if the project/solution is loaded separately. When I add Project2 in Project1, I get a long list of errors. What's the best way…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,513 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,281 questions
asked 2024-06-12T05:31:39.46+00:00
Malam Malam 161 Reputation points
0 answers

Task Timeout Not Asign IsCompletedSuccessfully

In the url: https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task.delay?view=net-8.0 say "After the specified time delay, the task is completed in the RanToCompletion state". Once "Timeout = true", I checked that…

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,458 questions
asked 2024-06-12T05:28:41.4933333+00:00
zequion 171 Reputation points
edited the question 2024-06-12T05:29:36.72+00:00
zequion 171 Reputation points
0 answers

Problem regarding subscription enabling?

I have azure visual studio subscription(MPN) having current billing cycle from 15th may to 15th june 2024,i havent used my monthly credit that much but my plan got disbaled?

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,025 questions
asked 2024-06-12T05:28:32.1866667+00:00
Syed Nomaan Ahmad 0 Reputation points
commented 2024-06-12T05:56:31.1233333+00:00
Syed Nomaan Ahmad 0 Reputation points
0 answers

配置SAML toolkit 时发生报错

在一开始,我在SAML toolkit上上传了XML metadata文件,之后我发现它不起作用。 于是想要在【SAML Configuration】中重新上传SAML证书。 但是我一点击该页面,就出现如下报错。 Error. An error occurred while processing your request. 我尝试删除注册到SAML toolkit的账户,以重新配置但是在SAML toolkit上没有找到对应页面。 这个报错该如何解决。

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,038 questions
asked 2024-06-12T05:20:00.44+00:00
Mura Enishi 0 Reputation points
edited the question 2024-06-12T05:20:44.23+00:00
Mura Enishi 0 Reputation points
0 answers

Large transaction log backup

Hi All. From last 4-5 days we are seeing log backup file sizes increased from 500 MB's to 100GB files. What does it indicate and what should we checking at? the queries which are running during those times? This is not just happening during weekends…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,034 questions
asked 2024-06-12T05:12:43.44+00:00
Sam 1,376 Reputation points
0 answers

Policy written in azure purview

You can manage all the Azure resources under the same policy in Azure Purview. To manage all Azure resources under the same policy in Azure Purview, you can create a single policy that covers an entire resource group or subscription. This approach…

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
996 questions
asked 2024-06-12T04:55:49.37+00:00
Ganapathy Ram 0 Reputation points
0 answers

mail contact syntax

Hi all, I want to create a mail contact using Exchange Online PowerShell. Is the syntax below correct? Let's say my domain is contoso.com. I have an external user whose alias is someuser@somedomain.com. On my side, if I choose the alias as someuser.ext,…

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,132 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,297 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,948 questions
asked 2024-06-12T04:45:45.5466667+00:00
Roger Roger 5,046 Reputation points
0 answers

Azure OpenAI Assistant cannot retrieve files belong to assistant

Hi everyone, I tried to use Assistant API and I on the part of retrieve files that belong to specific assistant, My issue is when trying to get files that belongs to assistant with RestAPI it return a 404 not found curl --location…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,413 questions
asked 2024-06-12T04:41:45.27+00:00
Unif 20 Reputation points
0 answers

Migrate Users from Domain to Domain in same tenant.

Hello. We have 2 domain "A" & "B" in same tenant ( Business basics) . Domain A is on premise domain with Exchange on cloud and Domain B users are On cloud only. We need to move Domain B users to Domain A but keeping them only…

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,297 questions
asked 2024-06-12T04:14:09.1+00:00
Read only 0 Reputation points
0 answers

Query on Admin Role

Hi All, I want to create a custom role for users to manage M365 Groups, Distribution Lists, Dynamic Distribution Lists, Mail-enabled security groups, Shared mailboxes, and Resources (room mailboxes) in M365. Apart from these, I don't want users to make…

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,297 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,426 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,948 questions
asked 2024-06-12T04:13:47.38+00:00
Roger Roger 5,046 Reputation points
0 answers

Microsoft Purview - Data Scanning

Hi Support, I would like to know if Microsoft Purview will lock the tables when it scan databases, like on-Perm SQL server, Oracle Server, Azure SQL Server etc. Same question also for data quality scan and data profiling scans. Also, any…

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
996 questions
asked 2024-06-12T04:12:44.2133333+00:00
Wilkins Wong 40 Reputation points