347,559 questions

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Structure member name conflict rules

Hello When using Structures: Public Structure Blah Public Name As String Public Home As String End Structure I have 2 strings: Name and Home, does it matter for the variable names inside the Structure to be unique? ie if I have another string…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,602 questions
asked 2024-05-20T15:04:43.32+00:00
StewartBW 465 Reputation points
accepted 2024-05-21T10:13:55.0733333+00:00
StewartBW 465 Reputation points
0 answers

Issue regarding Identity proof for Azure Examination

Hi, I have a question regarding the 'Identity Proof' for my Microsoft Azure SC-900 exam. I'm an Indian who is currently residing in Dublin, Ireland. My government issued identity proof is my Indian passport and the query is regarding if I should…

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.
625 questions
asked 2024-05-21T10:13:29.9566667+00:00
Shreyas S 0 Reputation points
0 answers

The build tools for v143 (Platform Toolset = 'v143') cannot be found

I am upgrading my application build environment from Visual Studio 2019 to Visual Studio 2022. I have installed and setup the Visual Studio 2022 Professional As VS2019 uses Platform toolset v142 while VS2022 uses platform toolset v143, I will have to…

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,831 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,681 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.
949 questions
asked 2024-05-21T10:13:00.3333333+00:00
Kaustubh Dwivedi 0 Reputation points
1 answer

Are there any plans to extend Service Limits (and basically scalability) in future?

According to https://learn.microsoft.com/en-us/azure/digital-twins/reference-service-limits there are several service limits like number of instances etc. Since we are using Azure Digital Twins for a multi tenancy application we will hit these limits…

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
221 questions
asked 2024-05-21T06:56:43.46+00:00
Roman Ruthofer 0 Reputation points
answered 2024-05-21T10:12:28.2533333+00:00
Sander van de Velde 29,461 Reputation points MVP
1 answer

Shared link 'People you specify' stops working for external users

We have folders on SharePoint that we've shared with our clients (external users) with Edit permissions via 'People you specify' link so that they can upload documentation. Everything works just fine, until they don't have access anymore. It happens…

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.
3,928 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,818 questions
asked 2024-05-20T12:11:10.3066667+00:00
Gordana 0 Reputation points
commented 2024-05-21T10:12:10.52+00:00
Emily Du-MSFT 42,346 Reputation points Microsoft Vendor
1 answer

Microsoft outlook and Exchange 2019 connectivity

Hi We operate Exchange in hybrid mode. Email boxes are still in operation on exchange 2019. Users also use older mobile phones with Android 8 to access their mailboxes. Unfortunately, this version does not support Mobile Outlook. Only Outlook and Lite…

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,911 questions
asked 2024-05-19T14:37:55.4+00:00
Marek G 151 Reputation points
commented 2024-05-21T10:11:56.2966667+00:00
Marek G 151 Reputation points
1 answer

How to Disable/Enable Audio Hardware Acceleration in Windows 11?

Hi there, I would like to Disable/Enable Audio Hardware Acceleration programmatically in Windows 11. Is there any way to implement it? Thanks. Best regards, Hank

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,362 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,556 questions
asked 2024-05-21T07:19:37.4966667+00:00
Hank 0 Reputation points
answered 2024-05-21T10:10:40.45+00:00
0 answers

AzCopy logs - Does MD5 mismatch come under DOWNLOADFAILED status?

Hi, I'm using Azcopy(10.17.0) to upload/download files from storage account. While doing so --put-md5 and --check-md5 is used to check the data integrity of the file. However, if there is a mismatch in the hash, I want to re-try the download. I plan to…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,475 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.
997 questions
asked 2024-05-21T10:10:37.93+00:00
Zeno GH 0 Reputation points
0 answers

Support for accessing container details in Azure Container Apps

Is it possible to obtain details about a running container such as name, arguments, and image in Azure Container Apps similar to the way it can be done in ECS-Fargate? Referring to…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
285 questions
asked 2024-05-21T10:09:35.4266667+00:00
PS 65 Reputation points
0 answers

Azure Synapse Analytics | Pipeline | Linked Service to "Azure Database for PostgreSQL" not available in 'Stored Procedure'

Hi everyone, I am trying to create a simple pipeline in Azure Synapse Analytics which should write some files' metadata fields into a Database. To do so, I first created a linked service to a postresql database instance hosted on Azure: I am now trying…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,453 questions
Azure Database for PostgreSQL
asked 2024-05-21T10:06:49.0933333+00:00
Lorenzo Perino 0 Reputation points
0 answers

How to store an array in a json file in ADF

