347,744 questions

Sort by: Updated
1 answer

OneDrive -storage is full, can't delete old file versions because a retenetion policy prevents it

Hello I want to delete a retention policy in Microsoft Purview / Data lifecycle management. Theoretically when I click the checkbox on the policy, Edit option should show up. And although I am the Global Administrator - that doesn't happen. Any idea…

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.
960 questions
asked 2024-05-19T12:50:59.9166667+00:00
Attila Dob 5 Reputation points
answered 2024-05-22T08:31:04.42+00:00
Attila Dob 5 Reputation points
0 answers

Is it possible to hide a pipeline created in Azure Data Factory or Azure Synapse Analytics for a particular user/s?

Scenario : Lets say there are number of department in any organisation. Adf pipeline of one department can only be visible to respective department , not to other department. For ex. if the adf pipeline created by Data ETL related Department then…

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,460 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,716 questions
asked 2024-05-22T06:43:06.7966667+00:00
Rachit Pandya 0 Reputation points
commented 2024-05-22T08:30:46.78+00:00
Rachit Pandya 0 Reputation points
1 answer

VirtualizingStackPanel Scrollviewer height

I am working a uwp app where i used ListView with VirtualizingStackPanel . In my case i am trying create an alternatives for CVS ListView so each item has a ItemsControl (choosen this because it consume less memory and ScrollViewer). Now if i want…

Universal Windows Platform (UWP)
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,368 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.
770 questions
asked 2024-05-22T06:12:58.1066667+00:00
shriram 80 Reputation points
commented 2024-05-22T08:30:43.5733333+00:00
shriram 80 Reputation points
0 answers

Windows driver framework(WDF): USB3 host stops consuming data for SCSI Read16 commands in UAS mode

I have an inhouse developed WDF based driver which can run USB SCSI commands in UAS mode in USB3 speed. Scenario: The test script queues multiple Read16 SCSI commands to the USB device and the execution runs for approx. 1hr 45min without any issues.…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,784 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,684 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,386 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
14 questions
asked 2024-05-22T08:23:26.9133333+00:00
Veeresh Koninti 0 Reputation points
edited the question 2024-05-22T08:29:53.9733333+00:00
Veeresh Koninti 0 Reputation points
2 answers

Azure batch Job schedule issue

I need to create a Azure batch job schedule, this schedule should run everyday between 9 AM to 6 PM with recurrence interval of 1 hour, is there any option to achieve this

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 questions
asked 2024-05-21T11:04:45.9633333+00:00
Sreenidhi Palimar 0 Reputation points
edited a comment 2024-05-22T08:29:29.55+00:00
Sreenidhi Palimar 0 Reputation points
4 answers

How to troubleshoot web preview in cloud shell

Hello, I'm following training Exercise - Use shared access signatures to delegate access to Azure Storage in which I have to run a web application in the cloudshell of the sandbox and expose web app port on internet to be able to connect to it via public…

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.
1,024 questions
asked 2024-01-18T08:04:19.5133333+00:00
Eric Bardes 35 Reputation points
answered 2024-05-22T08:29:22.7866667+00:00
SUDHEERA PUNCHIHEWAGE DON 0 Reputation points
1 answer

The subscription is not allowed to create or update the serverfarm

Hello, like explained in the title, when i try to create an App Service, i have the following error: The subscription is not allowed to create or update the serverfarm I have seen that this error was a known error, but was it resolved since ? I'd like…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,003 questions
asked 2024-05-21T08:33:25.73+00:00
Mathieu LAM 0 Reputation points
commented 2024-05-22T08:29:21.0133333+00:00
VenkateshDodda-MSFT 18,951 Reputation points Microsoft Employee
1 answer

How to establish connections of azure data factory connectivity with AWS dynamo DB

How to establish connections of azure data factory connectivity with AWS dynamo DB - provide a Micrsoft Documentation so that we can follow that to establish the connectivity in between the Azure as well as the AWS platform.

Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,255 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,716 questions
asked 2024-05-22T07:10:18.7466667+00:00
Aratrika Bose 0 Reputation points
edited an answer 2024-05-22T08:27:50.1+00:00
Smaran Thoomu 10,715 Reputation points Microsoft Vendor
0 answers

Multiple PXE enabled for different sites

Dear Team, We have the existing DPs in our environment which has PXE enabled since now we are replacing these DPs by configuring the new DPs so would that effect the current build if I enable PXE on new DPs? Can we multiple PXE enabled DPs in the same…

Microsoft Configuration Manager
asked 2024-05-22T08:26:35.4933333+00:00
Mohd Atif Husain 120 Reputation points
1 answer One of the answers was accepted by the question author.

Get RecycleBin path