I have a web activity with url drive/drive-id/items/folder-id/children then I have a filter activity that filters all folders and then I'm appending it in an array. Now what I want is to store all folder ids in a json file. and later I will load that…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,715 questions
asked 2024-05-16T17:48:41.5333333+00:00
Mansi Yadav 0 Reputation points
commented 2024-05-21T10:06:38.9033333+00:00
phemanth 6,555 Reputation points Microsoft Vendor
1 answer

Echange2016 After enabling internal email content filtering, it does not take effect.

exchange2016CU23 Apr24HU Using the Exchange Management Shell on the mail server to enable content filtering for internal emails, logs show that internal emails bypass content filtering, and policies are not in…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,103 questions
asked 2024-05-21T06:17:15.1833333+00:00
liang cong 0 Reputation points
commented 2024-05-21T10:06:13.8366667+00:00
liang cong 0 Reputation points
0 answers

If the Geo Region selected for Function App plan is zone redundant, then is the zone redundancy enabled by default ?

If the Geo Region selected for Function App plan is zone redundant, then is the zone redundancy enabled by default ?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,358 questions
asked 2024-05-21T10:05:35.1566667+00:00
Kaushik Nalla 0 Reputation points
1 answer

Calls save as draft under Teams chat

Hello   Please i need your help on this issue. every calls saves as draft under Teams chat When checking nothing did appear in the Teams web The issue is happening on just incoming calls. The issue is happening for users personal number, but it seems to…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,218 questions
asked 2024-05-21T09:47:38.84+00:00
Iniobong Nkanga 1,681 Reputation points
answered 2024-05-21T10:04:51.3633333+00:00
2 answers

Need help in understanding times in ADF's tumbling window trigger

Hi Team, I'm confused by many times in tumbling window trigger. We have at least 4 times for tumbling window trigger. @trigger().outputs.windowStartTime @trigger().outputs.windowEndTime @trigger().scheduledTime @trigger().startTime Besides, there…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,715 questions
asked 2024-05-20T10:01:15.2+00:00
Zhengxiao (Edward) Wang 0 Reputation points Microsoft Employee
edited a comment 2024-05-21T10:03:20.19+00:00
Harishga 4,160 Reputation points Microsoft Vendor
3 answers

Javascript Gridview checkbox alert message not working properly.

I am using javascript validation in gridview. I have selected checkboxes in the gridview. but, still it's throwing alert message unncessarily. where is the problem in the below code. kindly update asap if anyone identified the issues. or pls. provide…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,303 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,362 questions
asked 2024-05-19T14:52:29.7566667+00:00
Gani_tpt 1,706 Reputation points
commented 2024-05-21T10:02:53.86+00:00
Gani_tpt 1,706 Reputation points
1 answer

user received email not intended for him

In our tenant, we have a user who has been receiving emails that are not relevant to them. The user is neither mentioned in the TO, CC, nor BCC fields of these emails. I ran a message trace and confirmed that the email was delivered to the user. However,…

Microsoft Exchange Online
asked 2024-05-20T13:02:09.33+00:00
Abdulbari M. Alfatani 20 Reputation points
answered 2024-05-21T10:01:21.7433333+00:00
Noah Ma-MSFT 995 Reputation points Microsoft Vendor
0 answers

issues with incorrect tag reordering in Microsoft Bing Translator

fr-FR: 2024-05-15 09:34:37,685 +0000 [reactor-http-epoll-12] [INFO] (c.s.d.m.s.m.c.m.MicrosoftMtConnector:116) [35d9f698-e939-45ac-9880-9ca0ddf785b7#ghha] - [eaf6ff94f-fr-FR-79db8e3b405ec1147a07fd038c32b749-1] Received Microsoft enableHtmlEscaping false…

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
350 questions
asked 2024-05-21T10:01:10.2333333+00:00
Alex Yanishevsky 0 Reputation points
1 answer One of the answers was accepted by the question author.

Limitations of "SP.MoveCopyUtil.CopyFileByPath" API in SharePoint 2019

Hello everyone, I'm encountering some issues while using the SP.MoveCopyUtil.CopyFileByPath API in SharePoint 2019. I need to copy 36 files, but the API calls stop after executing 30 times without any error messages. I'm wondering if there's a default…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,818 questions
asked 2024-05-21T03:17:13.9266667+00:00
Lee, Jason J 21 Reputation points
accepted 2024-05-21T10:01:01.1433333+00:00
Lee, Jason J 21 Reputation points
1 answer

How can I change the Outlook address book default to the Global address list in Exchange for the entire organization

I need to set the default outlook address book to the Global Address list for the entire company. How can I set the default to the global address list.

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,103 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,090 questions
asked 2024-05-20T17:04:15.1133333+00:00
Brian Beam 0 Reputation points
answered 2024-05-21T10:00:34.49+00:00
Mike Hu-MSFT 625 Reputation points Microsoft Vendor