I am trying to get the RecycleBin path with the following code: std::wstring GetRecycleBinPath() { std::wstring path{}; SHGetSpecialFolderPathW(NULL, path.data(), CSIDL_BITBUCKET, FALSE); std::clog << ::GetLastError() << std::endl; return…

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,559 questions
asked 2024-05-21T14:36:52.1966667+00:00
Flaviu_ 931 Reputation points
accepted 2024-05-22T08:25:22.75+00:00
Flaviu_ 931 Reputation points
0 answers

Failed to connect to Azure event hub(AEH) from Java using kafka client

It gets disconnected with following error when trying to connect to Azure event hub(AEH) from Java using kafka client. 2024-05-21 16:03:23.991 DEBUG 44 --- [ntainer#2-0-C-1] o.a.k.common.network.SslTransportLayer   : [SslTransportLayer channelId=-1…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
567 questions
asked 2024-05-21T20:05:23.9033333+00:00
Kalikiri, Karthik 0 Reputation points
commented 2024-05-22T08:25:16.22+00:00
PRADEEPCHEEKATLA-MSFT 79,141 Reputation points Microsoft Employee
0 answers

Microsoft Edge right-click menus and extensions including Glasp and Microsoft Editor competing for same screen real estate

When entering text in Edge or using an extension such as Glasp (from the Chrome store), the right-click menu for multiple items will often compete with each other for the same space. For instance, Editor, Glasp, and the Edge menu can all three pop up at…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,163 questions
asked 2024-05-22T08:25:01.86+00:00
Clough, Joel 0 Reputation points
1 answer

How to reschedule Microsoft MB-800 Exam

Dear Customer Service, I got schedule for Microsoft MB-800 Certification exam on 16/05/2024 but unfortunately I can't do the exam because of late. how to reschedule the exam? I have already ask Pearson Vue but they said i need to contact microsoft…

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,935 questions
asked 2024-05-22T08:11:48.9833333+00:00
Ruth Vio Honey 0 Reputation points
commented 2024-05-22T08:24:55.58+00:00
Ruth Vio Honey 0 Reputation points
1 answer

Custom Vision's iteration performance with different values between user interface and web API

Hello, I'm experiencing strange behaviors when consuming the Custom Vision API. When checking the iteration performance inside the custom vision user interface, I have the following values: But when getting the same iteration performance via API, I have…

Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
223 questions
asked 2024-05-20T17:09:41.88+00:00
Luiz Ventura 0 Reputation points
commented 2024-05-22T08:23:53.7366667+00:00
santoshkc 5,080 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Excel document in shared server folder, opened by another user

Good morning, I wanted to ask if any of you have ever encountered the following problem. If a colleague opens an excel document, which is on a shared folder on a file server, the following error appears: File in use Open Read Only or click Notify to…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,349 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,529 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,263 questions
asked 2024-05-21T11:30:01.57+00:00
Gilbert Mani 0 Reputation points
accepted 2024-05-22T08:23:32.9866667+00:00
Gilbert Mani 0 Reputation points
1 answer

Connecting SQL Server Data to RDLC reports in Blazor .Net Framework

Hello, I am trying to create/integrate RDLC reports in Blazor .NET framework. So far: I have managed to open a RDLC report thanks this Question and Answer:…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,453 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,234 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,414 questions
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,876 questions
asked 2024-05-13T09:36:27.6966667+00:00
Geoffrey de Sousa 0 Reputation points
answered 2024-05-22T08:23:01.3666667+00:00
Geoffrey de Sousa 0 Reputation points
1 answer

Should ADF rerun range cover the whole window?

Hi Team, I'm trying to understand the rerun range in tumbling window triggers. When I want to retry a window, do I need to make the rerun range covers the whole window or it only needs to cover a partial window. Let's say we have three consecutive failed…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,716 questions
asked 2024-05-22T07:17:35.52+00:00
Zhengxiao (Edward) Wang 0 Reputation points Microsoft Employee
edited an answer 2024-05-22T08:23:01.32+00:00
phemanth 6,630 Reputation points Microsoft Vendor
0 answers

AADSTS500200 Personal Microsoft accounts are not supported for this application

"Personal Microsoft accounts are not supported for this application unless explicitly invited to an organization. Try signing out and signing back in with an organizational account. --> My personal e-mail won't function anymore with my Apple…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,101 questions
asked 2024-05-22T08:22:58.31+00:00
Chloé De Bie 0 Reputation points
1 answer

how to fix azure hybrid device deleted automatically by Device registration service.

I am trying to find out the reason for hybrid join device deleted by Device registration service automatically after join the machine few days back, since in azure there is no more information in audit logs, hence looking help on this.

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,806 questions
asked 2024-03-06T12:34:49.9666667+00:00
Vivek Gupta 5 Reputation points
commented 2024-05-22T08:22:28.0833333+00:00
Dave Guest 0 Reputation points
4 answers One of the answers was accepted by the question author.

OneDrive -storage is full, can't delete old file versions because some retenetion policy prevents it

Hello, Can't delete old file versions because a retention policy prevents. How to get rid of this retention policy. I ran the diagnostics to find old retenention policies here https://aka.ms/PillarInvalidRetention The diagnostics listed 1 policy…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
858 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,828 questions
asked 2024-05-15T17:38:11.8566667+00:00
Attila Dob 5 Reputation points
accepted 2024-05-22T08:22:12.0666667+00:00
Attila Dob 5 Reputation points